Last change
on this file since 19228 was
3707,
checked in by grum, 15 years ago
|
Update AStat 2.1.0 - add some features to new features
|
-
Property svn:executable set to
*
|
File size:
1.1 KB
|
Line | |
---|
1 | {$datas.ASTAT_SORT_LABEL} |
---|
2 | <table class="table2 littlefont" id="dailyStats"> |
---|
3 | <tr class="throw"> |
---|
4 | <th>{$datas.ASTAT_LABEL_IP_label}</th> |
---|
5 | <th>{$datas.ASTAT_LABEL_Pages_seen}<span class="MiniSquare1"> ♦</span></th> |
---|
6 | <th>{$datas.ASTAT_LABEL_Pictures_seen}<span class="MiniSquare2"> ♦</span></th> |
---|
7 | <th> </th> |
---|
8 | </tr> |
---|
9 | {if isset($datarows) and count($datarows)} |
---|
10 | {foreach from=$datarows key=name item=data} |
---|
11 | <tr class="StatTableRow"> |
---|
12 | <td style="white-space: nowrap">{$data.ASTAT_IP_BLACKLIST} {$data.ASTAT_IP_GEOLOCALISATION} {$data.ASTAT_IP_ADRESS}</td> |
---|
13 | <td class="number">{$data.PAGES}</td> |
---|
14 | <td class="number">{$data.PICTURES}</td> |
---|
15 | <td> |
---|
16 | <div class="AStatBar1" style="width:{$data.WIDTH2}px" /> |
---|
17 | <div class="AStatBar2" style="width:{$data.WIDTH1}px" /> |
---|
18 | </td> |
---|
19 | </tr> |
---|
20 | {/foreach} |
---|
21 | {/if} |
---|
22 | </table> |
---|
23 | {$datas.NB_TOTAL_IP} |
---|
24 | {if isset($datas.ASTAT_TIME_REQUEST)} |
---|
25 | <div class='time_request'>{$datas.ASTAT_TIME_REQUEST}</div> |
---|
26 | {/if} |
---|
27 | |
---|
28 | {if isset($datas.PAGES_LINKS)} |
---|
29 | <h3>{$datas.PAGES_LINKS}</h3> |
---|
30 | {/if} |
---|
31 | |
---|
Note: See
TracBrowser
for help on using the repository browser.