Mercurial > hg > rc1
annotate plugins/calendar/skins/classic/templates/kolabacl.html @ 3:f6fe4b6ae66a
calendar plugin nearly as distributed
| author | Charlie Root |
|---|---|
| date | Sat, 13 Jan 2018 08:56:12 -0500 |
| parents | |
| 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> |
