You are on page 1of 1

<div class="cal-month-day <%= cls %>">

<span class="pull-right" data-cal-date="" data-cal-view="day" data-toggl


e="tooltip" title="<%= tooltip %>"><%= day %></span>

<% if (events.length > 0) { %>


<div class="events-list" data-cal-start="<%= start %>" data-cal-
end="<%= end %>" >
<% _.each(events, function(event) { %>

<a href="http://calendario.mawiperu.com/index.ph
p/events?dato=<%=event.title %>&dato2=<%=event.id %>"><b style="font-size:10px;"
>?<%=event.title %>&nbsp;</b></a><a title='eliminar' href="http://calendario.maw
iperu.com/index.php/eliminar2?dato=<%=event.id %>"><img src="http://mawiperu.com
/delete2.png" border="0"></a><br>

<% }); %>

</div>
<% } %>

</div>

You might also like