Advertisement
Guest User

Untitled

a guest
Dec 27th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.91 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
  6. <meta HTTP-EQUIV="Expires" CONTENT="-1">
  7. <link rel="shortcut icon" href="images/favicon.png">
  8. <link rel="icon" href="images/favicon.png">
  9. <title>HAVP - Error message</title>
  10. <!--link rel="stylesheet" type="text/css" href="index_style.css"-->
  11. <!--link rel="stylesheet" type="text/css" href="form_style.css"-->
  12. <!--link rel="stylesheet" type="text/css" href="other.css"-->
  13. <style>
  14. body {
  15. background-color:#21333e;
  16. margin:10px auto;
  17. }
  18. .loadingBarBlock{
  19. filter:alpha(opacity=90);
  20. opacity:.90;
  21. -webkit-border-radius: 10px;
  22. -moz-border-radius: 10px;
  23. border-radius: 10px;
  24. behavior: url(/PIE.htc);
  25. border-radius: 10px 10px 10px 10px;
  26. border: 0px;
  27. /*margin-top:200px;*/
  28. width:300px;
  29. font-size:12px;
  30. font-family:Verdana, Arial, Helvetica, sans-serif;
  31. color:#FFFFFF;
  32. background-color:#000000;
  33. position:absolute;
  34. margin:5px 35% 5px;
  35. }
  36. .erTable thead{
  37. color:#FFFFFF;
  38. font-weight:bolder;
  39. font-size:15px;
  40. font-family:Verdana, Arial, Helvetica, sans-serif;
  41. text-align:center;
  42. line-height:25px;
  43. }
  44. .erTable th{
  45. font-weight:bolder;
  46. font-size:13px;
  47. font-family:Verdana, Arial, Helvetica, sans-serif;
  48. line-height:25px;
  49. text-align:left;
  50. }
  51. .erTable thead td{
  52. height:52px;
  53. background: #7d7e7d; /* Old browsers */
  54. background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
  55. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
  56. background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
  57. background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
  58. background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
  59. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
  60. background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
  61. -webkit-border-top-left-radius: 10px;
  62. -webkit-border-top-right-radius: 10px;
  63. -moz-border-radius-topleft: 10px;
  64. -moz-border-radius-topright: 10px;
  65. border-top-left-radius: 10px;
  66. border-top-right-radius: 10px;
  67. }
  68.  
  69. .erTable tbody th{
  70. background: #000; /* Old browsers */
  71. font-size:15px;
  72. }
  73. .erpage_td{
  74. background: #000; /* Old browsers */
  75. }
  76. .erpage_footer{
  77. height:36px;
  78. background: #0e0e0e; /* Old browsers */
  79. background: -moz-linear-gradient(top, #0e0e0e 0%, #7d7e7d 100%); /* FF3.6+ */
  80. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
  81. background: -webkit-linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
  82. background: -o-linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%); /* Opera11.10+ */
  83. background: -ms-linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%); /* IE10+ */
  84. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
  85. background: linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%); /* W3C */
  86. -webkit-border-bottom-right-radius: 10px;
  87. -webkit-border-bottom-left-radius: 10px;
  88. -moz-border-radius-bottomright: 10px;
  89. -moz-border-radius-bottomleft: 10px;
  90. border-bottom-right-radius: 10px;
  91. border-bottom-left-radius: 10px;
  92. }
  93. .Epagecontent{
  94. font-size:12px;
  95. font-family:Verdana, Arial, Helvetica, sans-serif;
  96. border:1px dashed #333;
  97. background-color:#FFF;
  98. width:90%;
  99. padding:5px;
  100. margin:2px 0px 10px 20px;
  101. line-height:20px;
  102. color:#000;
  103. }
  104. .Epagetitle{
  105. font-size:14px;
  106. font-family:Verdana, Arial, Helvetica, sans-serif;
  107. font-weight: bolder;
  108. line-height:30px;
  109. color:#FFF;
  110. margin:0px 0px 0px 20px;
  111. }
  112. .alertImg{
  113. position:absolute;
  114. z-index:600;
  115. margin:-117px 0px 0px 410px;
  116. }
  117. .er_title{
  118. color:#FC0;
  119. background-color:#000000;
  120. font-weight:bolder;
  121. width:600px;
  122. height:30px;
  123. line-height:24px;
  124. margin:5px 0px 0px 20px;
  125. }
  126. .Bar_container{
  127. width:85%;
  128. height:21px;
  129. border:2px inset #999;
  130. margin:0 auto;
  131. background-color:#FFFFFF;
  132. z-index:100;
  133. }
  134. #proceeding_img_text{
  135. position:absolute; z-index:101; font-size:11px; color:#000000; margin-left:110px; line-height:21px;
  136. }
  137. #proceeding_img{
  138. height:21px;
  139. background:#C0D1D3 url(/images/proceeding_img.gif);
  140. }
  141. .modelName{
  142. color:#FFFFFF;
  143. font-size:22px;
  144. font-family:Verdana;
  145. font-weight:bolder;
  146. border:0px solid #333;
  147. width:300px;
  148. position:absolute;
  149. height:20px;
  150. letter-spacing:1px;
  151. margin:10px 0px 0px 18px;
  152. }
  153. .popup_bar_bg{
  154. position:absolute;
  155. margin: auto;
  156. top: 0;
  157. left: 0;
  158. width:100%;
  159. height:100%;
  160. z-index:99;
  161. background-color: #444F53;
  162. filter:alpha(opacity=90); /*IE5、IE5.5、IE6、IE7*/
  163. opacity: .9; /*Opera9.0+、Firefox1.5+、Safari、Chrome*/
  164. background-repeat: repeat;
  165. visibility:hidden;
  166. overflow:hidden;
  167. }
  168.  
  169. .button_gen{
  170. font-weight: bolder;
  171. text-shadow: 1px 1px 0px black;
  172. background: transparent url(/images/New_ui/contentbt_normal.png) no-repeat scroll center top;
  173. _background: transparent url(/images/New_ui/contentbt_normal_ie6.png) no-repeat scroll center top;
  174. border:0;
  175. color: #FFFFFF;
  176. height:33px;
  177. font-family:Verdana;
  178. font-size:12px;
  179. padding:0 .70em 0 .70em;
  180. width:122px;
  181. overflow:visible;
  182. cursor:pointer;
  183. outline: none; /* for Firefox */
  184. hlbr:expression(this.onFocus=this.blur()); /* for IE */
  185. white-space:normal;
  186. }
  187. .button_gen:hover{
  188. font-weight: bolder;
  189. background:url(/images/New_ui/contentbt_over.png) no-repeat;
  190. height:33px;
  191. width:122px;
  192. padding:0 .70em 0 .70em;
  193. background-position:0px;
  194. cursor:pointer;
  195. outline: none; /* for Firefox */
  196. hlbr:expression(this.onFocus=this.blur()); /* for IE */
  197. }
  198. </style>
  199. </head>
  200.  
  201. <body>
  202.  
  203. <br><br>
  204. <table width="650" border="0" align="center" cellspacing="0" class="erTable">
  205. <thead>
  206. <tr>
  207. <td height="52" align="left" valign="top"><span class="modelName">HAVP</span></td>
  208. </tr>
  209. </thead>
  210. <tr>
  211. <th valign="top" height="60px" background="images/statusTitle.gif"><div class="er_title">You failed to access to the web page that you want to view.</div></th>
  212. </tr>
  213.  
  214.  
  215. <tr>
  216. <td valign="top" class="erpage_td">
  217. <!--div class="alertImg"><img src="images/alertImg.png"></div-->
  218. <span class="Epagetitle">Access to the page has been denied
  219. because the following virus was detected:</span>
  220. <div id="failReason" class="Epagecontent" style="color:red">
  221. <ul>
  222. <li>
  223. <span id="failReason1"><b><!--message--></b></span>
  224. </li>
  225. </ul>
  226. </div>
  227. <!--span id="suggestion_title" class="Epagetitle">We suggest you: (Need account and password of administrator.)</span-->
  228. </td>
  229. </tr>
  230.  
  231. <tr>
  232. <td height="22" class="erpage_footer"><span></span></td>
  233. </tr>
  234. </table>
  235. </body>
  236. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement