59 lines
2.0 KiB
HTML
59 lines
2.0 KiB
HTML
{include file="phoenix/system/_header.html"}
|
|
|
|
{include file="phoenix/system/_breadcrumbs.html"}
|
|
|
|
{if $message}
|
|
{foreach $message as $info}
|
|
{include file="phoenix/system/_message.html"}
|
|
{/foreach}
|
|
{/if}
|
|
|
|
<!-- start content -->
|
|
<section id="content">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-6 offset-md-3">
|
|
<div class="sign-form">
|
|
<h3 class="first-child">{$lang.heading_admin_login}</h3>
|
|
<hr>
|
|
<form name="admin_login" action="{html_get_link}" method="POST" role="form">
|
|
{if $mySystem.sed}
|
|
<input type="hidden" name="{$mySystem.session_name}" value="{$mySystem.session_id}">
|
|
<input type="hidden" name="formid" value="{$mySystem.formid}">
|
|
{/if}
|
|
<input type="hidden" name="action" value="login_process">
|
|
<input type="hidden" name="content" value="{$filename.admin_login}">
|
|
<input type="hidden" name="email_address" value="{$email_address}">
|
|
<input type="hidden" name="keya" value="{$verif_key}">
|
|
<input type="hidden" name="keyb" value="{$newkey2}">
|
|
|
|
<div class="input-group">
|
|
<div class="input-group-prepend">
|
|
<div class="input-group-text">
|
|
<i class="fa fa-user" aria-hidden="true"></i>
|
|
</div>
|
|
</div>
|
|
<input type="email" class="form-control" id="email" placeholder="{$email_address}" data-original-title="" title="">
|
|
</div>
|
|
<br>
|
|
<div class="input-group">
|
|
<div class="input-group-prepend">
|
|
<div class="input-group-text">
|
|
<i class="fa fa-lock" aria-hidden="true"></i>
|
|
</div>
|
|
</div>
|
|
<input type="text" class="form-control" id="key" placeholder="{$newkey2}" data-original-title="" title="">
|
|
</div>
|
|
<br>
|
|
<button type="submit" class="btn btn-primary float-right"><i class="fa fa-check" aria-hidden="true"></i> {$lang.button_login}</button>
|
|
|
|
<hr>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div><!-- .row -->
|
|
</div><!--end container-->
|
|
</section>
|
|
<!-- end content -->
|
|
|
|
{include file="phoenix/system/_footer.html"} |