1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/app/widgets/AdminLogin/adminlogin.tpl
2015-12-21 22:59:03 +01:00

22 lines
856 B
Smarty

<div>
<ul class="list thick">
<li>
<form method="post">
<div>
<input type="text" name="username" class="content" placeholder="{$c->__('input.username')}">
<label for="username">{$c->__('input.username')}</label>
</div>
<div>
<input type="password" name="password" class="content" placeholder="{$c->__('input.password')}">
<label for="password">{$c->__('input.password')}</label>
</div>
<input
class="button oppose color"
type="submit"
name="submit"
value="{$c->__('button.validate')}" />
</form>
</li>
</ul>
</div>