source: subversion/trunk/roundcubemail/skins/larry/templates/about.html @ 5646

Last change on this file since 5646 was 5646, checked in by thomasb, 17 months ago

Address book styling for Larry; show about page in UI dialog

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Date Author Revision
File size: 988 bytes
Line 
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<body class="ui-widget-content">
8
9<div class="readtext">
10<roundcube:object name="aboutcontent" />
11
12<h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
13<p class="copyright">Copyright &copy; 2005-2011, The Roundcube Dev Team</p>
14<p class="license">This program is free software; you can redistribute it and/or modify
15it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
16as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
17</p>
18
19</div>
20
21<div class="readtext">
22<h3><roundcube:label name="installedplugins" en_US="Installed plugins" /></h3>
23<roundcube:object name="pluginlist" id="pluginlist" class="records-table" cellspacing="0" />
24</div>
25
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.