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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. <roundcube:include file="/includes/links.html" />
  6. </head>
  7. <body>
  8. <roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" style="margin:0 11px" />
  9. <roundcube:object name="message" id="message" />
  10. <div id="login-form">
  11. <div class="boxtitle"><roundcube:label name="welcome" /></div>
  12. <div class="boxcontent">
  13. <roundcube:form name="form" method="post">
  14. <roundcube:object name="loginform" form="form" submit=true />
  15. </form>
  16. </div>
  17. </div>
  18. <noscript>
  19. <p id="login-noscriptwarning"><roundcube:label name="noscriptwarning" /></p>
  20. </noscript>
  21. <div id="login-bottomline">
  22. <roundcube:var name="config:product_name"> <roundcube:object name="version" condition="config:display_version" />
  23. <roundcube:if condition="config:support_url" />
  24. &nbsp;&#9679;&nbsp; <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a>
  25. <roundcube:endif />
  26. <roundcube:container name="loginfooter" id="bottomline" />
  27. </div>
  28. <roundcube:object name="preloader" images="
  29. /images/icons/folders.png
  30. /images/mail_footer.png
  31. /images/taskicons.gif
  32. /images/display/loading.gif
  33. /images/pagenav.gif
  34. /images/mail_toolbar.png
  35. /images/searchfield.gif
  36. /images/messageicons.png
  37. /images/icons/reset.gif
  38. /images/abook_toolbar.png
  39. /images/icons/groupactions.png
  40. /images/watermark.gif
  41. " />
  42. </body>
  43. </html>