OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html i18n-values="dir:textdirection"> | 2 <html i18n-values="dir:textdirection"> |
3 <head> | 3 <head> |
4 <title i18n-content="title"></title> | 4 <title i18n-content="title"></title> |
5 <style> | 5 <style> |
6 body { | 6 body { |
7 background-color:#500; | 7 background-color:#500; |
8 font-family:Helvetica,Arial,sans-serif; | 8 font-family:Helvetica,Arial,sans-serif; |
9 margin:0px; | 9 margin:0px; |
10 } | 10 } |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 function agreed(form) { | 80 function agreed(form) { |
81 form.continue_button.disabled = !form.continue_button.disabled; | 81 form.continue_button.disabled = !form.continue_button.disabled; |
82 } | 82 } |
83 </script> | 83 </script> |
84 </head> | 84 </head> |
85 <body oncontextmenu="return false;"> | 85 <body oncontextmenu="return false;"> |
86 <div class="background"><img src="../security/resources/ssl_roadblock_background
.png" width="100%" height="100%" alt="background" onmousedown="return false;"></
div> | 86 <div class="background"><img src="../security/resources/ssl_roadblock_background
.png" width="100%" height="100%" alt="background" onmousedown="return false;"></
div> |
87 <table width="100%" cellspacing="0" cellpadding="0"> | 87 <table width="100%" cellspacing="0" cellpadding="0"> |
88 <td class="cell" valign="middle" align="center"> | 88 <td class="cell" valign="middle" align="center"> |
89 <div class="box"> | 89 <div class="box"> |
90 <div class="icon"><img src="phishing_icon.png" alt="Phishing Warning Icon"
onmousedown="return false;"></div> | 90 <div class="icon"><img src="shared/images/phishing_icon.png" alt="Phishing
Warning Icon" onmousedown="return false;"></div> |
91 <div class="title" i18n-content="headLine"></div> | 91 <div class="title" i18n-content="headLine"></div> |
92 <div class="main" i18n-values=".innerHTML:description1"></div> | 92 <div class="main" i18n-values=".innerHTML:description1"></div> |
93 <div class="main"><a href="" i18n-content="description2" onclick="sendComm
and('learnMore'); return false;" onmousedown="return false;"></a></div> | 93 <div class="main"><a href="" i18n-content="description2" onclick="sendComm
and('learnMore'); return false;" onmousedown="return false;"></a></div> |
94 <div class="main"> | 94 <div class="main"> |
95 <form class="submission"> | 95 <form class="submission"> |
96 <input type="button" name="continue_button" i18n-values="value:continu
e_button" onclick="sendCommand('proceed')"> | 96 <input type="button" name="continue_button" i18n-values="value:continu
e_button" onclick="sendCommand('proceed')"> |
97 <input type="button" name="back_button" i18n-values="value:back_button
" onclick="sendCommand('takeMeBack')"> | 97 <input type="button" name="back_button" i18n-values="value:back_button
" onclick="sendCommand('takeMeBack')"> |
98 </form> | 98 </form> |
99 </div> | 99 </div> |
100 <div class="main"><a href="" onclick="sendCommand('reportError'); return f
alse;" onmousedown="return false;" i18n-content="report_error"></a></div> | 100 <div class="main"><a href="" onclick="sendCommand('reportError'); return f
alse;" onmousedown="return false;" i18n-content="report_error"></a></div> |
101 </div> | 101 </div> |
102 </td> | 102 </td> |
103 </table> | 103 </table> |
104 </body> | 104 </body> |
105 </html> | 105 </html> |
OLD | NEW |