1 rizwank 1.1 %TMPL:INCLUDE{"renamebase"}%
2
3
4
5 %TMPL:DEF{"titleaction"}%(delete) %TMPL:END%
6
7
8
9 %TMPL:DEF{"webaction"}%Delete%TMPL:END%
10
11
12
13 %TMPL:DEF{"newtopic"}%<input name="newtopic" value="%NEW_TOPIC%" size="36" />%TMPL:END%
14
15
16
17 %TMPL:DEF{"newweb"}%<select name="newweb">%WEBLIST{"<option $marker value=$qname>$name</option>" webs="Trash,public" selection="%NEW_WEB%" separator=" "}%</select>%TMPL:END%
18
19
20
21 %TMPL:DEF{"namehelp"}%
22 rizwank 1.1 If this topic already exists in the Trash web you can specify a different name, e.g. <nop>%NEW_TOPIC%1234.
23 %TMPL:END%
24
25
26
27 %TMPL:DEF{"movewebhelp"}%Deleted topics will be moved to the Trash web%TMPL:END%
28
29
30
31 %TMPL:DEF{"hidden"}%
32 <script type="text/javascript">
33 <!-- hide
34 checkAll(false)
35 // stop hiding -->
36 </script> %TMPL:END%
37
38
39
40 %TMPL:DEF{"topicaction"}%<div class="twikiTopicAction">
41 <table>
42 <tr>
43 rizwank 1.1 <td class="twikiCancelCol">[[%WEB%.%TOPIC%][Cancel]]</td>
44 <td class="twikiSubmitCol"><input type="submit" class="twikiSubmit" value="Delete" /></td>
45 <td class="twikiAddCol"></td>
46 </tr></table></div>%TMPL:END%
47
48
49
50 %TMPL:P{"rename"}%
|