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>&lt;&lt;</span></a>
                { @current_month_name } { @year }
                <a href="{ @request[:path] }?_w{ @widget[:param] }[d]={ @next_link }"><span>&gt;&gt;</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

Version Path
spiderfw-0.5.19 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.5.18 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.5.17 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.5.16 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.5.15 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.5.14 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.5.13 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.5.12 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.5.11 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.5.10 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.5.9 apps/core/components/widgets/month_calendar/month_calendar.shtml