<div class="gmail_quote">On Mon, Feb 9, 2009 at 4:41 PM, Steven Benmosh <span dir="ltr">&lt;<a href="mailto:wordz2u@gmail.com">wordz2u@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
What
I would like to have multiple templates, and be able to choose when I
create a new page which one to use. This way, I can easily regroup the
pages based on countries, without losing the ability to match the
template to the page content.<br>
</blockquote><div><br>Since I urgently need to do something I don&#39;t want to do &lt;g&gt; I went ahead and tested out the form.&nbsp; This (below) seems to work fine:<br><br>===(snip)===<br>(:input form &quot;pmwiki.php&quot; GET:)<br>
Page Name: (:input text n:)\\<br>(:input hidden action &quot;edit&quot;:)<br>(:input radio template Test.Foo:) Foo\\<br>(:input radio template Test.Foo2:) Foo2\\<br>(:input submit create &quot;Create New Page&quot;:)<br>(:input form end:)<br>
===(snip)===<br><br>I haven&#39;t tested it in the sidebar, but I don&#39;t think it should make any difference.&nbsp; You may want to surround it with some sort of conditional if you don&#39;t want every user seeing this in the sidebar all the time...<br>
<br>-Peter<br></div></div>