source: branches/2.4/prototype/modules/calendar/templates/calendar_year_print.ejs @ 7228

Revision 7228, 596 bytes checked in by douglas, 12 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.2.

  • Property svn:executable set to *
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<html>
3        <head>
4                <title>Visualização Anual</title>
5                <link rel="stylesheet" type="text/css" href="../prototype/plugins/fullcalendar/fullcalendar.css">
6                <link rel="stylesheet" type="text/css" href="../prototype/modules/calendar/css/print.css">
7        </head>
8        <body>
9                <div class="year_print">
10                        <div class="title_print"><img src="../prototype/modules/calendar/img/navbar.png"> <%= data.header %></div>
11                        <div class="year_print_content">
12                                <%= data.html %>
13                        </div>
14                </div>
15        </body>
16</html>
Note: See TracBrowser for help on using the repository browser.