3
|
1 <roundcube:object name="doctype" value="html5" />
|
|
2 <html>
|
|
3 <head>
|
|
4 <title><roundcube:object name="pagetitle" /></title>
|
|
5 </head>
|
|
6 <body class="calendarprint">
|
|
7
|
|
8 <div id="printconfig" class="noprint">
|
|
9 <div class="calwidth">
|
|
10 <a href="#close" onclick="window.close()" class="rightalign"><roundcube:label name="close" /></a>
|
|
11 <span class="prop"><input type="button" id="printme" value="<roundcube:label name='print' />" onclick="window.print()"></span>
|
|
12 <span class="prop"><label><input type="checkbox" id="propdescription" checked="checked" /> <roundcube:label name="calendar.printdescriptions" /></label></span>
|
|
13 </div>
|
|
14 </div>
|
|
15
|
|
16 <roundcube:object name="message" id="message" class="noprint" />
|
|
17
|
|
18 <div id="calendar" class="calwidth"></div>
|
|
19
|
|
20 <div class="calwidth">
|
|
21 <roundcube:object name="plugin.calendar_list" activeonly="true" id="calendarlist" />
|
|
22 <br style="clear:both">
|
|
23 </div>
|
|
24
|
|
25 <roundcube:object name="plugin.calendar_css" printmode="true" />
|
|
26
|
|
27 <!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="plugins/calendar/skins/classic/print.iehacks.css" /><![endif]-->
|
|
28 </body>
|
|
29 </html> |