All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.common.res.cal.tmpls.day.html Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
<%= cal.locale.time %>
<%= cal.locale.events %>
<% if(all_day.length) {%>
<%= cal.locale.all_day %>
<% _.each(all_day, function(event){ %> <% }); %>
<% }; %> <% if(before_time.length) {%>
<%= cal.locale.before_time %>
<% _.each(before_time, function(event){ %>
<%= event.end_hour %> <%= event.title %>
<% }); %>
<% }; %>
<% _.each(by_hour, function(event){ %>
<%= event.start_hour %> - <%= event.end_hour %> <%= event.title %>
<% }); %>
<% for(i = 0; i < hours; i++){ %>
<% for(l = 0; l < in_hour; l++){ %>
<%= cal._hour(i, l) %>
<% }; %>
<% }; %>
<% if(after_time.length) {%>
<%= cal.locale.after_time %>
<% _.each(after_time, function(event){ %>
<%= event.start_hour %> <%= event.title %>
<% }); %>
<% }; %>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy