1 rizwank 1.1 %TMPL:INCLUDE{"renamebase"}%
2 %TMPL:DEF{"titleaction"}%(delete) %TMPL:END%
3 %TMPL:DEF{"webaction"}%Delete%TMPL:END%
4 %TMPL:DEF{"newtopic"}%<input name="newtopic" value="%NEW_TOPIC%" size="36" />%TMPL:END%
5 %TMPL:DEF{"newweb"}%<select name="newweb">%WEBLIST{"<option $marker value=$qname>$name</option>" webs="Trash,public" selection="%NEW_WEB%" separator=" "}%</select>%TMPL:END%
6 %TMPL:DEF{"notes"}%
7 <br />
8 <input type="checkbox" name="nonwikiword" %NONWIKIWORDFLAG% />
9 Allow non <nop>WikiWord for deleted topic name. <br />
10 __Note:__ If this topic already exists in the Trash web you can
11 specify a different name, e.g. <nop>%NEW_TOPIC%1234.%TMPL:END%
12 %TMPL:DEF{"hidden"}%
13 <script type="text/javascript">
14 <!-- hide
15 checkAll(false)
16 // stop hiding -->
17 </script> %TMPL:END%
18 %TMPL:DEF{"topicaction"}%
19 <input type="submit" class="twikiSubmit" value="Delete" />
20 %TMPL:P{"sep"}% [[%WEB%.%TOPIC%][Cancel]] %TMPL:END%
21 %TMPL:P{"rename"}%
|