1 <!-- ###PAGE### begin -->
2 <div id=
"t3-login-form-outer">
3 <div id=
"t3-login-form">
4 <div id=
"t3-login-image">
7 <div id=
"t3-login-form-inner" ###CSS_ERRORCLASS###
>
8 <div class=
"t3-headline">
9 <h2>###HEADLINE###
</h2>
10 <div class=
"t3-icons">
11 <div class=
"t3-helpicon">
12 <img src=
"sysext/t3skin/icons/login_help.gif" alt=
"help" />
17 <div class=
"t3-reloadicon">
18 <img src=
"sysext/t3skin/icons/login_reload.gif" alt=
"reload" onclick=
"document.loginform.reset(); checkFocus();" />
24 </div>###LOGINBOX_IMAGE###
26 <div id=
"t3-noscript-error">
28 ###ERROR_JAVASCRIPT###
32 <div id=
"t3-nocookies-error" style=
"display:none">
37 <div id=
"t3-login-form-fields">
40 <script type=
"text/javascript">
42 var cookieEnabled = (navigator.cookieEnabled) ? true : false;
44 if (typeof navigator.cookieEnabled ==
"undefined" && !cookieEnabled) {
45 document.cookie =
"testcookie";
46 cookieEnabled = (document.cookie.indexOf(
"testcookie") != -
1) ? true : false;
49 document.getElementById(
"t3-login-form-fields").style.display = 'block';
52 document.getElementById(
"t3-nocookies-error").style.display = 'block';
61 <div id=
"t3-meta-links">
62 <a href=
"http://typo3.org" target=
"_blank">TYPO3.org
</a>
63 <a href=
"http://typo3.org/donate/" target=
"_blank">###LABEL_DONATELINK###
</a>
65 <div id=
"t3-copyright-notice">
69 <!-- ###PAGE### end -->
71 <!-- ###LOGIN_NEWS### begin -->
72 <div id=
"t3-login-news-outer">
73 <div class=
"t3-headline">
74 <h2 class=
"t3-login-news-headline">###NEWS_HEADLINE###
</h2>
76 <dl id=
"t3-login-news">
77 <!-- ###NEWS_ITEM### begin -->
79 <span class=
"t3-news-title">###HEADER###
</span>
80 <span class=
"t3-news-date">###DATE###
</span>
85 <!-- ###NEWS_ITEM### end -->
88 <!-- ###LOGIN_NEWS### end -->
90 <!-- ###LOGIN_FORM### begin -->
92 <!-- ###LOGIN_ERROR### begin -->
93 <div class=
"t3-login-error">
96 <!-- ###LOGIN_ERROR### end -->
98 <div class=
"t3-login-username t3-login-field">
99 <label for=
"t3-username" class=
"t3-username">
100 ###LABEL_USERNAME###:
102 <input type=
"text" id=
"t3-username" name=
"username" value=
"###VALUE_USERNAME###" class=
"t3-username" tabindex=
"1" onkeypress=
"checkCapslock(event, false)" />
103 <a href=
"#" title=
"###CLEAR###" onclick=
"document.getElementById('t3-username').value = ''; checkFocus();" ><img src=
"sysext/t3skin/icons/login_clear.gif" alt=
"clear" title=
"###CLEAR###" /></a>
105 <div class=
"t3-login-password t3-login-field">
106 <label for=
"t3-password" class=
"t3-password">
107 ###LABEL_PASSWORD###:
109 <input type=
"password" id=
"t3-password" name=
"p_field" value=
"###VALUE_PASSWORD###" class=
"t3-password" tabindex=
"2" onkeypress=
"checkCapslock(event, true);" />
110 <a href=
"#" title=
"###CLEAR###" onclick=
"document.getElementById('t3-password').value = ''; checkFocus();"><img src=
"sysext/t3skin/icons/login_clear.gif" alt=
"clear" title=
"###CLEAR###" /></a>
112 <div id=
"t3-capslock" style=
"display: none;"><img src=
"sysext/t3skin/icons/login_capslock.gif" alt=
"caps lock" /><span>###ERROR_CAPSLOCK###
</span></div>
113 <!-- ###INTERFACE_SELECTOR### begin -->
114 <div class=
"t3-login-interface t3-login-field">
115 <label for=
"t3-interfaceselector" class=
"t3-interface-selector">
116 ###LABEL_INTERFACE###:
118 ###VALUE_INTERFACE###
120 <!-- ###INTERFACE_SELECTOR### end -->
121 <input type=
"submit" name=
"commandLI" value=
"###VALUE_SUBMIT###" class=
"t3-login-submit" tabindex=
"4" />
122 <!-- ###LOGIN_FORM### end -->
124 <!-- ###LOGOUT_FORM### begin -->
125 <h2>###HEADLINE###
</h2>
126 <p class=
"t3-username">
127 ###LABEL_USERNAME###:
129 <p class=
"t3-username-current">
132 <!-- ###INTERFACE_SELECTOR### begin -->
133 <p class=
"t3-interface-selector">
134 ###LABEL_INTERFACE###:
136 ###VALUE_INTERFACE###
137 <!-- ###INTERFACE_SELECTOR### end -->
139 <input type=
"hidden" name=
"p_field" value=
"" /><input type=
"submit" name=
"commandLO" value=
"###VALUE_SUBMIT###" class=
"t3-submit" />
140 <!-- ###LOGOUT_FORM### end -->