Thomas Bruederli
2014-05-09 7c8533a1ab8421e35ba17f11072968526dc3fe0d
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
eabc05 10 <roundcube:if condition="!request:_framed" />
AM 11
45fa64 12 <roundcube:include file="/includes/taskbar.html" />
A 13 <roundcube:include file="/includes/header.html" />
14 <roundcube:include file="/includes/settingstabs.html" />
15
16 <div id="mainscreen" class="box darkbg crop">
eabc05 17 <roundcube:endif />
AM 18
ce22f1 19 <div class="readtext">
45fa64 20 <div id="license">
1a0f60 21 <roundcube:object name="aboutcontent" />
ce22f1 22 <h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
7c8533 23 <p class="copyright">Copyright &copy; 2005-2014, The Roundcube Dev Team</p>
45fa64 24 <p class="license">This program is free software; you can redistribute it and/or modify
1d5606 25 it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
TB 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 &amp; plugins apply.
45fa64 28 </p>
7bb5f6 29 <p class="links"><roundcube:object name="supportlink" label="support" target="_blank" /></p>
45fa64 30 </div>
A 31
be9aac 32 <h3><roundcube:label name="installedplugins" /></h3>
45fa64 33 <roundcube:object name="pluginlist" id="pluginlist" class="records-table" cellspacing="0" />
A 34
35 </div>
eabc05 36
AM 37 <roundcube:if condition="!request:_framed" />
ce22f1 38 </div>
eabc05 39 <roundcube:endif />
45fa64 40
A 41 </body>
42 </html>