[ Index ]

PHP Cross Reference of phpwcms V1.5.0 _r431 (28.01.12)

title

Body

[close]

/template/inc_cntpart/felogin/ -> fe_login.tmpl (source)

   1  <!-- NOTICE: Convert file to charset of site -->
   2  
   3  <!--LOGIN_SETTINGS_START//-->
   4  ; this is formatted like WIN.INI
   5  ; please: do not use comments for value lines
   6  ; Cookie expire set to 90 days
   7  date_format        = "%m/%d/%y"
   8  set_locale        = "en"
   9  cookie_expire    = 7776000
  10  <!--LOGIN_SETTINGS_END//-->
  11  
  12  <!--LOGIN_FORM_START//-->
  13  <div class="feLoginForm">
  14  
  15      [ERROR]
  16      <h3>Login error:</h3>
  17      <p class="error">
  18          Login and/or password not valid.
  19      </p>
  20      [/ERROR][ERROR_ELSE]
  21      <h3>Please login:</h3>
  22      <p>
  23          Some contents on our page are only availabe for logged in users. Fill in your acount data, please!
  24      </p>
  25      [/ERROR_ELSE]
  26  
  27      <form action="{FORM_TARGET}" method="post" name="feLoginForm" id="feLoginForm">
  28      
  29          <p class="field">
  30              <label for="feLogin">Login:</label>
  31              <input type="text" name="feLogin" id="feLogin" value="{LOGIN}" />
  32          </p>
  33          <p class="field">
  34              <label for="fePassword">Password:</label>
  35              <input type="password" name="fePassword" id="fePassword" value="{PASSWORD}" />
  36          </p>
  37          <p class="checkbox">
  38              <input type="checkbox" name="feRemember" id="feRemember" value="1"{REMEMBER} />
  39              <label for="feRemember">Remember login on this computer</label>
  40          </p>
  41          <p class="button">
  42              <input type="submit" value="Login" name="feSubmit" id="feSubmit" />
  43          </p>
  44      
  45      </form>
  46      
  47      [REGISTER_PROFILE]<p><a href="{REGISTER_PROFILE}">Register</a></p>[/REGISTER_PROFILE]
  48      <p><a href="{REMINDER_FORM}">Reminder</a></p>
  49  
  50  </div>
  51  <!--LOGIN_FORM_END//-->
  52  
  53  <!--LOGIN_IS_START//-->
  54  <div class="feLoggedIn">
  55  
  56      <h3>Nice to see you again.</h3>
  57      <p>You are logged in as <strong>{LOGIN}</strong></p>
  58      [MANAGE_PROFILE]<p>You can <a href="{MANAGE_PROFILE}">edit your user profile</a></p>[/MANAGE_PROFILE]
  59      [MANAGE_PROFILE_ELSE]<p>Profile is in edit</p>[/MANAGE_PROFILE_ELSE]
  60      
  61      <form action="{FORM_TARGET}" method="post" name="feLoginForm" id="feLoginForm">
  62          <p class="button">
  63              <input type="submit" value="Logout" name="feLogout" id="feLogout" />
  64          </p>
  65      </form>
  66  
  67  </div>
  68  <!--LOGIN_IS_END//-->
  69  
  70  <!--PROFILE_REGISTER_START//-->
  71      
  72      <h2>Register account</h2>
  73  
  74      {FE_USER_REGISTER}
  75  
  76      <hr />
  77  <!--PROFILE_REGISTER_END//-->
  78  
  79  <!--PROFILE_MANAGE_START//-->
  80      
  81      <h2>Manage account</h2>
  82  
  83      {FE_USER_MANAGE}
  84      
  85      <hr />
  86  
  87      <form action="{FORM_TARGET}" method="post" name="feLoginForm" id="feLoginForm">
  88          <p class="button">
  89              <input type="submit" value="Logout" name="feLogout" id="feLogout" />
  90          </p>
  91      </form>
  92  
  93  <!--PROFILE_MANAGE_END//-->
  94  
  95  <!--REMINDER_FORM_START//-->
  96  <div class="feLoginForm">
  97  
  98      [ERROR]
  99      <h3>Reminder error:</h3>
 100      <p class="error">
 101          Please check your input. It has to be valid email or login.
 102      </p>
 103      [/ERROR][ERROR_ELSE]
 104      <h3>Reminder:</h3>
 105      <p>
 106          In case you have forgotten your password please fill in your login (username). 
 107          If you have forgotten your login insert the email under which your account was registered.
 108      </p>
 109      [/ERROR_ELSE]
 110  
 111      <form action="{FORM_TARGET}" method="post" name="feLoginForm" id="feLoginForm">
 112      
 113          <p class="field">
 114              <label for="feReminder">Login or email:</label>
 115              <input type="text" name="feReminder" id="feReminder" value="{REMINDER}" />
 116          </p>
 117          <p class="button">
 118              <input type="submit" value="Send" name="feSubmit" id="feSubmit" />
 119          </p>
 120      
 121      </form>
 122      
 123      [REGISTER_PROFILE]<p><a href="{REGISTER_PROFILE}">Register</a></p>[/REGISTER_PROFILE]
 124      <p><a href="{LOGIN_URL}">Login</a></p>
 125  
 126  </div>
 127  <!--REMINDER_FORM_END//-->
 128  
 129  <!--REMINDER_SUCCESS_START//-->
 130      
 131      <h3>Reminder success</h3>
 132      <p>Your request was successful. We have sent a reminder message to your email.</p>
 133      
 134      <p><a href="{LOGIN_URL}">Login</a></p>
 135  
 136  <!--REMINDER_SUCCESS_END//-->
 137  
 138  
 139  <!--REMINDER_EMAIL_START//-->
 140  [SUBJECT]
 141      Your account reminder
 142  [/SUBJECT]
 143  
 144  [LOGIN_EMAIL]
 145  You have requested this reminder email.
 146  
 147  Your login: {LOGIN}
 148  
 149  {LOGIN_URL}
 150  
 151  [/LOGIN_EMAIL]
 152  
 153  [PASSWORD_EMAIL]
 154  You have requested this reminder email.
 155  
 156  We have reset your passwort: {PASSWORD}
 157  
 158  Please change it after your first login.
 159  
 160  {LOGIN_URL}
 161  
 162  [/PASSWORD_EMAIL]
 163  <!--REMINDER_EMAIL_END//-->


Generated: Sun Jan 29 16:31:14 2012 Cross-referenced by PHPXref 0.7.1