mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
604 B
19 lines
604 B
<form method="post" class="paddedtop">
|
|
<fieldset>
|
|
<div class="element">
|
|
<label for="username">{$c->t('Username')}</label>
|
|
<input type="text" name="username" class="content">
|
|
</div>
|
|
<div class="element">
|
|
<label for="password">{$c->t('Password')}</label>
|
|
<input type="password" name="password" class="content">
|
|
</div>
|
|
|
|
<input
|
|
class="button color green oppose"
|
|
type="submit"
|
|
|
|
name="submit"
|
|
value="{$c->t('Submit')}" />
|
|
</fieldset>
|
|
</form>
|