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

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

text polished

File size: 537 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.
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.