ginebra2/chrome/bedrockchrome/settingsview.superpage/SettingsView.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 04 May 2010 12:39:35 +0300
changeset 0 1450b09d0cfd
child 3 0954f5dd2cd0
child 5 0f2326c2a325
permissions -rw-r--r--
Revision: 201015 Kit: 201018

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
  <title>Settings</title>
  <script src="settingsview.js" type="text/javascript"></script>


  <script language="JavaScript">

  </script>
</head>


<body>

<br>

<form name="blockpopup"> <b>Block Popups</b> <br>
<input type="radio" value="1" name="blockpopupbutton" />Yes &nbsp;
<input type="radio" value="0" name="blockpopupbutton" />No &nbsp;
<input type="submit" name="submitit" onclick="valbutton(blockpopup);return false;" value="Save" />
<input type="reset" name="reset" value="Clear" />
</form>


<form name="deleteform"> <b>Clear Data</b><br>

  <input name="list" value="1" type="checkbox">Cache<br>
  <input name="list" value="2" type="checkbox">Cookies<br>
  <input name="list" value="3" type="checkbox">.dat files<br>

 
  <input name="CheckAll" value="Check All" onclick="checkAll(document.deleteform.list)" type="button">
  <input name="UnCheckAll" value="Uncheck All" onclick="uncheckAll(document.deleteform.list)" type="button">
  <input name="ClearSelected" value="Clear Selected" onclick="clearSelected(document.deleteform.list)" type="button"><br>

</form>

</body>
</html>