1 rizwank 1.1 %TMPL:INCLUDE{"twiki"}%
2 %TMPL:DEF{"titleaction"}%(more) %TMPL:END%
3 %TMPL:DEF{"webaction"}% *Topic actions* %TMPL:END%
4 %TMPL:DEF{"heading"}%More Actions on Topic [[%TOPIC%]]%TMPL:END%
5 %TMPL:DEF{"message"}%
6
7 * *Move to Trash:*
8 * *<a href="%SCRIPTURLPATH%/rename%SCRIPTSUFFIX%/%WEB%/%TOPIC%?newweb=Trash&nonwikiword=on">Delete topic...</a>*,
9 looking for references in _all public webs_ *(recommended)*
10 * <a href="%SCRIPTURLPATH%/rename%SCRIPTSUFFIX%/%WEB%/%TOPIC%?newweb=Trash&nonwikiword=on&currentwebonly=on">Delete topic...</a>,
11 looking for references in _%WEB% web_ only
12
13 * *Rename or move topic:*
14 * *<a href="%SCRIPTURLPATH%/rename%SCRIPTSUFFIX%/%WEB%/%TOPIC%">Rename/move topic...</a>*,
15 looking for references in _all public webs_ *(recommended)*
16 * <a href="%SCRIPTURLPATH%/rename%SCRIPTSUFFIX%/%WEB%/%TOPIC%?currentwebonly=on">Rename/move topic...</a>,
17 looking for references in _%WEB% web_ only
18
19 * *Back-links (Ref-by):*
20 * <a href="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/SearchResult?scope=text&web=all;&regex=on&search=%SPACEDTOPIC%%5B%5EA-Za-z%5D">Find topics</a>
21 in _all public webs_ that link to <nop>%TOPIC%
22 rizwank 1.1 * <a href="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/SearchResult?scope=text&regex=on&search=%SPACEDTOPIC%%5B%5EA-Za-z%5D">Find topics</a>
23 in _%WEB% web_ that link to <nop>%TOPIC%
24
25 * *Child topics in <nop>%WEB% web:*
26 * %METASEARCH{type="parent" web="%WEB%" topic="%TOPIC%" default="No child topics"}%
27
28 <form name="main" action="%EDITURL%">
29 * *Set new topic parent:*
30 * Step 1: Select topic parent: %BR%
31 <select name="topicparent" size="10">
32 <option value="none">none (remove topic parent)</option>
33 %TOPICLIST{"<option value=$qname>$name</option>" separator=" "}%
34 </select>
35 * Step 2: Continue to <input type="submit" class="twikiSubmit" value="Edit" /> and save <nop>%TOPIC% to activate the new parent
36 <input type="hidden" name="t" value="%SERVERTIME{$hour$min$sec}%" />
37 </form>
38
39 <form name="main" action="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%">
40 * *View previous topic revision:*
41 * Revision: <input type="text" name="rev" size="6" value="%PARAM2%" />
42 in <input type="checkbox" class="twikiCheckbox" id="raw" name="raw" /><label for="raw">raw text format</label>
43 rizwank 1.1 <input type="submit" class="twikiSubmit" value="View revision" />
44 * Revisions: 1.1 ... %PARAM1%
45 </form>
46
47 <form name="main" action="%SCRIPTURLPATH%/rdiff%SCRIPTSUFFIX%/%WEB%/%TOPIC%">
48 * *Compare revisions:*
49 * Older revision: <input type="text" name="rev2" size="6" value="1.1" />
50 * Newer revision: <input type="text" name="rev1" size="6" value="%PARAM1%" />
51 <input type="submit" class="twikiSubmit" value="View difference" />
52 </form> %TMPL:END%
53 %TMPL:DEF{"topicaction"}% [[%WEB%.%TOPIC%][Cancel]] %TMPL:END%
54 %TMPL:P{"oops"}%
|