Sha256: a03aa317265195130f082b04269a264ae21387e92a7c8c59532403c58c9dbac4

Contents?: true

Size: 872 Bytes

Versions: 17

Compression:

Stored size: 872 Bytes

Contents

<div>
    <tpl:asset type="css" src="css/month_calendar.css" />
    <table class="{ @widget[:css_class] }">
        <thead>
            <tr>
                <th colspan="7">
                    <a href="{ @request[:path] }?_w{ @widget[:param_u] }%5Bd%5D={ @prev_link }"><span>&lt;&lt;</span></a>
                    { @current_month_name } { @year }
                    <a href="{ @request[:path] }?_w{ @widget[:param_u] }%5Bd%5D={ @next_link }"><span>&gt;&gt;</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] }">
                    { col[:day] }
                </td>
            </tr>
        </tbody>
    </table>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
spiderfw-0.6.22 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.21 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.20 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.19 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.18 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.17 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.16 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.15 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.14 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.13 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.12 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.11 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.10 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.9 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.8 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.7 apps/core/components/widgets/month_calendar/month_calendar.shtml
spiderfw-0.6.6 apps/core/components/widgets/month_calendar/month_calendar.shtml