mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@708 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a3d6726500
commit
10bb27249a
5 changed files with 20 additions and 3 deletions
|
|
@ -36,7 +36,9 @@
|
|||
$tpl_file = 'list';
|
||||
|
||||
// 템플릿 파일에서 사용할 변수들을 세팅
|
||||
Context::set('mid_list', $mid_list);
|
||||
Context::set('title', $title);
|
||||
Context::set('style', $args->style);
|
||||
Context::set('document_list', $output->data);
|
||||
|
||||
// 템플릿 컴파일
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
<div class="newest_document_default_box">
|
||||
<div class="title_box">
|
||||
<div class="title">{$title}</div>
|
||||
<!--@if(count($mid_list)==1)-->
|
||||
<div class="more"><a href="{getUrl('','mid',$mid_list[0])}">more</a></div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<!--@foreach($document_list as $val)-->
|
||||
|
|
|
|||
|
|
@ -5,12 +5,24 @@
|
|||
.newest_document_default_box .title_box {
|
||||
border:1px solid #EEEEEE;
|
||||
padding:5px;
|
||||
height:14px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.newest_document_default_box .title {
|
||||
.newest_document_default_box .title_box .title {
|
||||
background:url(./images/title_bullet.gif) no-repeat left;
|
||||
font-weight:bold;
|
||||
height:14px;
|
||||
padding-left:20px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.newest_document_default_box .title_box .more A {
|
||||
float:right;
|
||||
color:#AAAAAA;
|
||||
text-decoration:none;
|
||||
font-family:tahoma;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.newest_document_default_box .document_box {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue