|
Last change
on this file since 2980 was
2980,
checked in by alec, 4 years ago
|
- allow setting login inputs size in skin template (#1486155)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
914 bytes
|
| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 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 | <img src="/images/roundcube_logo.png" border="0" alt="<roundcube:object name='productname' />" style="margin:0 11px" /> |
|---|
| 11 | |
|---|
| 12 | <roundcube:object name="message" id="message" /> |
|---|
| 13 | |
|---|
| 14 | <div id="login-form"> |
|---|
| 15 | <div class="boxtitle"><roundcube:label name="welcome" /></div> |
|---|
| 16 | <div class="boxcontent"> |
|---|
| 17 | |
|---|
| 18 | <form name="form" action="./" method="post"> |
|---|
| 19 | <roundcube:object name="loginform" form="form" autocomplete="off" size="30" /> |
|---|
| 20 | |
|---|
| 21 | <p style="text-align:center;"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p> |
|---|
| 22 | |
|---|
| 23 | </form> |
|---|
| 24 | </div> |
|---|
| 25 | </div> |
|---|
| 26 | |
|---|
| 27 | </body> |
|---|
| 28 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.