1 rizwank 1.1 %TMPL:INCLUDE{"renamebase"}%
2
3
4
5 %TMPL:DEF{"titleaction"}%(rename) %TMPL:END%
6
7
8
9 %TMPL:DEF{"webaction"}%Rename%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 It's usually best to choose a
23 <a target="WikiWord" onclick="return launchWindow('%TWIKIWEB%','WikiWord')" href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%TWIKIWEB%/WikiWord">WikiWord</a>
24 for the new topic name, otherwise automatic linking may not work. Characters not allowed in topic names, such as spaces will automatically be removed.
25 %TMPL:END%
26
27
28
29 %TMPL:DEF{"movewebhelp"}%You can move the topic to a different web.%TMPL:END%
30
31
32
33 %TMPL:DEF{"topicaction"}%<div class="twikiTopicAction">
34 <table>
35 <tr>
36 <td class="twikiCancelCol">[[%WEB%.%TOPIC%][Cancel]]</td>
37 <td class="twikiSubmitCol"><input type="submit" class="twikiSubmit" value="Rename/Move" /></td>
38 <td class="twikiAddCol"></td>
39 </tr></table></div>%TMPL:END%
40
41
42
43 rizwank 1.1 %TMPL:P{"rename"}%
|