mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
XE_WEBZINE 스킨의 이미지 가이드 적용
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2309 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
213a891bb4
commit
708a9141b5
2 changed files with 15 additions and 10 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="num">{$lang->no}</th>
|
||||
<th scope="col" colspan="2" class="title <!--@if($module_info->use_category=='Y')-->tLeft<!--@end-->">
|
||||
<th scope="col" colspan="2" class="<!--@if($module_info->use_category=='Y')-->category_title<!--@else-->title<!--@end-->">
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<form action="./" method="get">
|
||||
<select name="category" id="board_category">
|
||||
|
|
@ -107,9 +107,7 @@
|
|||
|
||||
<td rowspan="2" class="num"><!--@if($document_srl == $document->document_srl)--><img src="./images/common/iconArrowD8.gif" alt="" border="0" /><!--@else-->{$no}<!--@end--></td>
|
||||
<!--@if($document->thumbnailExists(100))-->
|
||||
<td rowspan="2" class="thumb">
|
||||
<a href="{getUrl('','document_srl',$document->document_srl)}" class="thumbnailMedium"><img src="{$document->getThumbnail(100)}" border="0" alt="" /></a>
|
||||
</td>
|
||||
<td rowspan="2" class="thumb"><a href="{getUrl('','document_srl',$document->document_srl)}" class="thumbnailMedium"><img src="{$document->getThumbnail(100)}" border="0" alt="" /></a></td>
|
||||
<td class="title">
|
||||
<!--@else-->
|
||||
<td class="title" colspan="2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue