source: sandbox/2.4.2-expresso1/prototype/modules/calendar/templates/calendar_year_print.ejs @ 6904

Revision 6904, 554 bytes checked in by marcieli, 12 years ago (diff)

Ticket #2966 - Implementação da funcionalidade imprimir calendário anual.

  • 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="year_print_header"><h2><%= data.header %></h2></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.