1 rizwank 1.1 %TMPL:INCLUDE{"twiki"}%
2 %TMPL:DEF{"rename"}%
3 %TMPL:P{"htmldoctype"}%
4 <head>
5 <title>%TMPL:P{"titleaction"}%%TOPIC% < %WEB% < %WIKITOOLNAME%</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" />
7 <meta name="robots" content="noindex" /> %HTTP_EQUIV_ON_VIEW%
8 <base href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%" />
9 %TMPL:P{"dragoncss"}%
10 <script language="JavaScript">
11 <!--HIDE
12 function launchWindow( theWeb, theTopic ) {
13 win = open("%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/" + theWeb + "/" + theTopic + "?skin=plain", theTopic, "titlebar=0,width=500,height=480,resizable,scrollbars");
14 if( win ) {
15 win.focus();
16 }
17 return false;
18 }
19 function checkAll( theCheck )
20 {
21 // find button element index
22 rizwank 1.1 var j = 0;
23 for( var i = 0; i < document.rename.length; i++ ) {
24 if( document.rename.elements[i].name.match( "RENAME" ) ) {
25 document.rename.elements[i].checked = theCheck;
26 }
27 }
28 }
29 //STOP HIDING-->
30 </script>
31 </head>
32 <body>%TMPL:P{"simpleheader"}%
33 #PageTop
34 <form method="POST" name="rename" action="%SCRIPTURLPATH%/rename%SCRIPTSUFFIX%/%WEB%/%TOPIC%">
35 <div class="ds-nmcontent">
36 ---+ %TMPL:P{"webaction"}% <code>%TOPIC%</code>
37
38 | | *Web:* | * Topic:* |
39 | *From:* | <nop>%WEB%. | %TOPIC% |
40 | *To:* | %TMPL:P{"newweb"}%. | %TMPL:P{"newtopic"}% |
41 %TMPL:P{"notes"}%
42
43 rizwank 1.1 ---++ Change links in topics that refer to <nop>%TOPIC% in the <nop>%WEB% Web:
44
45 %RESEARCH{ "%TOPIC%" web="%WEB%" noempty="on" showlock="on" nototal="on" regex="on" nosearch="on" order="modified" reverse="on" nosummary="on" showlock="on" renameview="local"}%
46
47 ---++ Change links in topics that refer to <nop>%WEB%.<nop>%TOPIC% in any Web:
48
49 %RESEARCH{ "%WEB%\.%TOPIC%" web="all" noempty="on" showlock="on" nototal="on" regex="on" nosearch="on" order="modified" reverse="on" nosummary="on" showlock="on" renameview="global"}%
50
51 <input type="button" value="Set" onClick="checkAll(true);" />
52 <input type="button" value="Clear" onClick="checkAll(false);" /> checkboxes of all referenced topics
53
54 __Note:__
55 * Get help on
56 <a target="ManagingTopics" onClick="return launchWindow('%TWIKIWEB%','ManagingTopics')" href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%TWIKIWEB%/ManagingTopics">Renaming and moving topics</a>.
57 * Select the Trash Web to delete the topic.
58 * The checkmarked topics will be updated (another form will appear which will _eventually_ allow you to rename any topics that were locked)
59
60 %TMPL:P{"hidden"}%
61 </div>
62 %TMPL:P{"standardfooter"}%
63 #PageBottom
64 rizwank 1.1 </form>
65 </div>
66 </body>
67 </html>%TMPL:END%
|