blob: 1dfa3ca8c03212cd51ac2f818cddf0af920f6159 [file] [log] [blame]
<html>
<head>
<title>Showcase - Chat - Login</title>
<@s.head theme="ajax" />
</head>
<body>
<@s.actionerror />
<@s.actionmessage />
<@s.fielderror />
<@s.form action="login" namespace="/chat" method="POST">
<@s.textfield name="name" label="Name" required="true" />
<@s.submit/>
</@s.form>
</body>
</html>