xmpp.chapril.org-conversejs/src/templates/login_panel.html

9 lines
359 B
HTML
Raw Normal View History

<form id="converse-login" method="post">
<label>{{label_username}}</label>
2015-03-09 16:09:47 +01:00
<input type="email" name="jid" placeholder="user@server">
<label>{{label_password}}</label>
<input type="password" name="password" placeholder="password">
<input class="submit" type="submit" value="{{label_login}}">
<span class="conn-feedback"></span>
</form>