comparison plugins/calendar/skins/larry/templates/print.html @ 3:f6fe4b6ae66a

calendar plugin nearly as distributed
author Charlie Root
date Sat, 13 Jan 2018 08:56:12 -0500
parents
children
comparison
equal deleted inserted replaced
2:c828b0fd4a6e 3:f6fe4b6ae66a
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>