1%{ This is a default template }%%TMPL:INCLUDE{"foswiki"}%
2
3%TMPL:DEF{"titleaction"}%%MAKETEXT{"(change form)"}% %TMPL:END%
4
5
6%TMPL:DEF{"pagetitle"}%%MAKETEXT{"Choose a new form for [_1]" args="<nop>%TOPIC%"}%%TMPL:END%
7
8
9%TMPL:DEF{"webaction"}% *%MAKETEXT{"Action"}%* %TMPL:END%
10
11
12%TMPL:DEF{"topicactionbuttons"}%<input class="foswikiSubmit" type="submit" name="submit" value='%MAKETEXT{"Select"}%' /> %MAKETEXT{"or"}% %TMPL:P{"gobacktopicaction"}%%TMPL:END%
13
14
15%TMPL:DEF{"formstart"}%<form name="main" action="%SCRIPTURLPATH{"edit"}%/%WEB%/%TOPIC%" method="post">%TMPL:END%
16%TMPL:DEF{"formend"}%</form>%TMPL:END%
17
18
19%TMPL:DEF{"hiddenformfields"}%<input type="hidden" name="t" value="t=%GMTIME{"$epoch"}%" />
20<input type="hidden" name="topicparent" value="%URLPARAM{"topicparent"}%" />
21<input type="hidden" name="redirectto" value="%URLPARAM{"redirectto"}%" />
22<input type="hidden" name="skin" value="%URLPARAM{"skin"}%" />
23<input type="hidden" name="cover" value="%URLPARAM{"cover"}%" />
24<input type="hidden" name="nowysiwyg" value="%URLPARAM{"nowysiwyg"}%" />%TMPL:END%
25
26
27%TMPL:DEF{"notes"}%<p>%MAKETEXT{"Any changes you made to the topic before coming to this page are preserved."}%<br />
28<span class="foswikiAlert">%MAKETEXT{"But existing form data will be lost (you can always retrieve this data through the topic history)"}%</span></p>%TMPL:END%
29
30
31%TMPL:DEF{"content"}%%TMPL:P{"notes"}%
32%TMPL:P{"formstart"}%
33---+++ %MAKETEXT{"Available form templates"}%
34<ul>
35%FORMLIST%
36</ul>
37%TEXT%
38%EDITACTION%
39%TMPL:P{"hiddenformfields"}%
40%TMPL:P{"topicinfo"}%%TMPL:P{"formend"}%%TMPL:END%