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

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

link added

File size: 578 bytes
Line 
1<metal:block use-macro="here/main_template/macros/master">
2  <metal:block fill-slot="header">
3    <h3>Login Failure</h3>
4  </metal:block>
5  <metal:block fill-slot="main">
6   
7    <br />
8    <p>
9        You have not been logged in. Either your user name and/or password are
10        incorrect or your browser is not configured to accept HTTP
11        cookies (see http://www.google.com/cookies.html).
12    </p>
13    <br />
14
15    <p>
16      <input type="button" class="context" onClick="history.back()"
17        value="button_back" i18n:attributes="value" />
18    </p>
19
20
21  </metal:block>
22</metal:block>
Note: See TracBrowser for help on using the repository browser.