mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +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
|
|
@ -54,11 +54,13 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background:
|
|||
/* ----- Content | Start ----- */
|
||||
|
||||
/* localNavigation */
|
||||
.localNavigation { float:right;}
|
||||
.localNavigation li { float:left; border:2px solid #e0dfde; margin-right:.3em;}
|
||||
.localNavigation li.on { border:2px solid #ff1a00; margin-right:.3em;}
|
||||
.localNavigation li a { padding:.4em 1em .2em 1em; display:block; float:left; font-size:.9em; color:#606060;}
|
||||
.localNavigation li.on a { color:#f2250d;}
|
||||
.localNavigation { float:right;margin-bottom:10px;}
|
||||
.localNavigation li { float:left; margin-right:.3em;}
|
||||
.localNavigation li.on { margin-right:.3em;}
|
||||
.localNavigation li a { padding:.4em 1em .2em 1em; display:block; float:left; font-size:.9em; color:#606060; border:2px solid #e0dfde;}
|
||||
.localNavigation li a:hover { border:2px solid #ff1a00; color:#f2250d; text-decoration:none;}
|
||||
.localNavigation li.on a { color:#f2250d; border:2px solid #ff1a00; text-decoration:none;}
|
||||
|
||||
|
||||
/* buttonType */
|
||||
.buttonRight { float:right; padding-top:15px;}
|
||||
|
|
|
|||
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)-->
|
||||
|
|
|
|||
|
|
@ -12,5 +12,4 @@
|
|||
<li <!--@if($act=='dispLayoutAdminDownloadedList')-->class="on"<!--@end-->><a href="{getUrl('act','dispLayoutAdminDownloadedList')}">{$lang->downloaded_list}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="gap1 clear"></div>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
<!--@foreach($trackback_list as $no => $val)-->
|
||||
<tr>
|
||||
<th rowspan="2" class="tahoma" scope="col">
|
||||
<input type="checkbox" name="cart" value="{$val->trackback_srl}" />
|
||||
{$no}
|
||||
</th>
|
||||
<td class="left blue"><a href="#" onclick="window.open('./?mid={$module_list[$val->module_srl]->mid}');return false">{$module_list[$val->module_srl]->browser_title}</a></td>
|
||||
|
|
@ -38,7 +37,10 @@
|
|||
<td class="tahoma blue"><a href="#" onclick="window.open('./?document_srl={$val->document_srl}&#trackback_{$val->trackback_srl}');return false">{$lang->cmd_move}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="6">{$val->excerpt}</td>
|
||||
<td colspan="6">
|
||||
<input type="checkbox" name="cart" value="{$val->trackback_srl}" />
|
||||
{$val->excerpt}
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue