[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/default-php/ -> entries_archives.tpl (source)

   1  {serendipity_hookPlugin hook="entries_header"}
   2  <h3 class="serendipity_date"><?= ARCHIVES ?></h3>
   3  {foreach from=$archives item="archive"}
   4  <table id="archives_listing" cellspacing="4" cellpadding="4" border="0">
   5      <tr class="archives_header">
   6          <td class="archives_header" colspan="4"><h2><?= $archive['year'] ?></h2></td>
   7      </tr>
   8      {foreach from=$archive.months item="month"}
   9      <tr class="archives_row">
  10          <td class="archives_graph" 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>
  11          <td class="archives_date">{$month.date|@formatTime:"%B"}</td>
  12          <td class="archives_count"><?= $month['entry_count'] ?> <?= ENTRIES ?></td>
  13          <td class="archives_count_link">({if $month.entry_count}<a href="<?= $month['link'] ?>"><?php endif; ?><?= VIEW_FULL ?>{if $month.entry_count}</a><?php endif; ?>)</td>
  14          <td class="archives_link">({if $month.entry_count}<a href="<?= $month['link_summary'] ?>"><?php endif; ?><?= VIEW_TOPICS ?>{if $month.entry_count}</a><?php endif; ?>)</td>
  15      </tr>
  16      <?php endforeach; ?>
  17  </table>
  18  <?php endforeach; ?>
  19  <div class="serendipity_pageFooter" style="text-align: center">
  20  {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