웹진형 스킨과 선택된 게시글 정리시 html 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2895 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-01 11:05:27 +00:00
parent a1d969e2de
commit 502e78cffd
3 changed files with 10 additions and 4 deletions

View file

@ -36,7 +36,7 @@ Jeong, Chan Myeong 070601~070630
.boardSubMenu img.sort { vertical-align:middle; }
/* list */
.boardList { width:100%; border:1px solid #e0e1db; border-top:none;}
.boardList { width:100%; border:1px solid #e0e1db; border-top:none; table-layout:fixed;}
.boardListNoTopBorder { border:none; }
.boardList th { color:#3e3f3e; font-weight:normal; border-top:1px solid #e0e1db; border-bottom:1px solid #ffffff; padding-top:5px; white-space:nowrap; height:33px; overflow:hidden;}
.boardList th.no_line { background-position:-3px bottom; }

View file

@ -122,8 +122,14 @@
<!--@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>
{@ $_col_count = 1; }
<!--@if($module_info->display_author!='N')-->{@ $_col_count++ }<!--@end-->
<!--@if($module_info->display_readed_count!='N')-->{@ $_col_count++ }<!--@end-->
<!--@if($module_info->display_voted_count!='N')-->{@ $_col_count++ }<!--@end-->
<!--@if($module_info->display_regdate != 'N')-->{@ $_col_count++ }<!--@end-->
<!--@if($module_info->display_last_update == 'Y')-->{@ $_col_count++ }<!--@end-->
<tr class="bg{($no+1)%2+1}">
<td colspan="{$_col_count-1}" class="summary"><a href="{getUrl('','document_srl',$document->document_srl)}">{$document->getSummary(120)}</a>&nbsp;</td>
<td colspan="{$_col_count}" class="summary"><a href="{getUrl('','document_srl',$document->document_srl)}">{$document->getSummary(120)}</a>&nbsp;</td>
</tr>
<!--@end-->
<!--@end-->

View file

@ -32,7 +32,7 @@
<tr>
<th scope="row">{$lang->move_target_module}</th>
<td>
<select id="target_module" name="target_module" class="w100" onchange="doGetCategoryFromModule(this); return false;">
<select id="target_module" name="target_module" class="w300" onchange="doGetCategoryFromModule(this); return false;">
<!--@foreach($module_list as $key => $val)-->
<option value="{$val->module_srl}">{$val->browser_title} ({$val->mid})</option>
<!--@end-->
@ -42,7 +42,7 @@
<tr>
<th scope="row">{$lang->category}</th>
<td>
<select id="target_category" name="target_category" class="w100">
<select id="target_category" name="target_category" class="w300">
</select>
</td>
</tr>