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

This commit is contained in:
zero 2008-02-26 21:03:40 +00:00
parent 062b6dd8a2
commit 2a557df88a
2 changed files with 11 additions and 3 deletions

View file

@ -60,8 +60,8 @@ ul.blogGlobal li a {text-decoration:none; font-size:.9em; letter-spacing:-1px;}
/* Widget */ /* Widget */
.blog_widget_ h2 {margin:0; padding:5px 0 0 12px; font:bold .9em tahoma;} .blog_widget_ h2 {margin:0; padding:5px 0 0 12px; font:bold .9em tahoma;}
.blog_widget_ .items {list-style:none; padding:0; margin:0; margin-top:1.3em;} .blog_widget_ .items {list-style:none; padding:0; margin:0; margin-top:1.3em; overflow:hidden; width:165px;}
.blog_widget_ .items li {height:1.7em; padding-left:1.8em;} .blog_widget_ .items li { white-space:nowrap; overflow:hidden; height:1.7em; padding-left:1.8em;}
.blog_widget_ .items li a { text-decoration:none; font-size:1em; overflow:hidden; white-space:nowrap;} .blog_widget_ .items li a { text-decoration:none; font-size:1em; overflow:hidden; white-space:nowrap;}
/* Calender */ /* Calender */

View file

@ -69,6 +69,9 @@
<h1>{$layout_info->profile}</h1> <h1>{$layout_info->profile}</h1>
<!--@end--> <!--@end-->
</div> </div>
<!-- 카테고리 -->
<!--@if($category_list)-->
<div class="blogCategory"> <div class="blogCategory">
<div class="blogTitleBox"> <div class="blogTitleBox">
<h2><a href="{getUrl('','mid',$layout_info->target_mid)}">category</a></h2> <h2><a href="{getUrl('','mid',$layout_info->target_mid)}">category</a></h2>
@ -78,8 +81,13 @@
<li <!--@if($val->depth)-->style="margin-left:{$val->depth*8}px;"<!--@end--> <!--@if($val->selected)-->class="on"<!--@end-->><a href="{getUrl('','mid',$val->mid,'category',$val->category_srl)}">{$val->title}</a><!--@if($val->document_count)--><span class="documentCount">({$val->document_count})</span><!--@end--></li> <li <!--@if($val->depth)-->style="margin-left:{$val->depth*8}px;"<!--@end--> <!--@if($val->selected)-->class="on"<!--@end-->><a href="{getUrl('','mid',$val->mid,'category',$val->category_srl)}">{$val->title}</a><!--@if($val->document_count)--><span class="documentCount">({$val->document_count})</span><!--@end--></li>
<!--@end--> <!--@end-->
</ul> </ul>
</div> </div>
<!--@else-->
<div class="widgetBox">
<img src="./images/common/blank.gif" class="zbxe_widget_output" widget="newest_document" skin="blog_newest_document" colorset="layout" title="recent posts" list_count="7" mid_list="{$layout_info->target_mid}" />
</div>
<!--@end-->
<!-- 최근댓글 출력 --> <!-- 최근댓글 출력 -->
<div class="widgetBox"> <div class="widgetBox">
<img src="./images/common/blank.gif" class="zbxe_widget_output" widget="newest_comment" skin="blog_newest_comment" colorset="layout" title="recent comments" list_count="7" mid_list="{$layout_info->target_mid}" /> <img src="./images/common/blank.gif" class="zbxe_widget_output" widget="newest_comment" skin="blog_newest_comment" colorset="layout" title="recent comments" list_count="7" mid_list="{$layout_info->target_mid}" />