PHP Classes

File: htdocs/themes/xswatch/modules/system/system_userform.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xswatch/modules/system/system_userform.tpl   Download  
File: htdocs/themes/xswatch/modules/system/system_userform.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: updates to *userform.tpl
Date: 7 years ago
Size: 2,150 bytes
 

Contents

Class file image Download
<div class="container-fluid"> <div class="row"> <legend class="bold"><{$lang_login}></legend> <form action="user.php" method="post"> <label for="profile-uname"><{$lang_username}></label> <div class="input-group"> <span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span> <input class="form-control" type="text" name="uname" id="profile-uname" value="" placeholder="<{$smarty.const.THEME_LOGIN}>"> </div> <label for="profile-pass"><{$lang_password}></label> <div class="input-group"> <span class="input-group-addon"><i class="glyphicon glyphicon-lock"></i></span> <input class="form-control" type="password" name="pass" id="profile-pass" placeholder="<{$smarty.const.THEME_PASS}>"> </div> <div class="checkbox"> <label> <{if isset($lang_rememberme)}> <input type="checkbox" name="rememberme"> <{$lang_rememberme}> <{/if}> </label> </div> <input type="hidden" name="op" value="login"/> <input type="hidden" name="xoops_redirect" value="<{$redirect_page}>"/> <button type="submit" class="btn btn-default"><{$lang_login}></button> </form> <br> <a name="lost"></a> <div><{$lang_notregister}><br></div> </div> <br> <div class="row"> <legend class="bold"><{$lang_lostpassword}></legend> <p><{$lang_noproblem}></p> <form action="lostpass.php" method="post"> <label for="profile-lostpass"><{$lang_youremail}></label> <div class="input-group"> <span class="input-group-addon"><i class="glyphicon glyphicon-envelope"></i></span> <input class="form-control" type="text" name="email" id="profile-lostpass" placeholder="<{$smarty.const.THEME_EMAIL}>"> </div> <input type="hidden" name="op" value="mailpasswd"/> <input type="hidden" name="t" value="<{$mailpasswd_token}>"/> <button type="submit" class="btn btn-default"><{$lang_sendpassword}></button> </form> </div> </div> </div>