annotate plugins/calendar/skins/classic/templates/kolabacl.html @ 58:082a19037887
default tip
More cleaning up php8 Warnings/deprecations
| author |
Charlie Root |
| date |
Wed, 15 Oct 2025 14:06:01 -0400 |
| parents |
f6fe4b6ae66a |
| children |
|
| rev |
line source |
|
3
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
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 class="iframe" style="background:#fff; margin:0">
|
|
|
9
|
|
|
10 <roundcube:object name="folderacl" />
|
|
|
11
|
|
|
12 </body>
|
|
|
13 </html>
|