|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
2 <html> |
|
3 <head> |
|
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"> |
|
5 <title>Fabien's XBelWeb</title> |
|
6 </head> |
|
7 <body> |
|
8 <h1>Fabien's XBelWeb</h1> |
|
9 <h2>Confirmation</h2> |
|
10 <form name="confirmation" method="post" action="add_result.py"> |
|
11 <fieldset> |
|
12 <legend>Bookmark</legend> |
|
13 <input type="hidden" name="id" value="<TMPL_VAR id>"/> |
|
14 <input type="hidden" name="name" value="<TMPL_VAR name>"/> |
|
15 <input type="hidden" name="url" value="<TMPL_VAR url>"/> |
|
16 <input type="hidden" name="newkw" |
|
17 value="<TMPL_LOOP Keywords><TMPL_VAR keyword>,</TMPL_LOOP>"/> |
|
18 <strong><a href="<TMPL_VAR url>"><TMPL_VAR name></a></strong> |
|
19 <p><TMPL_VAR desc></p> |
|
20 <p>Keywords: |
|
21 <TMPL_LOOP Keywords> |
|
22 <TMPL_VAR keyword>; |
|
23 </TMPL_LOOP> |
|
24 </p> |
|
25 <TMPL_IF confirm_delete> |
|
26 <button name="action" type="submit" |
|
27 value="<TMPL_VAR action>">Delete</button> |
|
28 </TMPL_IF> |
|
29 <TMPL_IF confirm_update> |
|
30 <button name="action" type="submit" |
|
31 value="<TMPL_VAR action>">Update</button> |
|
32 </TMPL_IF> |
|
33 <button name="action" type="submit" value="cancel">Cancel</button> |
|
34 </form> |
|
35 </body> |
|
36 </html> |
|
37 <!-- Keep this comment at the end of the file |
|
38 Local variables: |
|
39 mode: sgml |
|
40 sgml-omittag:t |
|
41 sgml-shorttag:t |
|
42 sgml-namecase-general:t |
|
43 sgml-general-insert-case:lower |
|
44 sgml-minimize-attributes:nil |
|
45 sgml-always-quote-attributes:t |
|
46 sgml-indent-step:2 |
|
47 sgml-indent-data:nil |
|
48 sgml-parent-document:nil |
|
49 sgml-exposed-tags:nil |
|
50 sgml-local-catalogs:nil |
|
51 sgml-local-ecat-files:nil |
|
52 End: |
|
53 vi: syntax=html |
|
54 --> |