-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.html
More file actions
22 lines (22 loc) · 925 Bytes
/
settings.html
File metadata and controls
22 lines (22 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<link type="text/css" href="settings.css" rel="stylesheet" />
<script type="text/javascript" src="tools.js"></script>
<script type="text/javascript" src="woot.js"></script>
<script type="text/javascript" src="settings.js"></script>
</head>
<body onload="load()">
<div id="sites">
<div id="desc">You can reorder and hide sites here.</div>
</div>
<form id="options">
<div>Refresh interval (seconds): <input id="interval" type="text" size="3" /></div>
<div style="margin-left:1em;">
<div><input id="auto" type="checkbox" />Automatically cycle woot items</div>
<div><input id="halt" type="checkbox" />Halt auto-cycle during wootoff</div>
</div>
</form>
<small>For updates follow <a href="https://twitter.com/multiWoot">@multiWoot</a>
or visit the <a href="http://code.google.com/p/windows-sidebar-multiwoot">Project Home</a>.</small>
</body>
</html>