Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

about.html 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. <script type="text/javascript" src="/functions.js"></script>
  7. </head>
  8. <body>
  9. <roundcube:if condition="!request:_framed" />
  10. <roundcube:include file="/includes/taskbar.html" />
  11. <roundcube:include file="/includes/header.html" />
  12. <roundcube:include file="/includes/settingstabs.html" />
  13. <div id="mainscreen" class="box darkbg crop">
  14. <roundcube:endif />
  15. <div class="readtext">
  16. <div id="license">
  17. <roundcube:object name="aboutcontent" />
  18. <h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
  19. <p class="copyright">Copyright &copy; 2005-2016, The Roundcube Dev Team</p>
  20. <p class="license">This program is free software; you can redistribute it and/or modify
  21. it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
  22. as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br/>
  23. Some <a href="http://roundcube.net/license">exceptions</a> for skins &amp; plugins apply.
  24. </p>
  25. <p class="links"><roundcube:object name="supportlink" label="support" target="_blank" /></p>
  26. </div>
  27. <h3><roundcube:label name="installedplugins" /></h3>
  28. <roundcube:object name="pluginlist" id="pluginlist" class="records-table" cellspacing="0" />
  29. </div>
  30. <roundcube:if condition="!request:_framed" />
  31. </div>
  32. <roundcube:endif />
  33. </body>
  34. </html>