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