Sha256: ca2a34b7ce51043fe339473db38b2b039d83feaffda7da9d47d9fc8068ad8805
Contents?: true
Size: 748 Bytes
Versions: 11
Compression:
Stored size: 748 Bytes
Contents
<table class="{ @widget[:css_class] }"> <tpl:asset type="css" src="css/month_calendar.css" /> <thead> <tr> <th colspan="7"> <a href="{ @request[:path] }?_w{ @widget[:param] }[d]={ @prev_link }"><span><<</span></a> { @current_month_name } { @year } <a href="{ @request[:path] }?_w{ @widget[:param] }[d]={ @next_link }"><span>>></span></a> </th> <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] }"> { col[:day] } </td> </tr> </tbody> </table>
Version data entries
11 entries across 11 versions & 1 rubygems