Page MenuHomeIn-Portal Phabricator

review_access_denied.tpl
No OneTemporary

File Metadata

Created
Wed, Jun 25, 12:04 PM

review_access_denied.tpl

<SPAN CLASS="error">
<inp:m_language _Phrase="lu_review_access_denied" />
</SPAN>
<FORM method="POST" NAME="login" ACTION="<inp:m_form_action _form="login"/>">
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!--<td valign="top"><img src="img/pic_login.jpg" width="45" height="236" alt="" /><br /></td>-->
<td valign="top" width="10000">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" class="field-content-top"><h2><inp:m_language _Phrase="lu_existing_users" /></h2></td>
</tr>
<tr>
<td colspan="3" class="error"><inp:m_list_form_errors _Form="login" _ItemTemplate="misc/form_error.tpl" /></td>
</tr>
<tr>
<td class="field-name">
<inp2:m_if check="u_UseUsernames">
<inp:m_form_prompt _field="login_user" _Form="login" _langtext="lu_prompt_username" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" />
<inp2:m_else/>
<inp:m_form_prompt _field="login_user" _Form="login" _langtext="lu_prompt_email" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" />
</inp2:m_if>
<span class="error">*</span>
</td>
<td width="100%" class="field-content-input"><inp:m_form_input type="text" class="input" style="width:135px;" _field="login_user" _Form="login" _Required="1" /><br /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td class="field-name"><inp:m_form_prompt _form="login" _Field="login_password" _langtext="lu_prompt_password" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" /> <span class="error">*</span></td>
<td class="field-content-input"><inp:m_form_input type="password" class="input" _field="login_password" _Form="login" _Required="1" style="width:135px;" /><br /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td class="field-name">&nbsp;</td>
<td class="field-content" valign="top">
<span class="tips"><a href="<inp:m_template_link _Template="forgotpw" />"><inp:m_language _Phrase="lu_forgot_password_link" /></a></span><br />
<img src="img/s.gif" width="1" height="15" alt="" /><br />
<INPUT type="submit" name="login" value="<inp:m_language _Phrase="lu_login" />" class="button">
</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><img src="img/s.gif" width="1" height="1" alt="" /><br /></td>
<td colspan="2" class="field-content"><img src="img/s.gif" width="1" height="1" alt="" /><br /></td>
</tr>
<tr>
<td colspan="3" class="field-content-top">
<br />
<h2><inp:m_language _Phrase="lu_new_users" /></h2>
<inp:m_language _Phrase="lu_register_text" />
</td>
</tr>
<tr>
<td class="field-name"><br /><br /></td>
<td colspan="2" class="field-content"><span class="item-my"><a href="<inp:m_template_link _Template="register" />"><inp:m_language _Phrase="lu_register" /></a></span></td>
</tr>
</table>
</td>
</tr>
</table>
</form>

Event Timeline