| {include:header.tpl} |
| |
| {if:waiting} |
| <div id="mainform"> |
| <h1>waiting for the friend</h1> |
| {if:friend.id}<p>URL for the friend: <a href="{:host}{:prefix}/{:friend.id}">{:host}{:prefix}/{:friend.id}</a></p>{endif} |
| </div> |
| {else} |
| <form id="mainform" method="POST" action="{:prefix}/{:me.id}"> |
| <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="join the game" /></p> |
| </form> |
| {endif} |
| |
| <hr /> |
| <div id="logo"><a href="{:prefix}">back to start page</a></div> |
| |
| {include:footer.tpl} |