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