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>Rename<br/> |
|
9 <TMPL_LOOP Selected> |
|
10 <label><em><TMPL_VAR keyword></em> to |
|
11 <input type="hidden" name="id" value="<TMPL_VAR id>"/> |
|
12 <input type="text" name="name<TMPL_VAR id>" |
|
13 value="<TMPL_VAR keyword>"/></label><br/> |
|
14 </TMPL_LOOP> |
|
15 <button name="step" type="submit" value="do_rename">Rename</button> |
|
16 <button name="step" type="submit" value="cancel">Cancel</button> |
|
17 </form> |
|
18 </body> |
|
19 </html> |
|
20 <!-- Keep this comment at the end of the file |
|
21 Local variables: |
|
22 mode: sgml |
|
23 sgml-omittag:t |
|
24 sgml-shorttag:t |
|
25 sgml-namecase-general:t |
|
26 sgml-general-insert-case:lower |
|
27 sgml-minimize-attributes:nil |
|
28 sgml-always-quote-attributes:t |
|
29 sgml-indent-step:2 |
|
30 sgml-indent-data:nil |
|
31 sgml-parent-document:nil |
|
32 sgml-exposed-tags:nil |
|
33 sgml-local-catalogs:nil |
|
34 sgml-local-ecat-files:nil |
|
35 End: |
|
36 vi: syntax=html |
|
37 --> |
|