You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

login.html 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <roundcube:object name="doctype" value="html5" />
  2. <html>
  3. <head>
  4. <title><roundcube:object name="pagetitle" /></title>
  5. <roundcube:include file="/includes/links.html" />
  6. </head>
  7. <body>
  8. <h1 class="voice"><roundcube:object name="productname" /> <roundcube:label name="login" /></h1>
  9. <div id="login-form">
  10. <div class="box-inner" role="main">
  11. <roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" />
  12. <roundcube:form name="form" method="post">
  13. <roundcube:object name="loginform" form="form" size="40" submit=true />
  14. </form>
  15. </div>
  16. <div class="box-bottom" role="complementary">
  17. <roundcube:object name="message" id="message" />
  18. <noscript>
  19. <p class="noscriptwarning"><roundcube:label name="noscriptwarning" /></p>
  20. </noscript>
  21. </div>
  22. <div id="bottomline" role="contentinfo">
  23. <roundcube:object name="productname" /> <roundcube:object name="version" condition="config:display_version" />
  24. <roundcube:if condition="config:support_url" />
  25. &nbsp;&#9679;&nbsp; <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a>
  26. <roundcube:endif />
  27. <roundcube:container name="loginfooter" id="bottomline" />
  28. </div>
  29. </div>
  30. <roundcube:include file="/includes/footer.html" />
  31. <roundcube:object name="preloader" images="
  32. /images/ajaxloader.gif
  33. /images/ajaxloader_dark.gif
  34. /images/buttons.png
  35. /images/addcontact.png
  36. /images/filetypes.png
  37. /images/listicons.png
  38. /images/messages.png
  39. /images/messages_dark.png
  40. /images/quota.png
  41. /images/selector.png
  42. /images/splitter.png
  43. /images/watermark.jpg
  44. " />
  45. </body>
  46. </html>