mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
최근 이미지 위젯에서 1개만 추출시 추출되지 않던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3177 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
41f7f41f8a
commit
a1a490fad5
3 changed files with 5 additions and 7 deletions
|
|
@ -70,8 +70,7 @@
|
||||||
$obj->isvalid = 'Y';
|
$obj->isvalid = 'Y';
|
||||||
|
|
||||||
// 정해진 모듈에서 문서별 파일 목록을 구함
|
// 정해진 모듈에서 문서별 파일 목록을 구함
|
||||||
$files_output = executeQuery("file.getOneFileInDocument", $obj);
|
$files_output = executeQueryArray("file.getOneFileInDocument", $obj);
|
||||||
|
|
||||||
|
|
||||||
$oDocumentModel = &getModel('document');
|
$oDocumentModel = &getModel('document');
|
||||||
if(count($files_output->data)) {
|
if(count($files_output->data)) {
|
||||||
|
|
|
||||||
|
|
@ -4,14 +4,13 @@
|
||||||
.ni_box .title_box .more A { float:right; color:#AAAAAA; text-decoration:none; font-weight:bold; font-size:.75em; }
|
.ni_box .title_box .more A { float:right; color:#AAAAAA; text-decoration:none; font-weight:bold; font-size:.75em; }
|
||||||
|
|
||||||
.ni_box .thumbnail_box { width:100%; table-layout:fixed; }
|
.ni_box .thumbnail_box { width:100%; table-layout:fixed; }
|
||||||
.ni_box .thumbnail_box .thumbnail { margin:3px; padding:3px; border:1px solid #EFEFEF; text-align:center; }
|
.ni_box .thumbnail_box img.thumbnail { margin:3px; padding:3px; border:1px solid #EFEFEF; text-align:center; }
|
||||||
.ni_box .thumbnail_box .thumbnail:hover { border:1px solid #888888; }
|
.ni_box .thumbnail_box img.thumbnail:hover { border:1px solid #888888; }
|
||||||
.ni_box .thumbnail_box .thumbnail img { border:none; }
|
|
||||||
.ni_box .thumbnail_box .thumbnail img:hover { border:none; }
|
|
||||||
|
|
||||||
.ni_box .thumbnail_box a { color:#444444; text-decoration:none; }
|
.ni_box .thumbnail_box a { color:#444444; text-decoration:none; }
|
||||||
.ni_box .thumbnail_box a:visited { color:#AAAAAA; text-decoration:none; }
|
.ni_box .thumbnail_box a:visited { color:#AAAAAA; text-decoration:none; }
|
||||||
|
|
||||||
|
.ni_box .thumbnail_box td div { text-align:center; }
|
||||||
.ni_box .thumbnail_box td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }
|
.ni_box .thumbnail_box td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }
|
||||||
.ni_box .thumbnail_box div strong { font-weight:bold; font-size:0.75em; color:#CCCCCC; }
|
.ni_box .thumbnail_box div strong { font-weight:bold; font-size:0.75em; color:#CCCCCC; }
|
||||||
.ni_box .thumbnail_box div.author { color:#AAAAAA; }
|
.ni_box .thumbnail_box div.author { color:#AAAAAA; }
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
<!--@if($oDocument->getCommentCount())--><strong>[{$oDocument->getCommentCount()}]</strong><!--@end-->
|
<!--@if($oDocument->getCommentCount())--><strong>[{$oDocument->getCommentCount()}]</strong><!--@end-->
|
||||||
</div>
|
</div>
|
||||||
<!--@if($widget_info->display_author == 'Y')-->
|
<!--@if($widget_info->display_author == 'Y')-->
|
||||||
<div class="author member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div>
|
<div><span class="member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</span></div>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($widget_info->display_regdate == 'Y')-->
|
<!--@if($widget_info->display_regdate == 'Y')-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue