Changeset 1023 for WAeUP_SRP/trunk
- Timestamp:
- 10 Dec 2006, 07:28:09 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/user_logged_in_failed.pt
r1022 r1023 1 1 <metal:block use-macro="here/main_template/macros/master"> 2 2 <metal:block fill-slot="header"> 3 <h3 i18n:translate="heading_login_failure">Login Failure</h3>3 <h3>Login Failure</h3> 4 4 </metal:block> 5 5 <metal:block fill-slot="main"> 6 6 7 7 <br /> 8 9 8 <p> 10 You are not currently logged in. Your username and or password may be11 incorrect . Your browser may also not beconfigured to accept HTTP9 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 12 11 cookies. 13 12 </p> 13 <br /> 14 14 15 <p> 15 16 <input type="button" class="context" onClick="history.back()" 16 17 value="button_back" i18n:attributes="value" /> 17 18 </p> 19 20 18 21 </metal:block> 19 22 </metal:block>
Note: See TracChangeset for help on using the changeset viewer.