| OLD | NEW |
| 1 <html id="template_root" jsvalues="dir:textdirection"> | 1 <html id="template_root" jsvalues="dir:textdirection"> |
| 2 <head> | 2 <head> |
| 3 <title jscontent="title"></title> | 3 <title jscontent="title"></title> |
| 4 <style> | 4 <style> |
| 5 body { | 5 body { |
| 6 background-color:#500; | 6 background-color:#500; |
| 7 font-family:arial; | 7 font-family:arial; |
| 8 margin:0px; | 8 margin:0px; |
| 9 } | 9 } |
| 10 .background { | 10 .background { |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 <table width="100%" cellspacing="0" cellpadding="0"> | 84 <table width="100%" cellspacing="0" cellpadding="0"> |
| 85 <td class="cell" valign="middle" align="center"> | 85 <td class="cell" valign="middle" align="center"> |
| 86 <div class="box"> | 86 <div class="box"> |
| 87 <div class="icon"><img src="phishing_icon.png" alt="Malware Icon" onmoused
own="return false;"/></div> | 87 <div class="icon"><img src="phishing_icon.png" alt="Malware Icon" onmoused
own="return false;"/></div> |
| 88 <div class="title" jscontent="headLine"></div> | 88 <div class="title" jscontent="headLine"></div> |
| 89 <div class="main" jseval="this.innerHTML = $this.description1;"></div> | 89 <div class="main" jseval="this.innerHTML = $this.description1;"></div> |
| 90 <div class="main" jseval="this.innerHTML = $this.description2;"></div> | 90 <div class="main" jseval="this.innerHTML = $this.description2;"></div> |
| 91 <div class="main"><a href="" jscontent="description3" onclick="sendCommand
('learnMore'); return false;" onmousedown="return false;"></a></div> | 91 <div class="main"><a href="" jscontent="description3" onclick="sendCommand
('learnMore'); return false;" onmousedown="return false;"></a></div> |
| 92 <div class="main"> | 92 <div class="main"> |
| 93 <form class="submission"> | 93 <form class="submission"> |
| 94 <input name="checky" type="checkbox" onclick="agreed(this.form)"> 
;<span jscontent="confirm_text"></span> | 94 <input name="checky" id="checky" type="checkbox" onclick="agreed(this.
form)"> <label for="checky" jscontent="confirm_text"></label> |
| 95 <input type="button" name="continue_button" jsvalues="value:continue_b
utton" disabled="true" onclick="sendCommand('proceed')"><br> | 95 <input type="button" name="continue_button" jsvalues="value:continue_b
utton" disabled="true" onclick="sendCommand('proceed')"><br> |
| 96 <input type="button" name="back_button" jsvalues="value:back_button" o
nclick="sendCommand('takeMeBack')"> | 96 <input type="button" name="back_button" jsvalues="value:back_button" o
nclick="sendCommand('takeMeBack')"> |
| 97 </form> | 97 </form> |
| 98 </div> | 98 </div> |
| 99 </div> | 99 </div> |
| 100 </td> | 100 </td> |
| 101 </table> | 101 </table> |
| 102 </body> | 102 </body> |
| 103 </html> | 103 </html> |
| OLD | NEW |