xmpp.chapril.org-conversejs/src/templates/login_panel.html
JC Brand 6bded11304 Add connection feedback on the controlbox.
Now that the toggle is hidden when the controlbox is visible.
2014-07-14 20:41:26 +02:00

9 lines
352 B
HTML

<form id="converse-login">
<label>{{label_username}}</label>
<input type="username" name="jid" placeholder="Username">
<label>{{label_password}}</label>
<input type="password" name="password" placeholder="Password">
<input class="login-submit" type="submit" value="{{label_login}}">
<span class="conn-feedback"></span>
</form">