Blame tpl/joinpage.tpl

33a545
{include:header.tpl}
33a545
33a545
{if:waiting}
33a545
    
33a545
    

waiting for the friend

33a545
    {if:friend.id}

URL for the friend: {:host}{:prefix}/{:friend.id}

{endif}
33a545
    
33a545
{else}
33a545
    <form action="{:prefix}/{:me.id}" id="mainform" method="POST"></form>
33a545
    

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

33a545
    

<input name="submit" type="submit" value="join the game">

33a545
    
33a545
{endif}
33a545
33a545

33a545
33a545
33a545
{include:footer.tpl}