mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
리퍼러 순위로 표시
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3109 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
adb47d545d
commit
b125a37415
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue