Difference between revisions of "Template:Export"
From Organic Design wiki
(try this) |
|||
Line 6: | Line 6: | ||
{{#if:{{#request:viewexportlist}}|{{#var:exportlist}}}} | {{#if:{{#request:viewexportlist}}|{{#var:exportlist}}}} | ||
{{#tag:html| | {{#tag:html| | ||
− | <form method="post" action="{{localurl:Special:Export|action=submit}}"> | + | <nowiki><form method="post" action="</nowiki>{{localurl:Special:Export|action=submit}}"> |
<input name="pages" type="hidden" value="{{#var:exportlist}}" /> | <input name="pages" type="hidden" value="{{#var:exportlist}}" /> | ||
<input name="curonly" type="checkbox" value="1" checked="checked" /> | <input name="curonly" type="checkbox" value="1" checked="checked" /> | ||
<input name="wpDownload" type="checkbox" value="1" checked="checked" /> | <input name="wpDownload" type="checkbox" value="1" checked="checked" /> | ||
<input type="submit" value="XML" /> | <input type="submit" value="XML" /> | ||
− | </form> | + | <nowiki></form></nowiki> |
}} | }} |
Revision as of 05:41, 14 January 2009
{{#varset:exportlist|{{{1}}}}}
<form method="post" action="/wiki/index.php?title=Special:Export&action=submit"> </form>