[ Index ] |
|
Code source de Serendipity 1.2 |
1 <table 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/back.png"}" width="16" height="16" style="border: 0px" /></a> 6 {/if} 7 </td> 8 9 <td class="serendipity_calendarHeader" style="text-align: center; vertical-align: bottom"> 10 <a style="white-space: nowrap" href="{$plugin_calendar_head.uri_month}">{$plugin_calendar_head.month_date|formatTime:"%B '%y":false}</a> 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/forward.png"}" width="16" height="16" style="border: 0px" /></a> 16 {/if} 17 </td> 18 </tr> 19 </table> 20 21 <table cellspacing="0" cellpadding="0" class="serendipity_calendar serendipity_calendar_content"> 22 <tr> 23 {foreach from=$plugin_calendar_dow item="dow"} 24 <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> 25 {/foreach} 26 </tr> 27 28 {foreach from=$plugin_calendar_weeks item="week"} 29 <tr class="serendipity_calendar"> 30 {foreach from=$week.days item="day"} 31 <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> 32 {/foreach} 33 </tr> 34 {/foreach} 35 </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 |
![]() |