Thomas Bruederli
2014-05-09 c94971bc6fe68c777cc066f51a7d88cc1149813f
commit | author | age
e19229 1 <roundcube:object name="doctype" value="html5" />
T 2 <html>
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
5 <roundcube:include file="/includes/links.html" />
6 </head>
eabc05 7 <roundcube:if condition="request:_framed" />
AM 8 <body class="iframe fullheight">
9 <roundcube:else />
68e13c 10 <body class="ui-widget-content">
eabc05 11 <roundcube:endif />
e19229 12
T 13 <div class="readtext">
14 <roundcube:object name="aboutcontent" />
15
16 <h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
c94971 17 <p class="copyright">Copyright &copy; 2005-2014, The Roundcube Dev Team</p>
e19229 18 <p class="license">This program is free software; you can redistribute it and/or modify
68e13c 19 it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
1d5606 20 as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br/>
TB 21 Some <a href="http://roundcube.net/license">exceptions</a> for skins &amp; plugins apply.
e19229 22 </p>
T 23
24 </div>
25
26 <div class="readtext">
be9aac 27 <h3><roundcube:label name="installedplugins" /></h3>
50d6e9 28 <roundcube:object name="pluginlist" id="pluginlist" class="records-table" />
e19229 29 </div>
T 30
31 </body>
32 </html>