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