[ Index ] |
|
Code source de Serendipity 1.2 |
1 <table style="width: 100%" cellspacing="0" cellpadding="0" class="serendipity_calendar"> 2 <tr> 3 <td class="serendipity_calendarHeader"> 4 {if $plugin_calendar_head.minScroll le $plugin_calendar_head.month_date} 5 <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{serendipity_getFile file="img/forward.png"}" width="16" height="12" style="border: 0px" /></a> 6 {/if} 7 </td> 8 9 <td colspan="5" class="serendipity_calendarHeader" style="text-align: center; vertical-align: bottom"> 10 <b><a style="white-space: nowrap" href="{$plugin_calendar_head.uri_month}">{$plugin_calendar_head.month_date|formatTime:"%B '%y":false}</a></b> 11 </td> 12 13 <td class="serendipity_calendarHeader" style="text-align: right"> 14 {if $plugin_calendar_head.maxScroll ge $plugin_calendar_head.month_date} 15 <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{serendipity_getFile file="img/back.png"}" width="16" height="12" style="border: 0px" /></a> 16 {/if} 17 </td> 18 </tr> 19 20 <tr> 21 {foreach from=$plugin_calendar_dow item="dow"} 22 <td scope="col" abbr="{$dow.date|@formatTime:"%A":false}" title="{$dow.date|@formatTime:"%A":false}" class="serendipity_weekDayName" align="center">{$dow.date|@formatTime:"%a":false}</td> 23 {/foreach} 24 </tr> 25 26 {foreach from=$plugin_calendar_weeks item="week"} 27 <tr class="serendipity_calendar"> 28 {foreach from=$week.days item="day"} 29 <td class="serendipity_calendarDay {$day.classes}"{if isset($day.properties.Title)} title="{$day.properties.Title}"{/if}>{if isset($day.properties.Active) and $day.properties.Active}<a href="{$day.properties.Link}">{/if}{$day.name|@default:" "}{if isset($day.properties.Active) and $day.properties.Active}</a>{/if}</td> 30 {/foreach} 31 </tr> 32 {/foreach} 33 </table>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |