1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
2 <html> |
2 <html> |
3 <TMPL_INCLUDE NAME="headers.tmpl"> |
3 <TMPL_INCLUDE NAME="headers.tmpl"> |
4 <body> |
4 <body> |
5 <h1><TMPL_VAR remote_user>'s Confirmation</h1> |
5 <h1><TMPL_VAR remote_user>'s Confirmation</h1> |
6 <form name="confirmation" method="post" action="add_result.py"> |
6 <form name="confirmation" method="post" action="?action=add"> |
7 <fieldset> |
7 <fieldset> |
8 <legend>Bookmark</legend> |
8 <legend>Bookmark</legend> |
|
9 <input type="hidden" name="action" value="add"/> |
9 <input type="hidden" name="id" value="<TMPL_VAR id>"/> |
10 <input type="hidden" name="id" value="<TMPL_VAR id>"/> |
10 <input type="hidden" name="name" value="<TMPL_VAR name>"/> |
11 <input type="hidden" name="name" value="<TMPL_VAR name>"/> |
11 <input type="hidden" name="url" value="<TMPL_VAR url>"/> |
12 <input type="hidden" name="url" value="<TMPL_VAR url>"/> |
|
13 <input type="hidden" name="desc" value="<TMPL_VAR desc>"/> |
12 <input type="hidden" name="newkw" |
14 <input type="hidden" name="newkw" |
13 value="<TMPL_LOOP Keywords><TMPL_VAR keyword>,</TMPL_LOOP>"/> |
15 value="<TMPL_LOOP Keywords><TMPL_VAR keyword>,</TMPL_LOOP>"/> |
14 <strong><a href="<TMPL_VAR url>"><TMPL_VAR name></a></strong> |
16 <strong><a href="<TMPL_VAR url>"><TMPL_VAR name></a></strong> |
15 <p><TMPL_VAR desc></p> |
17 <p><TMPL_VAR desc></p> |
16 <p>Keywords: |
18 <p>Keywords: |
17 <TMPL_LOOP Keywords> |
19 <TMPL_LOOP Keywords> |
18 <TMPL_VAR keyword>; |
20 <TMPL_VAR keyword>; |
19 </TMPL_LOOP> |
21 </TMPL_LOOP> |
20 </p> |
22 </p> |
21 <TMPL_IF confirm_delete> |
23 <button name="step" type="submit" value="confirm"><TMPL_VAR confirmation></button> |
22 <button name="action" type="submit" |
24 <button name="step" type="submit" value="cancel">Cancel</button> |
23 value="<TMPL_VAR action>">Delete</button> |
|
24 </TMPL_IF> |
|
25 <TMPL_IF confirm_update> |
|
26 <button name="action" type="submit" |
|
27 value="<TMPL_VAR action>">Update</button> |
|
28 </TMPL_IF> |
|
29 <button name="action" type="submit" value="cancel">Cancel</button> |
|
30 </form> |
25 </form> |
31 </body> |
26 </body> |
32 </html> |
27 </html> |
33 <!-- Keep this comment at the end of the file |
28 <!-- Keep this comment at the end of the file |
34 Local variables: |
29 Local variables: |