리퍼러 순위로 표시

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3109 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2007-11-29 01:51:07 +00:00
parent adb47d545d
commit b125a37415

View file

@ -11,12 +11,14 @@
<col />
<col width="50" />
<tbody>
<!--{$rank = 1}-->
<!--@foreach($referer_status as $no => $val)-->
<tr>
<td class="tahoma">{$no} </td>
<td class="tahoma">{$rank} </td>
<td class="tahoma">{$val->host}</td>
<td class="tahoma">{$val->count}</td>
</td>
<!--{$rank += 1} -->
<!--@end-->
</tbody>
</table>