1 rizwank 1.1 %TMPL:INCLUDE{"twiki"}%
2
3 %TMPL:P{"htmldoctype"}%
4 %TMPL:P{"head"}%
5 <body bgcolor="#ffffff">
6 #PageTop
7 %TMPL:DEF{"titleaction"}%(change form) %TMPL:END%
8 %TMPL:DEF{"webaction"}% *Action* %TMPL:END%
9 %TMPL:P{"simpleheader"}%
10 <form name="main" action="%EDITURL%" method="post">
11 ---++ Choose a new form template
12
13 <table border="0" cellspacing="0" cellpadding="0">
14 <tr><td valign="top">
15 ---+++ Possible form templates:
16 <ul>
17 %FORMLIST%
18 </ul>
19 </td><td>
20
21 </td><td valign="top">
22 rizwank 1.1 ---+++ _Notes:_
23 * <font color="red">Existing form data will be lost! (still available in old version)</font>
24 * Any change you made to topic before coming to this page are preserved.
25 </td></tr>
26 </table>
27 <br />
28 <input type="hidden" name="text" value="%TEXT%" />
29 <input type="hidden" name="topicparent" value="%TOPICPARENT%" />
30 %TMPL:DEF{"topicaction"}% <input type="submit" class="twikiSubmit" name="submit" class="twikiSubmit" value=" Change form " /> %TMPL:END%
31 %TMPL:P{"standardfooter"}%
32 </form>
33 #PageBottom
34 </body>
35 </html>
|