묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
으흥흥.. 나를 미치게 하는 게시판 헤드 탭
2008.04.17 07:03
http://www.twenteens.com/zbxe/ourcomp
왜 자꾸 아래로 내려가는지?
분명히 위에다 찌끄렸는데..
이유를 모르겠어요.
혹 아는분?
사이트 링크 게시판 스킨 // 으로부터
갤러리 모듈 스타일 // 개조
테이블 윤곽은 // XE_확장 게시판 // 리스트에서 가져왔구요.
음.. 소스를 올려야 할래나???
대략
style.gallery.html
파일 소스 보시죠..;
왜 자꾸 아래로 내려가는지?
분명히 위에다 찌끄렸는데..
이유를 모르겠어요.
혹 아는분?
사이트 링크 게시판 스킨 // 으로부터
갤러리 모듈 스타일 // 개조
테이블 윤곽은 // XE_확장 게시판 // 리스트에서 가져왔구요.
음.. 소스를 올려야 할래나???
대략
style.gallery.html
파일 소스 보시죠..;
<!-- 목록 출력 -->
<form action="./" method="get">
{@$v=explode(",",$module_info->list_width_size)}
{@$v_count=count($v)}
<table cellspacing="0" summary="" class="boardList">
<!--@if($module_info->display_number!='N')-->
<col width="<!--@if($v[0])-->{$v[0]}<!--@else-->80<!--@end-->" />{@ $_col_count++}<!--@end-->
<!--@if($grant->is_admin)--><col width="30" />{@ $_col_count++}<!--@end-->
<col />
<!--@if($module_info->display_author!='N')-->
<col width="<!--@if($v[1])-->{$v[1]}<!--@else-->120<!--@end-->" />{@ $_col_count++}<!--@end-->
<!--@if($module_info->display_readed_count!='N')-->
<col width="<!--@if($v[2])-->{$v[2]}<!--@else-->70<!--@end-->" />{@ $_col_count++}<!--@end-->
<!--@if($module_info->display_voted_count!='N')-->
<col width="<!--@if($v[3])-->{$v[3]}<!--@else-->70<!--@end-->" />{@ $_col_count++}<!--@end-->
<!--@if($module_info->display_regdate != 'N')-->
<col width="<!--@if($v[4])-->{$v[4]}<!--@else-->90<!--@end-->" />{@ $_col_count++}<!--@end-->
<!--@if($module_info->display_last_update == 'Y')-->
<col width="<!--@if($v[5])-->{$v[5]}<!--@else-->90<!--@end-->" />{@ $_col_count++}<!--@end-->
<!--@if($_col_count>1)-->
<thead>
{@ $no_line_class = " no_line" }
<tr>
<!--@if($module_info->display_number!='N')--><th scope="col" class="num{$no_line_class}">{$lang->no}</th>{@ $no_line_class=""}<!--@end-->
<!--@if($grant->is_admin)--><th scope="col" class="checkbox{$no_line_class}"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->
<th scope="col" class="<!--@if($module_info->use_category == 'Y')-->category<!--@else-->title<!--@end-->{$no_line_class}">
<!--@if($module_info->use_category == "Y")-->
<!-- 카테고리 사용시 카테고리 선택 표시 -->
<a href="{getUrl('','mid',$mid,'page',$page,'category'+ ','','document_srl','')}" class="category">
전체<!--@if($val->document_count)-->
({$val->document_count})
<!--@end-->
</a> <font color="#dddddd">|</font>
<!--@foreach($category_list as $val)-->
<a href="{getUrl('','mid',$mid,'page',$page,'category',$val->category_srl,'document_srl','')}">
<!--@if($category==$val->category_srl)--><b><!--@end-->
{$val->title}
<!--@if($val->document_count)-->
({$val->document_count})
<!--@end--> <font color="#dddddd">|</font>
<!--@if($category==$val->category_srl)--></b><!--@end-->
</a>
<!--@end-->
<!--@else-->
<!--@if($module_info->display_subject=='Y' || !$module_info->extra_vars[$module_info->display_subject])-->
{$lang->title}
<!--@else-->
{@ $extra_vars_name = $module_info->extra_vars[$module_info->display_subject]->name}{$extra_vars_name}
<!--@end-->
<!--@end-->
</th>
<!--@if($module_info->display_author!='N')-->
<!--@if($module_info->display_author=='Y' || !$module_info->extra_vars[$module_info->display_author])-->
<th class="author" scope="col">{$lang->writer}</th>
<!--@else-->
{@ $extra_vars_name = $module_info->extra_vars[$module_info->display_author]->name}
<th>{$extra_vars_name}</th>
<!--@end-->
<!--@end-->
<!--@if($module_info->display_readed_count!='N')-->
<!--@if($module_info->display_readed_count=='Y' || !$module_info->extra_vars[$module_info->display_readed_count])-->
<th class="reading" scope="col"><a href="{getUrl('sort_index','readed_count','order_type'+ ',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th>
<!--@else-->
<th>{@ $extra_vars_name = $module_info->extra_vars[$module_info->display_readed_count]->name}{$extra_vars_name}</th>
<!--@end-->
<!--@end-->
<!--@if($module_info->display_voted_count!='N')-->
<!--@if($module_info->display_voted_count=='Y' || !$module_info->extra_vars[$module_info->display_voted_count])-->
<th class="recommend" scope="col"><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<!--@if($sort_index=='voted_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th>
<!--@else-->
<th>{@ $extra_vars_name = $module_info->extra_vars[$module_info->display_voted_count]->name}{$extra_vars_name}</th>
<!--@end-->
<!--@end-->
<!--@if($module_info->display_regdate != 'N')-->
<!--@if($module_info->display_regdate == 'Y' || !$module_info->extra_vars[$module_info->display_regdate])-->
<th scope="col" class="date"><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th>
<!--@else-->
<th>{@ $extra_vars_name = $module_info->extra_vars[$module_info->display_regdate]->name}{$extra_vars_name}</th>
<!--@end-->
<!--@end-->
<!--@if($module_info->display_last_update!='N')-->
<!--@if($module_info->display_last_update=='Y' || !$module_info->extra_vars[$module_info->display_last_update])-->
<th scope="col" class="date"><a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_update}<!--@if($sort_index=='last_update')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th>
<!--@else-->
<th>{@ $extra_vars_name = $module_info->extra_vars[$module_info->display_last_update]->name}{$extra_vars_name}</th>
<!--@end-->
<!--@end-->
</tr>
</thead>
<!--@end-->
{@ $_col_count = 1; }
<!--@if(!$document_list && !$notice_list)-->
<tr class="bg0 tCenter">
<td class="title no_line">
{$lang->no_documents}
</td>
</tr>
<!--@else-->
<!-- 공지사항 출력 -->
<!--@foreach($notice_list as $no => $document)-->
<table cellspacing="0" summary="" class="boardList boardListNoTopBorder">
<!--@if($module_info->display_number!='N')--><col width="80" />{@ $_col_count++}<!--@end-->
<!--@if($grant->is_admin)--><col width="30" />{@ $_col_count++}<!--@end-->
<col />
<!--@if($module_info->display_regdate != 'N')--><col width="90" />{@ $_col_count++}<!--@end-->
<!--@if($module_info->display_last_update == 'Y')--><col width="90" />{@ $_col_count++}<!--@end-->
<tbody>
<tr class="notice">
<!--@if($module_info->display_number!='N')--><td class="notice">{$lang->notice}</td><!--@end-->
<!--@if($grant->is_admin)--><td class="checkbox"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
<td class="title">
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
<!--@end-->
<a href="{htmlspecialchars($document->get('extra_vars1'))}" onclick="window.open(this.href);return false;">{$document->getTitle($module_info->subject_cut_size)}</a>
<!--@if($document->getCommentCount())-->
<span class="replyAndTrackback" title="Replies"><img src="./images/common/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
<!--@end-->
<!--@if($document->getTrackbackCount())-->
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/common/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
<!--@end-->
{$document->printExtraImages(60*60*$module_info->duration_new)}
</td>
<td class="extravars1">
<!--@if($document->get('extra_vars1'))-->
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}"><img src="./images/common/button_rv.png" border="0" alt="리뷰보기" /></a>
<!--@else-->
<!--@end-->
</td>
<!--@if($module_info->display_regdate!='N')--><td class="date">{$document->getRegdate('Y-m-d')}</td><!--@end-->
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
</tr>
</tbody>
</table>
<!--@end-->
<!-- 갤러리 목록 출력 -->
{@ $height = $module_info->thumbnail_height + 50; }
<!--@if($module_info->use_category=='Y')-->{@ $height += 20 }<!--@end-->
<!--@if($module_info->display_regdate!='N')-->{@ $height += 25 }<!--@end-->
<div class="thumbnailBox" valign="middle">
<!--@foreach($document_list as $no => $document)-->
<!--@if(!$document->isNotice())-->
<div class="cell" style="width:{$module_info->thumbnail_width+185}px;height:{$height-50}px; border:0px; valign:middle;">
<div class="title">
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
<!--@end-->
<!--@if($grant->is_admin)-->
<input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> />
<!--@end-->
<a href="{htmlspecialchars($document->get('extra_vars1'))}" valign="middle" onclick="window.open(this.href);return false;">{$document->getTitle($module_info->subject_cut_size)}</a>
<!--@if($document->getCommentCount())-->
<span class="replyAndTrackback" title="Replies">(<strong>{$document->getCommentCount()}</strong>)</span>
<!--@end-->
<!--@if($document->getTrackbackCount())-->
<span class="replyAndTrackback" title="Trackbacks">[<strong>{$document->getTrackbackCount()}</strong>]</span>
<!--@end-->
{$document->printExtraImages(60*60*$module_info->duration_new)}
<span class="linka" align="center" valign="bottom">
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}"><img src="./images/common/button_rv.png" border="0" alt="리뷰 보기" /></a>
 
