Blame tpl/startpage.tpl

Ivan Mahonin 3c1a85
{include:header.tpl}
Ivan Mahonin 33a545
<form id="mainform" method="POST">
Ivan Mahonin 9ae076

<select name="vocabulary" required>{loop:vocabularies::vocabulary}<option value="{:vocabulary}">{:vocabulary}</option>{endloop}</select>

Ivan Mahonin 33a545

<input type="text" name="word" autocomplete="off" placeholder="here you may suggest your word for the first turn" size=40 value="" />

Ivan Mahonin 33a545

<input type="submit" name="submit" value="create game" />

Ivan Mahonin 3c1a85
</form>
Ivan Mahonin 3c1a85
{include:footer.tpl}