equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
2 <html> |
|
3 <TMPL_INCLUDE NAME="headers.tmpl"> |
|
4 <body> |
|
5 <h1><TMPL_VAR remote_user>'s Preferences</h1> |
|
6 <form action="edit_prefs.py" method="get" name="keywords"> |
|
7 <p><label>Size of keywords selection box: |
|
8 <input type="text" name="kw_size" |
|
9 value="<TMPL_VAR kw_size>"/></label></p> |
|
10 <p><label>Sort keywords by: |
|
11 <select name="kw_sort" size="1"> |
|
12 <TMPL_LOOP Sortfields> |
|
13 <option value="<TMPL_VAR field>" |
|
14 <TMPL_IF selected>selected</TMPL_IF> |
|
15 /><TMPL_VAR field></option> |
|
16 </TMPL_LOOP> |
|
17 </select> |
|
18 <input type="checkbox" name="kw_reverse" |
|
19 value="<TMPL_VAR kw_reverse>"/> |
|
20 reversed</p> |
|
21 <button>Submit</button> |
|
22 </form> |
|
23 <hr/> |
|
24 <a href="index.py">Back to main page</a> |
|
25 </html> |
|
26 <!-- Keep this comment at the end of the file |
|
27 Local variables: |
|
28 mode: sgml |
|
29 sgml-omittag:t |
|
30 sgml-shorttag:t |
|
31 sgml-namecase-general:t |
|
32 sgml-general-insert-case:lower |
|
33 sgml-minimize-attributes:nil |
|
34 sgml-always-quote-attributes:t |
|
35 sgml-indent-step:2 |
|
36 sgml-indent-data:nil |
|
37 sgml-parent-document:nil |
|
38 sgml-exposed-tags:nil |
|
39 sgml-local-catalogs:nil |
|
40 sgml-local-ecat-files:nil |
|
41 End: |
|
42 vi: syntax=html |
|
43 --> |