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%" /> <meta name="robots" content="noindex" /> %HTTP_EQUIV_ON_EDIT%
6 <base href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%" />
7 %TMPL:P{"dragoncss"}%
8 </head>
9 %TMPL:DEF{"titleaction"}%(change form) %TMPL:END%
10 %TMPL:DEF{"webaction"}% *Action* %TMPL:END%
11 <body>%TMPL:P{"simpleheader"}%
12 #PageTop
13 <form name="main" action="%EDITURL%" method="post">
14 <div class="ds-nmcontent">
15 ---++ Choose a new form template
16
17 <table border="0" cellspacing="0" cellpadding="0">
18 <tr><td valign="top">
19 ---+++ Possible form templates:
20 <ul>
21 %FORMLIST%
22 rizwank 1.1 </ul>
23 </td><td>
24
25 </td><td valign="top">
26 ---+++ _Notes:_
27 * <font color="red">Existing form data will be lost! (still available in old version)</font>
28 * Any change you made to topic before coming to this page are preserved.
29 </td></tr>
30 </table>
31 <br />
32 <input type="hidden" name="text" value="%TEXT%" />
33 <input type="hidden" name="topicparent" value="%TOPICPARENT%" />
34 %TMPL:DEF{"topicaction"}% <input type="submit" name="submit" value=" Change form " /> %TMPL:END%
35 #PageBottom
36 </div>
37 %TMPL:P{"standardfooter"}%
38 </form>
39 </div>
40 </body>
41 </html>
|