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 Confirmation</h1> |
|
6 <form name="confirmation" method="post" action=""> |
|
7 <input type="hidden" name="action" value="keywords"/> |
|
8 <p>Selected keywords: |
|
9 <TMPL_LOOP Selected> |
|
10 <input type="hidden" name="id" value="<TMPL_VAR id>"/> |
|
11 <TMPL_VAR keyword>; |
|
12 </TMPL_LOOP> |
|
13 </p> |
|
14 <p> |
|
15 <label for="kw">Merge them with:</label> |
|
16 <select name="kw" multiple size="<TMPL_VAR kw_size"> |
|
17 <TMPL_LOOP Keywords> |
|
18 <option value="<TMPL_VAR id>"><TMPL_VAR keyword></option> |
|
19 </TMPL_LOOP></select> |
|
20 </p> |
|
21 <label><input type="checkbox" name="remove"/>Remove keywords?</label> |
|
22 <button name="step" type="submit" value="do_merge">Merge</button> |
|
23 <button name="step" type="submit" value="cancel">Cancel</button> |
|
24 </form> |
|
25 </body> |
|
26 </html> |
|
27 <!-- Keep this comment at the end of the file |
|
28 Local variables: |
|
29 mode: sgml |
|
30 sgml-omittag:t |
|
31 sgml-shorttag:t |
|
32 sgml-namecase-general:t |
|
33 sgml-general-insert-case:lower |
|
34 sgml-minimize-attributes:nil |
|
35 sgml-always-quote-attributes:t |
|
36 sgml-indent-step:2 |
|
37 sgml-indent-data:nil |
|
38 sgml-parent-document:nil |
|
39 sgml-exposed-tags:nil |
|
40 sgml-local-catalogs:nil |
|
41 sgml-local-ecat-files:nil |
|
42 End: |
|
43 vi: syntax=html |
|
44 --> |
|