Blob Blame Raw
{include:header.tpl}
<form id="mainform" method="POST">
<p><select name="vocabulary" required>{loop:vocabularies::vocabulary}<option value="{:vocabulary}">{:vocabulary}</option>{endloop}</select></p>
<p><input type="text" name="word" autocomplete="off" placeholder="here you may suggest your word for the first turn" size=40 value="" /></p>
<p><input type="submit" name="submit" value="create game" /></p>
</form>
{include:footer.tpl}