<!--@if($document->get('extra_vars2'))-->
<a href="{htmlspecialchars($document->get('+ 'extra_vars2'))}" onclick="window.open(this.href);return false;"><img src="./images/common/button_dw.png" border="0" alt="다운로드 페이지"/></a>
 
<!--@end-->
<!--@if($document->get('extra_vars3'))-->
<a href="{htmlspecialchars($document->get('extra_vars3'))}" onclick="window.open(this.href);return false;"><img src="./images/common/button_ad.png" border="0" alt="추천 컨텐츠"/></a>
<!--@end-->
</span>
<div class="nameAndDate">
<!--@if($document->get('extra_vars1'))-->
<!--
<a href="{htmlspecialchars($document->get('extra_vars1'))}" onclick="window.open(this.href);return false;"><img src="./images/common/button_dw.png" border="0" alt="" width="{$module_info->thumbnail_width}" height="{$module_info->thumbnail_height}" /></a>
-->
<!--@else-->
<!--@end-->
<!--@if($document->get('extra_vars2'))-->
<!--
<a href="{htmlspecialchars($document->get('extra_vars2'))}" onclick="window.open(this.href);return false;"><img src="./images/common/button_go.png" border="0" alt="" width="{$module_info->thumbnail_width}" height="{$module_info->thumbnail_height}" /></a>
-->
<!--@else-->
<!--@end-->
<!--@if($document->get('extra_vars3'))-->
<!--
<a href="{htmlspecialchars($document->get('extra_vars3'))}" onclick="window.open(this.href);return false;"><img src="./images/common/button_ad.png" border="0" alt="" width="{$module_info->thumbnail_width}" height="{$module_info->thumbnail_height}" /></a>
-->
<!--@else-->
<!--@end-->
<!--@if($module_info->display_regdate!='N')--><div class="date">{$document->getRegdate('Y.m.d')}</div><!--@end-->
</div>
</div>
</div>
<!--@end-->
<!--@end-->
<div class="clear"></div>
</div>
<!--@end-->
</table>
</form>
<form action="./" method="get">
{@$v=explode(",",$module_info->list_width_size)}
{@$v_count=count($v)}
<table cellspacing="0" summary="" class="boardList">
<!--@if($module_info->display_number!='N')-->
<col width="<!--@if($v[0])-->{$v[0]}<!--@else-->80<!--@end-->" />{@ $_col_count++}<!--@end-->
<!--@if($grant->is_admin)--><col width="30" />{@ $_col_count++}<!--@end-->
<col />
<!--@if($module_info->display_author!='N')-->
<col width="<!--@if($v[1])-->{$v[1]}<!--@else-->120<!--@end-->" />{@ $_col_count++}<!--@end-->
<!--@if($module_info->display_readed_count!='N')-->
<col width="<!--@if($v[2])-->{$v[2]}<!--@else-->70<!--@end-->" />{@ $_col_count++}<!--@end-->
<!--@if($module_info->display_voted_count!='N')-->
<col width="<!--@if($v[3])-->{$v[3]}<!--@else-->70<!--@end-->" />{@ $_col_count++}<!--@end-->
<!--@if($module_info->display_regdate != 'N')-->
<col width="<!--@if($v[4])-->{$v[4]}<!--@else-->90<!--@end-->" />{@ $_col_count++}<!--@end-->
<!--@if($module_info->display_last_update == 'Y')-->
<col width="<!--@if($v[5])-->{$v[5]}<!--@else-->90<!--@end-->" />{@ $_col_count++}<!--@end-->
<!--@if($_col_count>1)-->
<thead>
{@ $no_line_class = " no_line" }
<tr>
<!--@if($module_info->display_number!='N')--><th scope="col" class="num{$no_line_class}">{$lang->no}</th>{@ $no_line_class=""}<!--@end-->
<!--@if($grant->is_admin)--><th scope="col" class="checkbox{$no_line_class}"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->
<th scope="col" class="<!--@if($module_info->use_category == 'Y')-->category<!--@else-->title<!--@end-->{$no_line_class}">
<!--@if($module_info->use_category == "Y")-->
<!-- 카테고리 사용시 카테고리 선택 표시 -->
<a href="{getUrl('','mid',$mid,'page',$page,'category'+ ','','document_srl','')}" class="category">
전체<!--@if($val->document_count)-->
({$val->document_count})
<!--@end-->
</a> <font color="#dddddd">|</font>
<!--@foreach($category_list as $val)-->
<a href="{getUrl('','mid',$mid,'page',$page,'category',$val->category_srl,'document_srl','')}">
<!--@if($category==$val->category_srl)--><b><!--@end-->
{$val->title}
<!--@if($val->document_count)-->
({$val->document_count})
<!--@end--> <font color="#dddddd">|</font>
<!--@if($category==$val->category_srl)--></b><!--@end-->
</a>
<!--@end-->
<!--@else-->
<!--@if($module_info->display_subject=='Y' || !$module_info->extra_vars[$module_info->display_subject])-->
{$lang->title}
<!--@else-->
{@ $extra_vars_name = $module_info->extra_vars[$module_info->display_subject]->name}{$extra_vars_name}
<!--@end-->
<!--@end-->
</th>
<!--@if($module_info->display_author!='N')-->
<!--@if($module_info->display_author=='Y' || !$module_info->extra_vars[$module_info->display_author])-->
<th class="author" scope="col">{$lang->writer}</th>
<!--@else-->
{@ $extra_vars_name = $module_info->extra_vars[$module_info->display_author]->name}
<th>{$extra_vars_name}</th>
<!--@end-->
<!--@end-->
<!--@if($module_info->display_readed_count!='N')-->
<!--@if($module_info->display_readed_count=='Y' || !$module_info->extra_vars[$module_info->display_readed_count])-->
<th class="reading" scope="col"><a href="{getUrl('sort_index','readed_count','order_type'+ ',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th>
<!--@else-->
<th>{@ $extra_vars_name = $module_info->extra_vars[$module_info->display_readed_count]->name}{$extra_vars_name}</th>
<!--@end-->
<!--@end-->
<!--@if($module_info->display_voted_count!='N')-->
<!--@if($module_info->display_voted_count=='Y' || !$module_info->extra_vars[$module_info->display_voted_count])-->
<th class="recommend" scope="col"><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<!--@if($sort_index=='voted_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th>
<!--@else-->
<th>{@ $extra_vars_name = $module_info->extra_vars[$module_info->display_voted_count]->name}{$extra_vars_name}</th>
<!--@end-->
<!--@end-->
<!--@if($module_info->display_regdate != 'N')-->
<!--@if($module_info->display_regdate == 'Y' || !$module_info->extra_vars[$module_info->display_regdate])-->
<th scope="col" class="date"><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th>
<!--@else-->
<th>{@ $extra_vars_name = $module_info->extra_vars[$module_info->display_regdate]->name}{$extra_vars_name}</th>
<!--@end-->
<!--@end-->
<!--@if($module_info->display_last_update!='N')-->
<!--@if($module_info->display_last_update=='Y' || !$module_info->extra_vars[$module_info->display_last_update])-->
<th scope="col" class="date"><a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_update}<!--@if($sort_index=='last_update')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th>
<!--@else-->
<th>{@ $extra_vars_name = $module_info->extra_vars[$module_info->display_last_update]->name}{$extra_vars_name}</th>
<!--@end-->
<!--@end-->
</tr>
</thead>
<!--@end-->
{@ $_col_count = 1; }
<!--@if(!$document_list && !$notice_list)-->
<tr class="bg0 tCenter">
<td class="title no_line">
{$lang->no_documents}
</td>
</tr>
<!--@else-->
<!-- 공지사항 출력 -->
<!--@foreach($notice_list as $no => $document)-->
<table cellspacing="0" summary="" class="boardList boardListNoTopBorder">
<!--@if($module_info->display_number!='N')--><col width="80" />{@ $_col_count++}<!--@end-->
<!--@if($grant->is_admin)--><col width="30" />{@ $_col_count++}<!--@end-->
<col />
<!--@if($module_info->display_regdate != 'N')--><col width="90" />{@ $_col_count++}<!--@end-->
<!--@if($module_info->display_last_update == 'Y')--><col width="90" />{@ $_col_count++}<!--@end-->
<tbody>
<tr class="notice">
<!--@if($module_info->display_number!='N')--><td class="notice">{$lang->notice}</td><!--@end-->
<!--@if($grant->is_admin)--><td class="checkbox"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
<td class="title">
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
<!--@end-->
<a href="{htmlspecialchars($document->get('extra_vars1'))}" onclick="window.open(this.href);return false;">{$document->getTitle($module_info->subject_cut_size)}</a>
<!--@if($document->getCommentCount())-->
<span class="replyAndTrackback" title="Replies"><img src="./images/common/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
<!--@end-->
<!--@if($document->getTrackbackCount())-->
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/common/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
<!--@end-->
{$document->printExtraImages(60*60*$module_info->duration_new)}
</td>
<td class="extravars1">
<!--@if($document->get('extra_vars1'))-->
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}"><img src="./images/common/button_rv.png" border="0" alt="리뷰보기" /></a>
<!--@else-->
<!--@end-->
</td>
<!--@if($module_info->display_regdate!='N')--><td class="date">{$document->getRegdate('Y-m-d')}</td><!--@end-->
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
</tr>
</tbody>
</table>
<!--@end-->
<!-- 갤러리 목록 출력 -->
{@ $height = $module_info->thumbnail_height + 50; }
<!--@if($module_info->use_category=='Y')-->{@ $height += 20 }<!--@end-->
<!--@if($module_info->display_regdate!='N')-->{@ $height += 25 }<!--@end-->
<div class="thumbnailBox" valign="middle">
<!--@foreach($document_list as $no => $document)-->
<!--@if(!$document->isNotice())-->
<div class="cell" style="width:{$module_info->thumbnail_width+185}px;height:{$height-50}px; border:0px; valign:middle;">
<div class="title">
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
<!--@end-->
<!--@if($grant->is_admin)-->
<input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> />
<!--@end-->
<a href="{htmlspecialchars($document->get('extra_vars1'))}" valign="middle" onclick="window.open(this.href);return false;">{$document->getTitle($module_info->subject_cut_size)}</a>
<!--@if($document->getCommentCount())-->
<span class="replyAndTrackback" title="Replies">(<strong>{$document->getCommentCount()}</strong>)</span>
<!--@end-->
<!--@if($document->getTrackbackCount())-->
<span class="replyAndTrackback" title="Trackbacks">[<strong>{$document->getTrackbackCount()}</strong>]</span>
<!--@end-->
{$document->printExtraImages(60*60*$module_info->duration_new)}
<span class="linka" align="center" valign="bottom">
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}"><img src="./images/common/button_rv.png" border="0" alt="리뷰 보기" /></a>
 
