Mercurial > hg > rc1
comparison plugins/calendar/skins/larry/templates/kolabacl.html @ 3:f6fe4b6ae66a
calendar plugin nearly as distributed
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 08:56:12 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:c828b0fd4a6e | 3:f6fe4b6ae66a |
---|---|
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 <style type="text/css" media="screen"> | |
7 | |
8 body.aclform { | |
9 background: #efefef; | |
10 margin: 0; | |
11 } | |
12 | |
13 body.aclform .hint { | |
14 margin: 1em; | |
15 } | |
16 | |
17 </style> | |
18 </head> | |
19 <body class="iframe aclform"> | |
20 | |
21 <roundcube:object name="folderacl" /> | |
22 | |
23 <roundcube:include file="/includes/footer.html" /> | |
24 | |
25 </body> | |
26 </html> |