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

This commit is contained in:
zero 2007-06-20 07:21:01 +00:00
parent 96090312e7
commit 323bde6c9f
3 changed files with 16 additions and 23 deletions

View file

@ -1,6 +1,6 @@
.newestComment { position:relative; border:1px solid #e0e1db; background:url(../images/normal/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
.newestComment h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
.newestDocument { position:relative; border:1px solid #e0e1db; background:url(../images/normal/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
.newestDocument h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
.newestComment .commentList { padding:1.2em; overflow:hidden;}
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em;}
.newestComment .commentList li a { color:#a4a4a4;}
.newestDocument .documentList { padding:1.2em; overflow:hidden;}
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em;}
.newestDocument .documentList li a { color:#a4a4a4;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

View file

@ -1,27 +1,20 @@
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--@if($colorset=="normal"||!$colorset)-->
<!--%import("normal/style.css")-->
<!--%import("css/normal.css")-->
<!--@end-->
<div class="newest_document_blog_{$colorset}" style="width:100%">
<div class="newest_document_blog_box">
<div class="newestDocument">
<div class="header">
<!--@if($widget_info->title)-->
<div class="title_box">
<div class="title">{$widget_info->title}</div>
</div>
<h2>{$widget_info->title}</h2>
<!--@else-->
<h2>tags</h2>
<!--@end-->
<div class="document_box">
<!--@foreach($widget_info->document_list as $oDocument)-->
<div class="document">
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText(20)}</a>
<!--@if($oDocument->getCommentCount())-->
&nbsp;<span class="comment"><a href="{$oDocument->getPermanentUrl()}#comment_top_{$oDocument->document_srl}">*{$oDocument->getCommentCount()}</a></span>
<!--@end-->
</div>
<!--@end-->
</div>
</div>
<ul class="documentList">
<!--@foreach($widget_info->document_list as $oDocument)-->
<li><a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText(20)}</a></li>
<!--@end-->
</ul>
</div>