1 rizwank 1.1 %TMPL:INCLUDE{"twiki"}%
2 %TMPL:P{"htmldoctype"}%
3 %TMPL:P{"head"}%
4 <body bgcolor="#ffffff">
5 #PageTop
6 <form name="rename" action="%SCRIPTURLPATH%/rename%SCRIPTSUFFIX%/%WEB%/%TOPIC%">
7 %TMPL:DEF{"titleaction"}%(move attachment) %TMPL:END%
8 %TMPL:DEF{"webaction"}% *Move file attachment* %TMPL:END%
9 %TMPL:P{"simpleheader"}%
10 ---+ Move or Delete File <code>%FILENAME%</code>
11
12 | | *Web:* | * Topic:* |
13 | *From:* | <nop>%WEB%. | %TOPIC% |
14 | *To:* | <select name="newweb"> %WEBLIST{"<option $marker value=$qname>$name</option>" webs="Trash,public" selection="%WEB%" separator=" "}% </select>. | <input name="newtopic" value="%TOPIC%" /> |
15 <input type="hidden" name="attachment" value="%FILENAME%" />
16 <input type="hidden" name="changeRefs" value="0" />
17
18 __Note:__
19
20 * To delete an attachment move it to web *Trash*, topic *TrashAttachment*.
21 * The attachment and any history will be moved to the new topic.
22 rizwank 1.1 * An error page will be shown if either of the topics are locked by another user.
23 * The new topic chosen must already exist.
24 * Note that any URLs that refer to the attachment will be broken after this move.
25
26 %TMPL:DEF{"topicaction"}%
27 <input type="submit" class="twikiSubmit" value=" Move " />
28 %TMPL:P{"sep"}% [[%WEB%.%TOPIC%][Cancel]] %TMPL:END%
29 %TMPL:P{"standardfooter"}%
30 </form>
31 #PageBottom
32 </body>
33 </html>
|