ginebra2/chrome/bedrockchrome/settingsview.superpage/SettingsView.html
changeset 0 1450b09d0cfd
child 3 0954f5dd2cd0
child 5 0f2326c2a325
equal deleted inserted replaced
-1:000000000000 0:1450b09d0cfd
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 
       
     5   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
       
     6   <title>Settings</title>
       
     7   <script src="settingsview.js" type="text/javascript"></script>
       
     8 
       
     9 
       
    10   <script language="JavaScript">
       
    11 
       
    12   </script>
       
    13 </head>
       
    14 
       
    15 
       
    16 <body>
       
    17 
       
    18 <br>
       
    19 
       
    20 <form name="blockpopup"> <b>Block Popups</b> <br>
       
    21 <input type="radio" value="1" name="blockpopupbutton" />Yes &nbsp;
       
    22 <input type="radio" value="0" name="blockpopupbutton" />No &nbsp;
       
    23 <input type="submit" name="submitit" onclick="valbutton(blockpopup);return false;" value="Save" />
       
    24 <input type="reset" name="reset" value="Clear" />
       
    25 </form>
       
    26 
       
    27 
       
    28 <form name="deleteform"> <b>Clear Data</b><br>
       
    29 
       
    30   <input name="list" value="1" type="checkbox">Cache<br>
       
    31   <input name="list" value="2" type="checkbox">Cookies<br>
       
    32   <input name="list" value="3" type="checkbox">.dat files<br>
       
    33 
       
    34  
       
    35   <input name="CheckAll" value="Check All" onclick="checkAll(document.deleteform.list)" type="button">
       
    36   <input name="UnCheckAll" value="Uncheck All" onclick="uncheckAll(document.deleteform.list)" type="button">
       
    37   <input name="ClearSelected" value="Clear Selected" onclick="clearSelected(document.deleteform.list)" type="button"><br>
       
    38 
       
    39 </form>
       
    40 
       
    41 </body>
       
    42 </html>