[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

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

   1  {serendipity_hookPlugin hook="entries_header"}
   2  {foreach from=$archives item="archive"}
   3  <table cellspacing="4" cellpadding="4" border="0">
   4      <tr>
   5          <td colspan="4"><h2>{$archive.year}</h2></td>
   6      </tr>
   7      {foreach from=$archive.months item="month"}
   8      <tr>
   9          <td width="100"><img src="{serendipity_getFile file="img/graph_bar_horisontal.png"}" height="10" width="{math width=100 equation="count * width / max" count=$month.entry_count max=$max_entries format="%d"}" style="border: 1px solid #000000"></td>
  10          <td>{$month.date|@formatTime:"%B"}</td>
  11          <td>{$month.entry_count} {$CONST.ENTRIES}</td>
  12          <td>({if $month.entry_count}<a href="{$month.link}">{/if}{$CONST.VIEW_FULL}{if $month.entry_count}</a>{/if})</td>
  13          <td>({if $month.entry_count}<a href="{$month.link_summary}">{/if}{$CONST.VIEW_TOPICS}{if $month.entry_count}</a>{/if})</td>
  14      </tr>
  15      {/foreach}
  16  </table>
  17  {/foreach}
  18  <div class='serendipity_entryFooter' style="text-align: center">
  19  {serendipity_hookPlugin hook="entries_footer"}</div>


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