Changeset 12926 for trunk/web/index.html
- Timestamp:
- Sep 27, 2011, 2:34:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/index.html
r12922 r12926 154 154 <div class="title">Blocklist</div> 155 155 <div class="row"><div class="key"><input type="checkbox" id="blocklist-enabled"/><label for="blocklist-enabled">Enable blocklist:</label></div> 156 <div class="value"><input type=" text" id="blocklist-url"/></div></div>156 <div class="value"><input type="url" id="blocklist-url"/></div></div> 157 157 <div class="row"><div class="key" style="margin-top: 3px; font-size: smaller;">Blocklist has <span id="blocklist-size">?</span> rules</div> 158 158 <div class="value"><input type="button" id="blocklist-update-button" value="Update"/></div></div> … … 368 368 <input type="file" name="torrent_files[]" id="torrent_upload_file" multiple="multiple" /> 369 369 <label for="torrent_upload_url">Or enter a URL:</label> 370 <input type=" text" id="torrent_upload_url"/>370 <input type="url" id="torrent_upload_url"/> 371 371 <input type="checkbox" id="torrent_auto_start" /> 372 372 <label for="torrent_auto_start" id="auto_start_label">Start when added</label>
Note: See TracChangeset
for help on using the changeset viewer.