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.

about.html 1.1KB

1234567891011121314151617181920212223242526272829303132
  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. <roundcube:if condition="request:_framed" />
  8. <body class="iframe fullheight">
  9. <roundcube:else />
  10. <body class="ui-widget-content">
  11. <roundcube:endif />
  12. <div class="readtext">
  13. <roundcube:object name="aboutcontent" />
  14. <h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
  15. <p class="copyright">Copyright &copy; 2005-2016, The Roundcube Dev Team</p>
  16. <p class="license">This program is free software; you can redistribute it and/or modify
  17. it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
  18. as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br/>
  19. Some <a href="https://roundcube.net/license" target="_blank">exceptions</a> for skins &amp; plugins apply.
  20. </p>
  21. </div>
  22. <div class="readtext">
  23. <h3><roundcube:label name="installedplugins" /></h3>
  24. <roundcube:object name="pluginlist" id="pluginlist" class="records-table" />
  25. </div>
  26. </body>
  27. </html>