PHP Classes

File: htdocs/themes/xswatch/modules/system/blocks/system_block_login.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xswatch/modules/system/blocks/system_block_login.tpl   Download  
File: htdocs/themes/xswatch/modules/system/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,366 bytes
 

Contents

Class file image Download
<div class="loginform"> <form action="<{xoAppUrl user.php}>" method="post" role="form"> <div class="form-group"> <{$block.lang_username}> <input class="form-control" type="text" name="uname" placeholder="<{$smarty.const.THEME_LOGIN}>"> </div> <div class="form-group"> <{$block.lang_password}> <input class="form-control" type="password" name="pass" placeholder="<{$smarty.const.THEME_PASS}>"> </div> <div class="checkbox"> <label> <{if isset($block.lang_rememberme)}> <input type="checkbox" name="rememberme" value="On" class="formButton"> <{$block.lang_rememberme}> <{/if}> </label> </div> <input type="hidden" name="xoops_redirect" value="<{$xoops_requesturi}>"> <input type="hidden" name="op" value="login"> <input type="submit" class="btn btn-primary btn-block btn-sm" value="<{$block.lang_login}>"> <{$block.sslloginlink}> </form> <a class="btn btn-info btn-xs btn-block" href="<{xoAppUrl user.php#lost}>" title="<{$block.lang_lostpass}>"><{$block.lang_lostpass}></a> <a class="btn btn-info btn-xs btn-block" href="<{xoAppUrl register.php}>" title="<{$block.lang_registernow}>"><{$block.lang_registernow}></a> </div>