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

META-INF.resources.modules.sys.schedule.calendar.template.html Maven / Gradle / Ivy

There is a newer version: 5.0.2101
Show newest version
<
>
<%= month %> <%= year %>
<% _.each(daysOfTheWeek, function(day) { %>
<%= day %>
<% }); %>
<% _.each(days, function(day) { %>
<%= day.day %>
<% }); %>
EVENTS THIS MONTH
<% _.each(eventsThisMonth, function(event) { %>
<%= event.title %>
<%= event.location %>
<% }); %>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy