Thomas Bruederli
2013-03-02 6c8ea96a5602c1b255eaf83cc36c08b9fc88f706
commit | author | age
45fa64 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
A 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:include file="/includes/taskbar.html" />
11 <roundcube:include file="/includes/header.html" />
12 <roundcube:include file="/includes/settingstabs.html" />
13
14 <div id="mainscreen" class="box darkbg crop">
ce22f1 15 <div class="readtext">
45fa64 16 <div id="license">
1a0f60 17 <roundcube:object name="aboutcontent" />
ce22f1 18 <h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
6c8ea9 19 <p class="copyright">Copyright &copy; 2005-2013, The Roundcube Dev Team</p>
45fa64 20 <p class="license">This program is free software; you can redistribute it and/or modify
1d5606 21 it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
TB 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.
45fa64 24 </p>
7bb5f6 25 <p class="links"><roundcube:object name="supportlink" label="support" target="_blank" /></p>
45fa64 26 </div>
A 27
be9aac 28 <h3><roundcube:label name="installedplugins" /></h3>
45fa64 29 <roundcube:object name="pluginlist" id="pluginlist" class="records-table" cellspacing="0" />
A 30
31 </div>
ce22f1 32 </div>
45fa64 33
A 34 </body>
35 </html>