author | fabien@tzone.org |
Wed, 31 Dec 2008 00:07:25 -0500 | |
changeset 69 | d79722064d8d |
parent 59 | 2c5e38748004 |
permissions | -rw-r--r-- |
15 | 1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
2 |
<html> |
|
21
345ee7421989
[svn r1555] Add multiuser support and more templating.
fabien
parents:
15
diff
changeset
|
3 |
<TMPL_INCLUDE NAME="headers.tmpl"> |
15 | 4 |
<body> |
43 | 5 |
<h1><TMPL_VAR remote_user>'s Confirmation</h1> |
58
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
53
diff
changeset
|
6 |
<form name="confirmation" method="post" action=""> |
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
53
diff
changeset
|
7 |
<input type="hidden" name="action" value="keywords"/> |
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
53
diff
changeset
|
8 |
<p>Do you really want to remove those keywords?</p> |
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
53
diff
changeset
|
9 |
<p> |
30 | 10 |
<TMPL_LOOP Selected> |
11 |
<input type="hidden" name="id" value="<TMPL_VAR id>"/> |
|
12 |
<TMPL_VAR keyword>; |
|
13 |
</TMPL_LOOP> |
|
58
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
53
diff
changeset
|
14 |
</p> |
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
53
diff
changeset
|
15 |
<button name="step" type="submit" value="do_delete">Delete</button> |
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
53
diff
changeset
|
16 |
<button name="step" type="submit" value="cancel">Cancel</button> |
15 | 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 |
--> |