backport
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
</tr>
|
||||
{foreach from=$archive.months item="month"}
|
||||
<tr class="archives_row">
|
||||
<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>
|
||||
<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" alt="" /></td>
|
||||
<td class="archives_date">{$month.date|@formatTime:"%B"}</td>
|
||||
<td class="archives_count">{$month.entry_count} {$CONST.ENTRIES}</td>
|
||||
<td class="archives_count_link">({if $month.entry_count}<a href="{$month.link}">{/if}{$CONST.VIEW_FULL}{if $month.entry_count}</a>{/if})</td>
|
||||
|
Reference in New Issue
Block a user