
com.googlecode.common.res.cal.tmpls.day.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web-common-client Show documentation
Show all versions of web-common-client Show documentation
Contains common Web-client classes
<%= 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