1 rizwank 1.1 %TMPL:INCLUDE{"twiki"}%
2
3
4
5 %TMPL:DEF{"titleaction"}%(change form) %TMPL:END%
6
7
8
9 %TMPL:DEF{"webaction"}% *Action* %TMPL:END%
10
11
12
13 %TMPL:DEF{"bodystart"}%
14 <body class="twikiNoViewPage twikiChangeFormPage" onload="initPage()"><a name="PageTop"></a>%TMPL:END%
15
16
17
18 %TMPL:DEF{"topicaction"}% <input class="twikiSubmit" type="submit" name="submit" value=" Change form " />%TMPL:END%
19
20
21
22 rizwank 1.1 %TMPL:DEF{"content"}%
23 <form name="main" action="%EDITURL%" method="post">
24 ---++ Choose a new form template
25
26 <div class="twikiVersatileTable">
27 <table border="0" cellspacing="0" cellpadding="0">
28 <tr>
29 <th class="twikiMainCol">
30 *Possible form templates*
31 </th>
32 <th>
33 *Notes*
34 </th>
35 </tr>
36 <tr>
37 <td class="twikiMainCol">
38 %FORMLIST%
39 </td>
40 <td>
41 * <font color="red">Existing form data will be lost! (still available in old version)</font>
42 * Any change you made to topic before coming to this page are preserved.
43 rizwank 1.1 </td>
44 </tr>
45 </table>
46 </div>
47 <input type="hidden" name="text" value="%TEXT%" />
48 <input type="hidden" name="topicparent" value="%TOPICPARENT%" />
49 <div class="twikiTopicAction">
50 <table>
51 <tr>
52 <td class="twikiCancelCol"><input type="button" class="twikiSubmit" name="backbutton" value="Back" onclick="history.go(-1)" /></td>
53 <td class="twikiSubmitCol">%TMPL:P{"topicaction"}%</td>
54 <td class="twikiAddCol"></td>
55 </tr></table></div></form>%TMPL:END%
56
57
58
59 %TMPL:P{"htmldoctype"}%
60 %TMPL:P{"head"}%
61 %TMPL:P{"bodystart"}%
62 %TMPL:P{"main"}%
63 %TMPL:P{"bodyend"}%
|