author | Fabien Niñoles <fabien@tzone.org> |
Wed, 07 Jan 2009 17:26:18 -0500 | |
changeset 77 | 52b13b0616b8 |
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>Selected keywords: |
30 | 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> |
|
58
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
53
diff
changeset
|
15 |
<label for="kw">Merge them with:</label> |
53 | 16 |
<select name="kw" multiple size="<TMPL_VAR kw_size"> |
30 | 17 |
<TMPL_LOOP Keywords> |
18 |
<option value="<TMPL_VAR id>"><TMPL_VAR keyword></option> |
|
58
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
53
diff
changeset
|
19 |
</TMPL_LOOP></select> |
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
53
diff
changeset
|
20 |
</p> |
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
53
diff
changeset
|
21 |
<label><input type="checkbox" name="remove"/>Remove keywords?</label> |
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
53
diff
changeset
|
22 |
<button name="step" type="submit" value="do_merge">Merge</button> |
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
53
diff
changeset
|
23 |
<button name="step" type="submit" value="cancel">Cancel</button> |
15 | 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 |
--> |