|
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
|
2 - License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
|
4 |
|
5 <html> |
|
6 <head> |
|
7 <style type="text/css"> |
|
8 input { |
|
9 font-family: sans-serif; |
|
10 border: solid 1px gray; |
|
11 margin-right: 0px; |
|
12 margin-left: 0px; |
|
13 } |
|
14 input[type="text"] { |
|
15 width: 3em; |
|
16 } |
|
17 table { |
|
18 border: solid 1px gray; |
|
19 padding: 0.3em; |
|
20 margin-bottom: 0.3em; |
|
21 } |
|
22 </style> |
|
23 </head> |
|
24 <body> |
|
25 <form action="cycler.html" method="GET"> |
|
26 <table> |
|
27 <tr><td>Cycles:</td><td><input type="text" name="cycles" value="5"> (number of times to loop over the pages)</td> |
|
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> |
|
29 <tr><td>I18N:</td><td><input type="text" name="i18n" value="0"> (set to "1" to include i18n pages)</td> |
|
30 </table> |
|
31 <input type="submit" value="Begin Test"> |
|
32 </form> |
|
33 </body> |
|
34 </html> |