Ignore:
Timestamp:
07/27/12 17:43:32 (12 years ago)
Author:
douglasz
Message:

Ticket #2966 - Organizado codigo de impressao de envetos no mes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/templates/print_month.ejs

    r6894 r6896  
     1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
     2<html> 
     3        <head> 
     4                <link rel="stylesheet" type="text/css" href="../prototype/modules/calendar/css/reset.css"> 
     5                <link rel="stylesheet" type="text/css" href="../prototype/modules/calendar/css/style.css"> 
     6                <link rel="stylesheet" type="text/css" href="../prototype/modules/calendar/css/layout.css"> 
     7                <link rel="stylesheet" type="text/css" href="../prototype/modules/calendar/css/print.css"> 
     8        </head> 
     9        <body>   
    110        <% console.log(data) %> 
    211        <div class="month"> 
     
    3039                </div><!--first-week--> 
    3140        </div><!--mounth--> 
     41        </body> 
     42</html> 
Note: See TracChangeset for help on using the changeset viewer.