aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/skins/classic/templates/print.html
blob: ead7ff5cab1dd732ff2b4c6b8cfa452eaa12ab30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><roundcube:object name="pagetitle" /></title>
</head>
<body class="calendarprint">

<div id="printconfig" class="noprint">
  <div class="calwidth">
    <a href="#close" onclick="window.close()" class="rightalign"><roundcube:label name="close" /></a>
    <span class="prop"><input type="button" id="printme" value="<roundcube:label name='print' />" onclick="window.print()"></span>
    <span class="prop"><label><input type="checkbox" id="propdescription" checked="checked" /> <roundcube:label name="calendar.printdescriptions" /></label></span>
  </div>
</div>

<roundcube:object name="message" id="message" class="noprint" />

<div id="calendar" class="calwidth"></div>

<div class="calwidth">
  <roundcube:object name="plugin.calendar_list" activeonly="true" id="calendarlist" />
</div>

<roundcube:object name="plugin.calendar_css" printmode="true" />

<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="plugins/calendar/skins/classic/print.iehacks.css" /><![endif]-->
</body>
</html>

© 2014-2024 Faster IT GmbH | imprint | privacy policy