Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 4 | |
michael@0 | 5 | <html> |
michael@0 | 6 | <head> |
michael@0 | 7 | <style type="text/css"> |
michael@0 | 8 | input { |
michael@0 | 9 | font-family: sans-serif; |
michael@0 | 10 | border: solid 1px gray; |
michael@0 | 11 | margin-right: 0px; |
michael@0 | 12 | margin-left: 0px; |
michael@0 | 13 | } |
michael@0 | 14 | input[type="text"] { |
michael@0 | 15 | width: 3em; |
michael@0 | 16 | } |
michael@0 | 17 | table { |
michael@0 | 18 | border: solid 1px gray; |
michael@0 | 19 | padding: 0.3em; |
michael@0 | 20 | margin-bottom: 0.3em; |
michael@0 | 21 | } |
michael@0 | 22 | </style> |
michael@0 | 23 | </head> |
michael@0 | 24 | <body> |
michael@0 | 25 | <form action="cycler.html" method="GET"> |
michael@0 | 26 | <table> |
michael@0 | 27 | <tr><td>Cycles:</td><td><input type="text" name="cycles" value="5"> (number of times to loop over the pages)</td> |
michael@0 | 28 | <tr><td>Pages:</td><td><input type="text" name="pages" value=""> (only loop over the first N pages; leave blank to loop over all pages)</td> |
michael@0 | 29 | <tr><td>I18N:</td><td><input type="text" name="i18n" value="0"> (set to "1" to include i18n pages)</td> |
michael@0 | 30 | </table> |
michael@0 | 31 | <input type="submit" value="Begin Test"> |
michael@0 | 32 | </form> |
michael@0 | 33 | </body> |
michael@0 | 34 | </html> |