summaryrefslogtreecommitdiff
path: root/webmail/skins/larry/templates/login.html
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /webmail/skins/larry/templates/login.html
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'webmail/skins/larry/templates/login.html')
-rw-r--r--webmail/skins/larry/templates/login.html54
1 files changed, 54 insertions, 0 deletions
diff --git a/webmail/skins/larry/templates/login.html b/webmail/skins/larry/templates/login.html
new file mode 100644
index 0000000..a605eb7
--- /dev/null
+++ b/webmail/skins/larry/templates/login.html
@@ -0,0 +1,54 @@
+<roundcube:object name="doctype" value="html5" />
+<html>
+<head>
+<title><roundcube:object name="pagetitle" /></title>
+<meta name="Robots" content="noindex,nofollow" />
+<roundcube:include file="/includes/links.html" />
+</head>
+<body>
+
+<div id="login-form">
+<div class="box-inner">
+<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" />
+
+<form name="form" action="./" method="post">
+<roundcube:object name="loginform" form="form" size="40" />
+
+<p class="formbuttons"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p>
+
+</form>
+</div>
+
+<div class="box-bottom">
+ <roundcube:object name="message" id="message" />
+ <noscript>
+ <p class="noscriptwarning"><roundcube:label name="noscriptwarning" /></p>
+ </noscript>
+</div>
+
+<div id="bottomline">
+ <roundcube:var name="config:product_name"> <roundcube:object name="version" condition="config:display_version" />
+ <roundcube:if condition="config:support_url" />
+ &nbsp;&#9679;&nbsp; <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a>
+ <roundcube:endif />
+ <roundcube:container name="loginfooter" id="bottomline" />
+</div>
+</div>
+
+<roundcube:include file="/includes/footer.html" />
+
+<roundcube:object name="preloader" images="
+ /images/ajaxloader.gif
+ /images/buttons.png
+ /images/addcontact.png
+ /images/filetypes.png
+ /images/listicons.png
+ /images/messages.png
+ /images/quota.png
+ /images/selector.png
+ /images/splitter.png
+ /images/watermark.jpg
+" />
+
+</body>
+</html>