source: WAeUP_SRP/trunk/skins/waeup_custom/user_logged_in_failed.pt @ 1022

Last change on this file since 1022 was 1022, checked in by Henrik Bettermann, 18 years ago

login texts modified

File size: 569 bytes
Line 
1<metal:block use-macro="here/main_template/macros/master">
2  <metal:block fill-slot="header">
3    <h3 i18n:translate="heading_login_failure">Login Failure</h3>
4  </metal:block>
5  <metal:block fill-slot="main">
6   
7    <br />
8
9    <p>
10        You are not currently logged in. Your username and or password may be
11        incorrect. Your browser may also not be configured to accept HTTP
12        cookies.
13    </p>
14    <p>
15      <input type="button" class="context" onClick="history.back()"
16        value="button_back" i18n:attributes="value" />
17    </p>
18  </metal:block>
19</metal:block>
Note: See TracBrowser for help on using the repository browser.