PHP Classes

File: htdocs/modules/profile/templates/profile_userform.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/profile/templates/profile_userform.tpl   Download  
File: htdocs/modules/profile/templates/profile_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:
Date: 7 years ago
Size: 1,652 bytes
 

Contents

Class file image Download
<fieldset class="pad10"> <legend class="bold"><{$lang_login}></legend> <form action="user.php" method="post"> <{$lang_username}> <input type="text" name="uname" size="26" maxlength="25" value=""/><br><br> <{$lang_password}> <input type="password" name="pass" size="21" maxlength="32"/><br><br> <{if isset($lang_rememberme)}> <input type="checkbox" name="rememberme" value="On" checked/> <{$lang_rememberme}> <br> <br> <{/if}> <input type="hidden" name="op" value="login"/> <input type="hidden" name="xoops_redirect" value="<{$redirect_page}>"/> <input type="submit" value="<{$lang_login}>"/> </form> <br> <a name="lost"></a> <div><{$lang_notregister}><br></div> </fieldset> <br> <fieldset class="pad10"> <legend class="bold"><{$lang_lostpassword}></legend> <div><br><{$lang_noproblem}></div> <form action="lostpass.php" method="post"> <{$lang_youremail}> <input type="text" name="email" size="26" maxlength="60"/>&nbsp;&nbsp;<input type="hidden" name="op" value="mailpasswd"/><input type="hidden" name="t" value="<{$mailpasswd_token}>"/><input type="submit" value="<{$lang_sendpassword}>"/> </form> </fieldset>