마크업:관리자>접속자현황 visit_list.php 작업중
This commit is contained in:
@ -12,19 +12,19 @@ $colspan = 5;
|
||||
?>
|
||||
|
||||
<table>
|
||||
<colgroup width=100>
|
||||
<colgroup width=200>
|
||||
<colgroup width=100>
|
||||
<colgroup width=100>
|
||||
<colgroup width=''>
|
||||
<tr><td colspan='<?=$colspan?>' class='line1'></td></tr>
|
||||
<tr class='bgcol1 bold col1 ht center'>
|
||||
<td>순위</td>
|
||||
<td>OS</td>
|
||||
<td>방문자수</td>
|
||||
<td>비율(%)</td>
|
||||
<td>그래프</td>
|
||||
<caption></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="row">순위</th>
|
||||
<th scope="row">OS</th>
|
||||
<th scope="row">방문자수</th>
|
||||
<th scope="row">비율(%)</th>
|
||||
<th scope="row">그래프</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot>
|
||||
</tfoot>
|
||||
<tbody>
|
||||
<tr><td colspan='<?=$colspan?>' class='line2'></td></tr>
|
||||
<?
|
||||
$max = 0;
|
||||
|
||||
Reference in New Issue
Block a user