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