HEADcourier-fixdev-browser-capabilitiespdorelease-0.8
|
Last change
on this file since 071c78c was
071c78c,
checked in by thomascube <thomas@…>, 16 months ago
|
|
Fine tuning Larry styles + browser specific css quirks
|
-
Property mode set to
100644
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 1 | <roundcube:object name="doctype" value="html5" /> |
|---|
| 2 | <html> |
|---|
| 3 | <head> |
|---|
| 4 | <title><roundcube:object name="pagetitle" /></title> |
|---|
| 5 | <meta name="Robots" content="noindex,nofollow" /> |
|---|
| 6 | <roundcube:include file="/includes/links.html" /> |
|---|
| 7 | </head> |
|---|
| 8 | <body> |
|---|
| 9 | |
|---|
| 10 | <div id="login-form"> |
|---|
| 11 | <div class="box-inner"> |
|---|
| 12 | <roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" /> |
|---|
| 13 | |
|---|
| 14 | <form name="form" action="./" method="post"> |
|---|
| 15 | <roundcube:object name="loginform" form="form" size="40" /> |
|---|
| 16 | |
|---|
| 17 | <p class="formbuttons"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p> |
|---|
| 18 | |
|---|
| 19 | </form> |
|---|
| 20 | </div> |
|---|
| 21 | |
|---|
| 22 | <div class="box-bottom"> |
|---|
| 23 | <roundcube:object name="message" id="message" /> |
|---|
| 24 | </div> |
|---|
| 25 | |
|---|
| 26 | <div id="bottomline"> |
|---|
| 27 | Roundcube Webmail <roundcube:object name="version" /> |
|---|
| 28 | <roundcube:if condition="config:support_url" /> |
|---|
| 29 | ● <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a> |
|---|
| 30 | <roundcube:endif /> |
|---|
| 31 | <roundcube:container name="loginfooter" id="bottomline" /> |
|---|
| 32 | </div> |
|---|
| 33 | </div> |
|---|
| 34 | |
|---|
| 35 | <roundcube:include file="/includes/footer.html" /> |
|---|
| 36 | |
|---|
| 37 | <roundcube:object name="preloader" images=" |
|---|
| 38 | /images/ajaxloader.gif |
|---|
| 39 | /images/buttons.png |
|---|
| 40 | /images/addcontact.png |
|---|
| 41 | /images/filetypes.png |
|---|
| 42 | /images/listicons.png |
|---|
| 43 | /images/messages.png |
|---|
| 44 | /images/quota.png |
|---|
| 45 | /images/messageicons.png |
|---|
| 46 | /images/selector.png |
|---|
| 47 | /images/splitter.png |
|---|
| 48 | /images/watermark.jpg |
|---|
| 49 | " /> |
|---|
| 50 | |
|---|
| 51 | </body> |
|---|
| 52 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.