<!--@if($document->get('extra_vars2'))-->
<a href="{htmlspecialchars($document->get('+ 'extra_vars2'))}" onclick="window.open(this.href);return false;"><img src="./images/common/button_dw.png" border="0" alt="다운로드 페이지"/></a>
 
<!--@end-->
<!--@if($document->get('extra_vars3'))-->
<a href="{htmlspecialchars($document->get('extra_vars3'))}" onclick="window.open(this.href);return false;"><img src="./images/common/button_ad.png" border="0" alt="추천 컨텐츠"/></a>
<!--@end-->
</span>
<div class="nameAndDate">
<!--@if($document->get('extra_vars1'))-->
<!--
<a href="{htmlspecialchars($document->get('extra_vars1'))}" onclick="window.open(this.href);return false;"><img src="./images/common/button_dw.png" border="0" alt="" width="{$module_info->thumbnail_width}" height="{$module_info->thumbnail_height}" /></a>
-->
<!--@else-->
<!--@end-->
<!--@if($document->get('extra_vars2'))-->
<!--
<a href="{htmlspecialchars($document->get('extra_vars2'))}" onclick="window.open(this.href);return false;"><img src="./images/common/button_go.png" border="0" alt="" width="{$module_info->thumbnail_width}" height="{$module_info->thumbnail_height}" /></a>
-->
<!--@else-->
<!--@end-->
<!--@if($document->get('extra_vars3'))-->
<!--
<a href="{htmlspecialchars($document->get('extra_vars3'))}" onclick="window.open(this.href);return false;"><img src="./images/common/button_ad.png" border="0" alt="" width="{$module_info->thumbnail_width}" height="{$module_info->thumbnail_height}" /></a>
-->
<!--@else-->
<!--@end-->
<!--@if($module_info->display_regdate!='N')--><div class="date">{$document->getRegdate('Y.m.d')}</div><!--@end-->
</div>
</div>
</div>
<!--@end-->
<!--@end-->
<div class="clear"></div>
</div>
<!--@end-->
</table>
</form>