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/AccountNext/_accountnext_movim.tpl
2016-03-15 16:28:38 +01:00

20 lines
667 B
Smarty

<form name="data">
<div id="movim">
<span>@movim.eu</span>
<label for="username">{$c->__('input.username')}</label>
<input name="username" type="text" placeholder="username">
</div>
<div>
<label for="password">{$c->__('input.password')}</label>
<input name="password" type="password" placeholder="{$c->__('input.password')}">
</div>
<div class="compact">
<input name="re_password" type="password" placeholder="{$c->__('credentials.re_password')}">
</div>
<a
class="button color green oppose"
onclick="{$submitdata}"
>
{$c->__('button.validate')}
</a>
</form>