[ Index ]

PHP Cross Reference of phpwcms V1.4.3 _r380 (23.11.09)

title

Body

[close]

/template/inc_default/ -> 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      
  60      <form action="{FORM_TARGET}" method="post" name="feLoginForm" id="feLoginForm">
  61          <p class="button">
  62              <input type="submit" value="Logout" name="feLogout" id="feLogout" />
  63          </p>
  64      </form>
  65  
  66  </div>
  67  <!--LOGIN_IS_END//-->
  68  
  69  <!--PROFILE_REGISTER_START//-->
  70      
  71      <h2>Register account</h2>
  72  
  73      {FE_USER_REGISTER}
  74  
  75      <hr />
  76  <!--PROFILE_REGISTER_END//-->
  77  
  78  <!--PROFILE_MANAGE_START//-->
  79      
  80      <h2>Manage account</h2>
  81  
  82      {FE_USER_MANAGE}
  83      
  84      <hr />
  85  
  86      <form action="{FORM_TARGET}" method="post" name="feLoginForm" id="feLoginForm">
  87          <p class="button">
  88              <input type="submit" value="Logout" name="feLogout" id="feLogout" />
  89          </p>
  90      </form>
  91  
  92  <!--PROFILE_MANAGE_END//-->
  93  
  94  <!--REMINDER_FORM_START//-->
  95  <div class="feLoginForm">
  96  
  97      [ERROR]
  98      <h3>Reminder error:</h3>
  99      <p class="error">
 100          Please check your input. It has to be valid email or login.
 101      </p>
 102      [/ERROR][ERROR_ELSE]
 103      <h3>Reminder:</h3>
 104      <p>
 105          In case you have forgotten your password please fill in your login (username). 
 106          If you have forgotten your login insert the email under which your account was registered.
 107      </p>
 108      [/ERROR_ELSE]
 109  
 110      <form action="{FORM_TARGET}" method="post" name="feLoginForm" id="feLoginForm">
 111      
 112          <p class="field">
 113              <label for="feReminder">Login or email:</label>
 114              <input type="text" name="feReminder" id="feReminder" value="{REMINDER}" />
 115          </p>
 116          <p class="button">
 117              <input type="submit" value="Send" name="feSubmit" id="feSubmit" />
 118          </p>
 119      
 120      </form>
 121      
 122      [REGISTER_PROFILE]<p><a href="{REGISTER_PROFILE}">Register</a></p>[/REGISTER_PROFILE]
 123      <p><a href="{LOGIN_URL}">Login</a></p>
 124  
 125  </div>
 126  <!--REMINDER_FORM_END//-->
 127  
 128  <!--REMINDER_SUCCESS_START//-->
 129      
 130      <h3>Reminder success</h3>
 131      <p>Your request was successful. We have sent a reminder message to your email.</p>
 132      
 133      <p><a href="{LOGIN_URL}">Login</a></p>
 134  
 135  <!--REMINDER_SUCCESS_END//-->
 136  
 137  
 138  <!--REMINDER_EMAIL_START//-->
 139  [SUBJECT]
 140      Your account reminder
 141  [/SUBJECT]
 142  
 143  [LOGIN_EMAIL]
 144  You have requested this reminder email.
 145  
 146  Your login: {LOGIN}
 147  
 148  {LOGIN_URL}
 149  
 150  [/LOGIN_EMAIL]
 151  
 152  [PASSWORD_EMAIL]
 153  You have requested this reminder email.
 154  
 155  We have reset your passwort: {PASSWORD}
 156  
 157  Please change it after your first login.
 158  
 159  {LOGIN_URL}
 160  
 161  [/PASSWORD_EMAIL]
 162  <!--REMINDER_EMAIL_END//-->


Generated: Wed Dec 30 05:55:15 2009 Cross-referenced by PHPXref 0.7