mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
22 lines
856 B
Smarty
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>
|