Sha256: da5805f74d415d258b6f00f1278db14077d64a2e535996635023d2c22754ba46
Contents?: true
Size: 942 Bytes
Versions: 3
Compression:
Stored size: 942 Bytes
Contents
<div> <tpl:asset type="css" src="css/month_calendar.css" /> <tpl:asset type="js" src="widgets/month_calendar.js" /> <table class="{ @widget[:css_class] }"> <thead> <tr> <th colspan="7"> <a href="{ @request[:path] }?_w{ @widget[:param_u] }%5Bd%5D={ @prev_link }"><span><<</span></a> { @current_month_name } { @year } <a href="{ @request[:path] }?_w{ @widget[:param_u] }%5Bd%5D={ @next_link }"><span>>></span></a> </th> </tr> <tr> <th sp:each="@week_days |i|">{ @days_short_names[i] }</th> </tr> </thead> <tbody> <tr sp:each="@rows |row|"> <td sp:each="row |col|" class="{ col[:classes].join(' ') }"> { col[:day] } </td> </tr> </tbody> </table> </div>
Version data entries
3 entries across 3 versions & 1 rubygems