3
|
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>
|