mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1286 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4dbdf22412
commit
297bd707ec
1 changed files with 3 additions and 1 deletions
|
|
@ -30,7 +30,9 @@
|
|||
<!-- 시간대별, 일자별, 월별, 년별 로그 보기 -->
|
||||
<div>
|
||||
<h3>
|
||||
{$lang->cmd_select_counter_type[$type]}
|
||||
{$lang->unique_visitor}
|
||||
|
||||
<!--@foreach($lang->cmd_select_counter_type as $key => $val)-->
|
||||
<a href="#" onclick="location.href='{getUrl('type',$key)}';return false;">{$val}</a>
|
||||
<!--@end-->
|
||||
|
|
@ -39,7 +41,7 @@
|
|||
|
||||
<!-- unique visitor 그래프 -->
|
||||
<div>
|
||||
<table border="1" width="100%">
|
||||
<table border="1">
|
||||
<col width="80" />
|
||||
<col width="*" />
|
||||
<!--@foreach($detail_status->list as $key => $val)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue