mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 09:39:58 +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>
|
<div>
|
||||||
<h3>
|
<h3>
|
||||||
|
{$lang->cmd_select_counter_type[$type]}
|
||||||
{$lang->unique_visitor}
|
{$lang->unique_visitor}
|
||||||
|
|
||||||
<!--@foreach($lang->cmd_select_counter_type as $key => $val)-->
|
<!--@foreach($lang->cmd_select_counter_type as $key => $val)-->
|
||||||
<a href="#" onclick="location.href='{getUrl('type',$key)}';return false;">{$val}</a>
|
<a href="#" onclick="location.href='{getUrl('type',$key)}';return false;">{$val}</a>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
@ -39,7 +41,7 @@
|
||||||
|
|
||||||
<!-- unique visitor 그래프 -->
|
<!-- unique visitor 그래프 -->
|
||||||
<div>
|
<div>
|
||||||
<table border="1" width="100%">
|
<table border="1">
|
||||||
<col width="80" />
|
<col width="80" />
|
||||||
<col width="*" />
|
<col width="*" />
|
||||||
<!--@foreach($detail_status->list as $key => $val)-->
|
<!--@foreach($detail_status->list as $key => $val)-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue