PHP Classes

File: htdocs/modules/system/templates/blocks/system_block_login.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/blocks/system_block_login.tpl   Download  
File: htdocs/modules/system/templates/blocks/system_block_login.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 8 years ago
Size: 1,054 bytes
 

Contents

Class file image Download
<div class="txtcenter"> <form style="margin-top: 0;" action="<{xoAppUrl user.php}>" method="post"> <{$block.lang_username}><br> <input type="text" name="uname" size="12" value="<{$block.unamevalue}>" maxlength="25"/><br> <{$block.lang_password}><br> <input type="password" name="pass" size="12" maxlength="32"/><br> <{if isset($block.lang_rememberme)}> <input type="checkbox" name="rememberme" value="On" class="formButton"/> <{$block.lang_rememberme}> <br> <{/if}> <br> <input type="hidden" name="xoops_redirect" value="<{$xoops_requesturi}>"/> <input type="hidden" name="op" value="login"/> <input type="submit" value="<{$block.lang_login}>"/><br> <{$block.sslloginlink}> </form> <br> <a href="<{xoAppUrl user.php#lost}>" title="<{$block.lang_lostpass}>"><{$block.lang_lostpass}></a> <br><br> <a href="<{xoAppUrl register.php}>" title="<{$block.lang_registernow}>"><{$block.lang_registernow}></a> </div>