
com.googlecode.common.res.cal.tmpls.month.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
<% _.each(months, function(name){ %>
<%= name %>
<% }) %>
<% for(i = 0; i < 6; i++) { %>
<% if(cal.stop_cycling == true) break; %>
<%= cal._day(i, day++) %>
<%= cal._day(i, day++) %>
<%= cal._day(i, day++) %>
<%= cal._day(i, day++) %>
<%= cal._day(i, day++) %>
<%= cal._day(i, day++) %>
<%= cal._day(i, day++) %>
<% } %>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy