[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/wp/ -> plugin_calendar.tpl (source)

   1  <table id="wp-calendar">
   2    <caption>{$plugin_calendar_head.month_date|formatTime:"%B '%y":false}</caption>
   3    <thead>
   4      <tr>
   5        <th abbr="Sunday" scope="col" title="Sunday">S</th>
   6        <th abbr="Monday" scope="col" title="Monday">M</th>
   7        <th abbr="Tuesday" scope="col" title="Tuesday">T</th>
   8        <th abbr="Wednesday" scope="col" title="Wednesday">W</th>
   9        <th abbr="Thursday" scope="col" title="Thursday">T</th>
  10        <th abbr="Friday" scope="col" title="Friday">F</th>
  11        <th abbr="Saturday" scope="col" title="Saturday">S</th>
  12      </tr>
  13    </thead>
  14  
  15    <tfoot>
  16      <tr>
  17        <td colspan="3" id="prev">{if $plugin_calendar_head.minScroll le $plugin_calendar_head.month_date}<a href="{$plugin_calendar_head.uri_previous}" title="View posts for previous month">&laquo;</a>{/if}</td>
  18        <td class="pad">&nbsp;</td>
  19        <td colspan="3" id="next">{if $plugin_calendar_head.maxScroll ge $plugin_calendar_head.month_date}<a href="{$plugin_calendar_head.uri_next}" title="View posts for previous month">&raquo;</a>{/if}</td>
  20      </tr>
  21    </tfoot>
  22  
  23    <tbody>
  24      {foreach from=$plugin_calendar_weeks item="week"}
  25        <tr>
  26          {foreach from=$week.days item="day"}
  27              <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:"&#160;"}{if isset($day.properties.Active) and $day.properties.Active}</a>{/if}</td>
  28          {/foreach}
  29        </tr>
  30      {/foreach}
  31    </tbody>
  32  </table>


Généré le : Sat Nov 24 09:00:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics