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 </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 </div>
|
|
23
|
|
24 <roundcube:object name="plugin.calendar_css" printmode="true" />
|
|
25
|
|
26 <!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="plugins/calendar/skins/classic/print.iehacks.css" /><![endif]-->
|
|
27 </body>
|
|
28 </html> |