Mercurial > hg > rc1
diff skins/larry/templates/login.html @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
| author | Charlie Root |
|---|---|
| date | Thu, 04 Jan 2018 15:50:29 -0500 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/larry/templates/login.html Thu Jan 04 15:50:29 2018 -0500 @@ -0,0 +1,55 @@ +<roundcube:object name="doctype" value="html5" /> +<html> +<head> +<title><roundcube:object name="pagetitle" /></title> +<roundcube:include file="/includes/links.html" /> +</head> +<body> + +<h1 class="voice"><roundcube:object name="productname" /> <roundcube:label name="login" /></h1> + +<div id="login-form"> +<div class="box-inner" role="main"> +<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" /> + +<roundcube:form name="form" method="post"> +<roundcube:object name="loginform" form="form" size="40" submit=true /> +</form> + +</div> + +<div class="box-bottom" role="complementary"> + <roundcube:object name="message" id="message" /> + <noscript> + <p class="noscriptwarning"><roundcube:label name="noscriptwarning" /></p> + </noscript> +</div> + +<div id="bottomline" role="contentinfo"> + <roundcube:object name="productname" /> <roundcube:object name="version" condition="config:display_version" /> + <roundcube:if condition="config:support_url" /> + ● <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/ajaxloader_dark.gif + /images/buttons.png + /images/addcontact.png + /images/filetypes.png + /images/listicons.png + /images/messages.png + /images/messages_dark.png + /images/quota.png + /images/selector.png + /images/splitter.png + /images/watermark.jpg +" /> + +</body> +</html>
