Source for file loginform.tpl.php
Documentation is available at loginform.tpl.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en" />
<link rel="stylesheet" href="style.css" type="text/css" media="all" />
<h1><b><i>BackOffice</i></b></h1>
<p>Greetings! Please insert your username and password:</p>
<p style="notice">Username or password wrong.<br />
<p class="notice"><b>You are expired.</p>
<p class="notice">>You are idled.</p>
<p class="notice">Your account has been deactivated.<br />
Please contact the <a href="mailto:krausbn@php.net">webmaster</a>!</p>
<form name="loginform" action="{form_action}" method="post">
<table class="table1" cellspacing="0" cellpadding="0">
<table class="table2" cellpadding="3" cellspacing="0">
<hr style="width:260px; text-align:center;" />
<td align="right">Username:</td>
<input type="text" name="username" maxlength="32" size="20" />
<td align="right">Password:</td>
<input type="password" name="password" maxlength="32" size="20" />
<hr style="width: 260px; text-align: center;" />
<input type="submit" name="x" value="Login" />
<input type="hidden" name="Submit" value="1" />
<script type="text/javascript">
if (document.forms[0][0].value != '') {
document.forms[0][1].focus();
document.forms[0][0].focus();
Documentation generated on Mon, 11 Mar 2019 15:40:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|