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