git-svn-id: http://xe-core.googlecode.com/svn/trunk@1829 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-29 08:58:35 +00:00
parent 3eaea3f33a
commit aa8b6b08e8
8 changed files with 13 additions and 10 deletions

View file

@ -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;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 B

View file

@ -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)-->

View file

@ -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-->

View file

@ -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}&amp;#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>