Mercurial > hg > rc2
comparison skins/larry/templates/about.html @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children | bf99236cc5cd |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
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> | |
17 <p class="copyright">Copyright © 2005-2015, The Roundcube Dev Team</p> | |
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/> | |
21 Some <a href="http://roundcube.net/license">exceptions</a> for skins & plugins apply. | |
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> |