mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1829 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3eaea3f33a
commit
aa8b6b08e8
8 changed files with 13 additions and 10 deletions
BIN
modules/counter/tpl/images/buttonCalendar.gif
Normal file
BIN
modules/counter/tpl/images/buttonCalendar.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 239 B |
BIN
modules/counter/tpl/images/buttonLeft.gif
Normal file
BIN
modules/counter/tpl/images/buttonLeft.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 B |
BIN
modules/counter/tpl/images/buttonRight.gif
Normal file
BIN
modules/counter/tpl/images/buttonRight.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 B |
BIN
modules/counter/tpl/images/iconBar.gif
Normal file
BIN
modules/counter/tpl/images/iconBar.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 81 B |
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<ul class="localNavigation">
|
||||
<!--@foreach($lang->cmd_select_counter_type as $key => $val)-->
|
||||
<li <!--@if($type==$key)-->class="on"<!--@end-->><a href="#" onclick="location.href='{getUrl('type',$key)}';return false;">{$val}</a></li>
|
||||
<li <!--@if($type==$key || (!$type && $key == "hour"))-->class="on"<!--@end-->><a href="#" onclick="location.href='{getUrl('type',$key)}';return false;">{$val}</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
<!-- unique visitor 그래프 -->
|
||||
<table cellspacing="0" class="tableType4 counter gap1">
|
||||
<table cellspacing="0" class="tableType4 counter">
|
||||
<col width="124" />
|
||||
<col />
|
||||
<!--@foreach($detail_status->list as $key => $val)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue