#17763740 : added the list of contributors

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5987 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-03-27 09:00:37 +00:00
parent 86ada3ed8f
commit 820775863a
10 changed files with 63 additions and 5 deletions

View file

@ -344,3 +344,5 @@ color:#666666; font-size:11px; font-weight:normal; margin-top:5px; padding-top:5
.pagination.a1 a.prevEnd{ padding-left:15px; background:#fff url(../images/common/arrowPrevEndA1.gif) no-repeat left center; }
.pagination.a1 a.next{ padding-right:10px; background:#fff url(../images/common/arrowNextA1.gif) no-repeat right center; }
.pagination.a1 a.nextEnd{ padding-right:15px; background:#fff url(../images/common/arrowNextEndA1.gif) no-repeat right center; }
.contributors

View file

@ -53,11 +53,17 @@
</div>
</div>
<!-- 엮인글 -->
<!--@if($oDocument->allowTrackback())-->
<!--#include("./trackback.html")-->
<!--@end-->
<div class="replyBox contributors">
{$lang->contributors} :
{@ $bFirst = true}
<!--@foreach($contributors as $contributor)-->
<!--@if($contributor->nick_name != "")-->
<!--@if(!$bFirst)-->, <!--@end-->
{$contributor->nick_name}
{@ $bFirst = false}
<!--@endif-->
<!--@endforeach-->
</div>
<!--@if($module_info->use_comment != 'N')-->