author | fabien@tzone.org |
Wed, 31 Dec 2008 01:00:21 -0500 | |
changeset 70 | 1798859f7f6c |
parent 59 | 2c5e38748004 |
permissions | -rw-r--r-- |
15 | 1 |
<html> |
21
345ee7421989
[svn r1555] Add multiuser support and more templating.
fabien
parents:
15
diff
changeset
|
2 |
<TMPL_INCLUDE NAME="headers.tmpl"> |
15 | 3 |
<body> |
43 | 4 |
<h1><TMPL_VAR remote_user>'s Edit Keywords</h1> |
58
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
43
diff
changeset
|
5 |
<form action="" method="get" name="edit"> |
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
43
diff
changeset
|
6 |
<input type="hidden" name="action" value="keywords"/> |
38
c30e2402deca
[svn r1582] Add some user preferences support (kw sorting and kw select box size).
fabien
parents:
36
diff
changeset
|
7 |
<label>Keywords: |
c30e2402deca
[svn r1582] Add some user preferences support (kw sorting and kw select box size).
fabien
parents:
36
diff
changeset
|
8 |
<select multiple name="kw" size="<TMPL_VAR kw_size>"> |
15 | 9 |
<TMPL_LOOP Keywords> |
30 | 10 |
<option value="<TMPL_VAR id>"><TMPL_VAR keyword></option> |
11 |
</TMPL_LOOP></select><br/> |
|
58
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
43
diff
changeset
|
12 |
<button name="step" type="submit" value="merge">Merge</button><br/> |
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
43
diff
changeset
|
13 |
<button name="step" type="submit" value="rename">Rename</button><br/> |
004a32370ba5
Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents:
43
diff
changeset
|
14 |
<button name="step" type="submit" value="delete">Delete</button> |
15 | 15 |
</form> |
16 |
</body> |
|
17 |
</html> |
|
18 |
<!-- |
|
19 |
vi: syntax=html |
|
20 |
--> |