git-svn-id: http://xe-core.googlecode.com/svn/trunk@1850 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-07-03 13:10:40 +00:00
parent a0526f8485
commit bc3fba33b2
231 changed files with 2671 additions and 2132 deletions

View file

@ -14,9 +14,8 @@
<thead>
<tr>
<th scope="col" class="num">{$lang->no}</th>
<!--@if($module_info->use_category == "Y")-->
<!-- 카테고리 사용시 카테고리 선택 표시 -->
<th scope="col" class="category">
<th scope="col" colspan="2" class="title <!--@if($module_info->use_category)-->tLeft<!--@end-->">
<!--@if($module_info->use_category == "Y")-->
<form action="./" method="get">
<select name="category" id="board_category">
<option value="" >{$lang->category}</option>
@ -26,9 +25,10 @@
</select>
<input type="button" name="go_button" value="GO" onclick="doChangeCategory(); return false;" class="buttonTypeGo" />
</form>
<!--@else-->
{$lang->title}
<!--@end-->
</th>
<!--@end-->
<th scope="col" class="title" colspan="2">{$lang->title}</th>
<th class="author" scope="col">{$lang->writer}</th>
<!--@if($order_type == "desc")-->
@ -51,7 +51,7 @@
<!--@if(!$document_list)-->
<!-- 게시물이 없으면 등록된 글이 없음을 표시 -->
<tr class="bg0">
<td colspan="<!--@if($module_info->use_category=="Y")-->7<!--@else-->6<!--@end-->" class="title">
<td colspan="6" class="title">
{$lang->no_documents}
</td>
</tr>
@ -63,13 +63,13 @@
<tr class="notice">
<td class="num">{$lang->notice}</td>
<!--@if($module_info->use_category == "Y")-->
<td class="category">{$category_list[$document->get('category_srl')]->title}</td>
<!--@end-->
<td class="title" colspan="2">
<!--@if($grant->is_admin)-->
<input type="checkbox" value="{$document->document_srl}" onclick="doAddCart('{$mid}',this)" <!--@if($check_list[$document->document_srl])-->checked="checked"<!--@end--> />
<!--@end-->
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
<!--@end-->
<!--@if($grant->view)-->
<!--@if($search_target && $search_keyword)-->
<a href="#" onclick="winopen('{getUrl('','document_srl',$document->document_srl)}','viewDocument');return false;">{$document->getTitleText($module_info->subject_cut_size)}</a>
@ -99,22 +99,21 @@
<tr class="bg{($no+1)%2+1}">
<td class="num" rowspan="2">{$no}</td>
<!--@if($module_info->use_category == "Y")-->
<td class="category" rowspan="2">{$category_list[$document->get('category_srl')]->title}</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 class="title">
<!--@else-->
<td class="title" colspan="2">
<!--@end-->
<td rowspan="2" class="thumb">
<!--@if($document->thumbnailExists(100))-->
<a href="{getUrl('','document_srl',$document->document_srl)}" class="thumbnailMedium"><img src="{$document->getThumbnail(100)}" border="0" alt="" /></a>
<!--@else-->
<img src="./images/blank.gif" width="1" height="1" alt="" />
<!--@end-->
</td>
<td class="title bold">
<!--@if($grant->is_admin)-->
<input type="checkbox" value="{$document->document_srl}" onclick="doAddCart('{$mid}',this)" <!--@if($check_list[$document->document_srl])-->checked="checked"<!--@end--> />
<!--@end-->
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
<strong>{$category_list[$document->get('category_srl')]->title}</strong>
<!--@end-->
<!--@if($grant->view)-->
<!--@if($search_target && $search_keyword)-->
<a href="#" onclick="winopen('{getUrl('','document_srl',$document->document_srl)}','viewDocument');return false;">{$document->getTitleText($module_info->subject_cut_size)}</a>
@ -139,15 +138,32 @@
<td class="date">{$document->getRegdate('Y-m-d')}</td>
</tr>
<tr class="bg{($no+1)%2+1}">
<td colspan="<!--@if($module_info->use_category=="Y")-->6<!--@else-->5<!--@end-->" class="summary"><a href="{getUrl('','document_srl',$document->document_srl)}">{$document->getSummary(140)}</a></td>
<td colspan="5" class="summary"><a href="{getUrl('','document_srl',$document->document_srl)}">{$document->getSummary(140)}</a></td>
</tr>
<!--@end-->
<!--@end-->
</tbody>
</table>
<!--@if($grant->view)-->
<!-- 글쓰기, 목록 버튼 -->
<div class="gap1 fr">
<a href="{getUrl('','mid',$mid,'page',$page,'document_srl','')}" class="button"><span>{$lang->cmd_list}</span></a>
<!--@if($grant->write_document)-->
<a href="{getUrl('act','dispBoardWrite','document_srl','')}" class="button"><span>{$lang->cmd_write}</span></a>
<!--@end-->
</div>
<!--@if($grant->is_admin)-->
<!-- 문서 관리 버튼 -->
<div class="gap1 fl">
<a href="#" onclick="popopen('{getUrl('act','dispBoardAdminManageDocument')}','manageDocument'); return false;" class="button"><span>{$lang->cmd_manage_document}</span></a>
</div>
<!--@end-->
<!-- 페이지 네비게이션 -->
<div class="pageNavigation">
@ -162,31 +178,10 @@
<a href="{getUrl('page',$page_navigation->last_page,'document_srl','')}" class="goToLast"><img src="./images/{$module_info->colorset}/bottomGotoLast.gif" alt="{$lang->last_page}" width="7" height="5" /></a>
</div>
<!-- 글쓰기, 목록 버튼 -->
<div>
<div class="buttonRight">
<ul>
<li><a href="{getUrl('','mid',$mid,'page',$page,'document_srl','')}" class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" /><img src="./images/{$module_info->colorset}/iconList.gif" alt="" width="12" height="13" class="icon" />{$lang->cmd_list}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
<!--@if($grant->write_document)-->
<li><a href="{getUrl('act','dispBoardWrite','document_srl','')}" class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" /><img src="./images/{$module_info->colorset}/iconWrite.gif" width="12" height="11" class="icon" alt="" />{$lang->cmd_write}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
<!--@end-->
</ul>
</div>
<!--@if($grant->is_admin)-->
<!-- 문서 관리 버튼 -->
<div class="buttonLeft">
<ul>
<li><a href="#" onclick="popopen('{getUrl('act','dispBoardAdminManageDocument')}','manageDocument'); return false;" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" /><img src="./images/{$module_info->colorset}/iconCheck.gif" width="10" height="9" class="icon" alt="" />{$lang->cmd_manage_document}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
</ul>
</div>
<!--@end-->
</div>
<!-- 검색 -->
<form action="./" method="get" onsubmit="return procFilter(this, search)" class="boardSearch" id="fo_search">
<div class="boardSearch">
<form action="./" method="get" onsubmit="return procFilter(this, search)" id="fo_search">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="category" value="{$category}" />
@ -198,12 +193,11 @@
<!--@end-->
</select>
<input type="text" name="search_keyword" value="{htmlspecialchars($search_keyword)}" class="inputTypeText"/>
<ul class="searchButton">
<li><a href="#" onclick="xGetElementById('fo_search').submit();return false;" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_search}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
<li><a href="#" onclick="location.href='{getUrl('','mid',$mid)}';return false;" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_cancel}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
</ul>
<a href="#" onclick="xGetElementById('fo_search').submit();return false;" class="button"><span>{$lang->cmd_search}</span></a>
<a href="#" onclick="location.href='{getUrl('','mid',$mid)}';return false;" class="button"><span>{$lang->cmd_cancel}</span></a>
</fieldset>
</form>
</div>
<!--@end-->