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

This commit is contained in:
zero 2007-03-27 06:50:16 +00:00
parent 13f60c4eef
commit f0e586bd06
4 changed files with 22 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

View file

@ -1 +1,8 @@
<div>{$title}</div> <!--%import("style.css")-->
<div class="newest_document_default_box">
<div class="title">{$title}</div>
<!--@foreach($document_list as $val)-->
<div class="item">{$val->title}</div>
<!--@end-->
</div>

View file

@ -0,0 +1,14 @@
.newest_document_default_box {
padding:5px;
}
.newest_document_default_box .title {
font-weight:bold;
border-bottom:1px solid #EEEEEE;
padding:5px;
}
.newest_document_default_box .item {
border-bottom:1px solid #EEEEEE;
padding:5px;
}