2016-04-07 12:38:05 +02:00
|
|
|
<script src="./api/js/login.js" type="text/javascript"></script>
|
2014-01-11 19:51:59 +01:00
|
|
|
|
2013-11-14 14:53:24 +01:00
|
|
|
|
2019-08-09 14:41:16 +02:00
|
|
|
<div id="loginMainDiv" style="background-image:url({background_file})" class="{stock_background_class}">
|
2021-05-10 16:35:05 +02:00
|
|
|
<div class="egw_message_wrapper">
|
|
|
|
<div id="egw_message" class="{cd_class}">{cd}
|
|
|
|
<span class="close"></span></div>
|
2017-04-06 18:17:47 +02:00
|
|
|
</div>
|
2013-11-18 20:27:56 +01:00
|
|
|
<div id="divAppIconBar" style="position:relative;">
|
2017-02-03 16:25:39 +01:00
|
|
|
<div id="divLogo">
|
2017-02-10 15:55:14 +01:00
|
|
|
<div class="login_logo_container">
|
|
|
|
<a href="{logo_url}" target="_blank">
|
|
|
|
<div style="background-image:url({logo_file})" class="login_logo" border="0" alt="{logo_title}" title="{logo_title}" ></div>
|
|
|
|
</a>
|
|
|
|
</div>
|
2017-02-03 16:25:39 +01:00
|
|
|
</div>
|
2021-06-15 14:54:29 +02:00
|
|
|
<div id="loginScreenMessage">{lang_message}</div>
|
2013-11-18 20:27:56 +01:00
|
|
|
</div>
|
|
|
|
<div id="centerBox">
|
|
|
|
<form name="login_form" method="post" action="{login_url}">
|
|
|
|
<table class="divLoginbox divSideboxEntry" cellspacing="0" cellpadding="2" border="0" align="center">
|
|
|
|
<tr class="divLoginboxHeader">
|
|
|
|
<td colspan="3">{website_title}</td>
|
|
|
|
</tr>
|
2015-02-17 11:42:00 +01:00
|
|
|
<tr class="hiddenCredential">
|
|
|
|
<td colspan="2" height="20" >
|
2013-11-18 20:27:56 +01:00
|
|
|
<input type="hidden" name="passwd_type" value="text" />
|
|
|
|
<input type="hidden" name="account_type" value="u" />
|
|
|
|
</td>
|
|
|
|
</tr>
|
2020-06-10 15:19:08 +02:00
|
|
|
<!-- BEGIN discovery_block -->
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
{discovery}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END discovery_block -->
|
2013-11-18 20:27:56 +01:00
|
|
|
<tr>
|
2017-02-06 16:13:24 +01:00
|
|
|
<td>
|
|
|
|
<span class="field_icons username"></span>
|
|
|
|
<input name="login" tabindex="4" value="{login}" size="30" placeholder="{lang_username}" {autofocus_login}/>
|
|
|
|
</td>
|
2013-11-18 20:27:56 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2017-02-06 16:13:24 +01:00
|
|
|
<td>
|
|
|
|
<span class="field_icons password"></span>
|
|
|
|
<input name="passwd" tabindex="5" value="{passwd}" type="password" size="30" placeholder="{lang_password}"/>
|
|
|
|
</td>
|
2013-11-18 20:27:56 +01:00
|
|
|
</tr>
|
2019-06-07 20:28:33 +02:00
|
|
|
<!-- BEGIN 2fa_section -->
|
|
|
|
<tr class="{2fa_class}">
|
2019-06-05 13:10:25 +02:00
|
|
|
<td>
|
|
|
|
<span class="field_icons password"></span>
|
|
|
|
<input name="2fa_code" tabindex="6" size="30" placeholder="{lang_2fa}" title="{lang_2fa_help}"/>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2019-06-07 20:28:33 +02:00
|
|
|
<!-- END 2fa_section -->
|
2017-02-03 16:25:39 +01:00
|
|
|
<!-- BEGIN remember_me_selection -->
|
2013-11-18 20:27:56 +01:00
|
|
|
<tr>
|
2019-08-05 13:56:35 +02:00
|
|
|
<td class="remember_me_row">
|
2019-08-03 18:37:10 +02:00
|
|
|
<label for="remember_me" title="{lang_remember_me_help}"><span class="field_icons remember_me" style="background-image: none">{lang_remember_me}</span></label>
|
2017-02-06 16:13:24 +01:00
|
|
|
{select_remember_me}
|
|
|
|
</td>
|
2013-11-18 20:27:56 +01:00
|
|
|
</tr>
|
|
|
|
<!-- END remember_me_selection -->
|
2017-02-03 16:25:39 +01:00
|
|
|
<!-- BEGIN language_select -->
|
2013-11-18 20:27:56 +01:00
|
|
|
<tr>
|
2017-02-06 16:13:24 +01:00
|
|
|
<td>
|
|
|
|
<span class="field_icons language"></span>
|
|
|
|
{select_language}
|
|
|
|
</td>
|
2013-11-18 20:27:56 +01:00
|
|
|
</tr>
|
2017-02-03 16:25:39 +01:00
|
|
|
<!-- END language_select -->
|
|
|
|
<!-- BEGIN domain_selection -->
|
2013-11-18 20:27:56 +01:00
|
|
|
<tr>
|
2017-02-06 16:13:24 +01:00
|
|
|
<td>
|
|
|
|
<span class="field_icons domain"></span>
|
|
|
|
{select_domain}
|
|
|
|
</td>
|
2013-11-18 20:27:56 +01:00
|
|
|
</tr>
|
2017-02-03 16:25:39 +01:00
|
|
|
<!-- END domain_selection -->
|
2015-07-01 14:44:34 +02:00
|
|
|
<!-- BEGIN change_password -->
|
|
|
|
<tr>
|
2017-02-06 16:13:24 +01:00
|
|
|
<td>
|
|
|
|
<span class="field_icons password"></span>
|
2019-06-05 13:10:25 +02:00
|
|
|
<input name="new_passwd" tabindex="7" type="password" size="30" placeholder="{lang_new_password}" {autofocus_new_passwd}/>
|
2017-02-06 16:13:24 +01:00
|
|
|
</td>
|
2015-07-01 14:44:34 +02:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2017-02-06 16:13:24 +01:00
|
|
|
<td>
|
|
|
|
<span class="field_icons password"></span>
|
2019-06-05 13:10:25 +02:00
|
|
|
<input name="new_passwd2" tabindex="8" type="password" placeholder="{lang_repeat_password}" size="30" />
|
2017-02-06 16:13:24 +01:00
|
|
|
</td>
|
2015-07-01 14:44:34 +02:00
|
|
|
</tr>
|
|
|
|
<!-- END change_password -->
|
2013-11-18 20:27:56 +01:00
|
|
|
<tr>
|
|
|
|
<td>
|
2019-06-05 13:10:25 +02:00
|
|
|
<input tabindex="9" type="submit" value=" {lang_login} " name="submitit" />
|
2013-11-18 20:27:56 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
2017-02-07 19:05:13 +01:00
|
|
|
|
2013-11-18 20:27:56 +01:00
|
|
|
<!-- BEGIN registration -->
|
|
|
|
<tr>
|
2015-02-17 11:42:00 +01:00
|
|
|
<td colspan="3" height="20" align="center" class="registration">
|
2021-05-12 12:37:26 +02:00
|
|
|
{lostpassword_link}{lostid_link}
|
2013-11-18 20:27:56 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END registration -->
|
2021-04-29 15:24:25 +02:00
|
|
|
<tr>
|
2021-05-12 12:37:26 +02:00
|
|
|
<td align="center">
|
2021-04-29 15:24:25 +02:00
|
|
|
<div id="socialBox"></div>
|
2021-05-12 12:37:26 +02:00
|
|
|
{register_link}
|
2021-04-29 15:24:25 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
2013-11-18 20:27:56 +01:00
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
</div>
|
2021-04-29 15:24:25 +02:00
|
|
|
|
2017-02-03 16:25:39 +01:00
|
|
|
<div id="login_footer">
|
2021-04-29 15:24:25 +02:00
|
|
|
<div class="apps">
|
|
|
|
{footer_apps}
|
|
|
|
</div>
|
2017-02-03 16:25:39 +01:00
|
|
|
</div>
|
2020-09-17 11:17:32 +02:00
|
|
|
|
2013-11-14 14:53:24 +01:00
|
|
|
</div>
|