ZB 1.1.0 Front-end Refactoring. Forum.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4788 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
|
@ -92,7 +92,7 @@
|
||||||
$lang->title = '제목';
|
$lang->title = '제목';
|
||||||
$lang->title_content = '제목+내용';
|
$lang->title_content = '제목+내용';
|
||||||
$lang->topic = '주제';
|
$lang->topic = '주제';
|
||||||
$lang->replies = '응답';
|
$lang->replies = '댓글';
|
||||||
$lang->content = '내용';
|
$lang->content = '내용';
|
||||||
$lang->document = '게시물';
|
$lang->document = '게시물';
|
||||||
$lang->comment = '댓글';
|
$lang->comment = '댓글';
|
||||||
|
|
@ -141,7 +141,7 @@
|
||||||
$lang->date = '날짜';
|
$lang->date = '날짜';
|
||||||
$lang->regdate = '등록일';
|
$lang->regdate = '등록일';
|
||||||
$lang->last_update = '최근 수정일';
|
$lang->last_update = '최근 수정일';
|
||||||
$lang->last_post = '최근 등록';
|
$lang->last_post = '마지막 댓글';
|
||||||
$lang->signup_date = '가입일';
|
$lang->signup_date = '가입일';
|
||||||
$lang->last_login = '최근로그인';
|
$lang->last_login = '최근로그인';
|
||||||
$lang->first_page = '첫페이지';
|
$lang->first_page = '첫페이지';
|
||||||
|
|
|
||||||
|
|
@ -1,135 +1,120 @@
|
||||||
<form action="./" method="get">
|
<form action="./" method="get" class="boardListForm">
|
||||||
|
<fieldset>
|
||||||
<table cellspacing="0" summary="" class="boardList">
|
<legend>List of Articles</legend>
|
||||||
|
<table cellspacing="0" border="1" summary="List of Articles" class="boardList">
|
||||||
<thead>
|
<thead>
|
||||||
{@ $no_line_class = " no_line" }
|
{@ $no_line_class = " no_line" }
|
||||||
<tr>
|
<tr>
|
||||||
<!--@if($grant->is_admin)-->
|
<!--@if($grant->is_admin)-->
|
||||||
<th scope="col" class="checkbox{$no_line_class}"><div>
|
<th scope="col">
|
||||||
<input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" />
|
<input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" />
|
||||||
</div></th>
|
</th>
|
||||||
{@ $no_line_class=""}
|
{@ $no_line_class=""}
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<th scope="col" class="topic{$no_line_class}"><div>
|
<th scope="col" class="title">
|
||||||
|
|
||||||
<!--@if($module_info->use_category == "Y")-->
|
<!--@if($module_info->use_category == "Y")-->
|
||||||
|
<span class="jumpTo">
|
||||||
<select name="category" id="board_category">
|
<select name="category" id="board_category">
|
||||||
<option value="">{$lang->category}</option>
|
<option value="">{$lang->category}</option>
|
||||||
<!--@foreach($category_list as $val)-->
|
<!--@foreach($category_list as $val)-->
|
||||||
<option value="{$val->category_srl}" <!--@if($category==$val->category_srl)-->selected="selected"<!--@end-->>{str_repeat(" ",$val->depth)} {$val->title} <!--@if($val->document_count)-->({$val->document_count})<!--@end--></option>
|
<option value="{$val->category_srl}" <!--@if($category==$val->category_srl)-->selected="selected"<!--@end-->>{str_repeat(" ",$val->depth)} {$val->title} <!--@if($val->document_count)-->({$val->document_count})<!--@end--></option>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</select>
|
</select>
|
||||||
|
<button type="button" name="go_button" id="go_button" onclick="doChangeCategory(); return false;" class="button">Go</button>
|
||||||
<input type="button" name="go_button" id="go_button" value="GO" onclick="doChangeCategory(); return false;" class="buttonTypeGo" />
|
</span>
|
||||||
<!--@else-->
|
|
||||||
{$lang->topic}
|
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</div></th>
|
{$lang->topic}
|
||||||
|
</th>
|
||||||
<th class="reading" scope="col"><div>
|
<th scope="col"><a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_post}<!--@if($sort_index=='last_update')--><img src="./images/common/{$order_icon}" alt="sort" width="5" height="3" class="sort" /><!--@end--></a></th>
|
||||||
<a href="{getUrl('sort_index','comment_count','order_type',$order_type)}">{$lang->replies}<!--@if($sort_index=='comment_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a>
|
<th scope="col"><a href="{getUrl('sort_index','comment_count','order_type',$order_type)}">{$lang->replies}<!--@if($sort_index=='comment_count')--><img src="./images/common/{$order_icon}" alt="sort" width="5" height="3" class="sort" /><!--@end--></a></th>
|
||||||
</div></th>
|
<th 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="sort" width="5" height="3" class="sort" /><!--@end--></a></th>
|
||||||
|
|
||||||
<th class="reading" scope="col"><div>
|
|
||||||
<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>
|
|
||||||
</div></th>
|
|
||||||
|
|
||||||
<th scope="col" class="date"><div>
|
|
||||||
<a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_post}<!--@if($sort_index=='last_update')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a>
|
|
||||||
</div></th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
<!--@if(!$document_list && !$notice_list)-->
|
<!--@if(!$document_list && !$notice_list)-->
|
||||||
<tr class="bg0 tCenter">
|
<tr>
|
||||||
<td colspan="<!--@if($grant->is_admin)-->5<!--@else-->4<!--@end-->" class="title">
|
<td colspan="<!--@if($grant->is_admin)-->5<!--@else-->4<!--@end-->">
|
||||||
{$lang->no_documents}
|
{$lang->no_documents}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!--@else-->
|
<!--@else-->
|
||||||
|
|
||||||
<!--@foreach($notice_list as $no => $document)-->
|
<!--@foreach($notice_list as $no => $document)-->
|
||||||
<tr class="notice">
|
<tr class="notice">
|
||||||
<!--@if($grant->is_admin)-->
|
<!--@if($grant->is_admin)-->
|
||||||
<td class="checkbox">
|
<td class="check">
|
||||||
<input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> />
|
<input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> />
|
||||||
</td>
|
</td>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<td class="topic">
|
<td class="title">
|
||||||
|
|
||||||
<strong>{$lang->notice} | <a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a></strong>
|
<strong class="category">{$lang->notice}</strong>
|
||||||
|
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||||
|
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||||
|
<!--@end-->
|
||||||
|
|
||||||
|
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}" class="forum">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||||
|
<sub class="by">by</sub> <a href="#popup_menu_area" class="member_{$document->get('member_srl')}" onclick="return false">{$document->getNickName()}</a>
|
||||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||||
|
|
||||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
|
||||||
<span class="category">{$category_list[$document->get('category_srl')]->title}</span>
|
|
||||||
<!--@end-->
|
|
||||||
|
|
||||||
<div class="author">
|
|
||||||
by <strong><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></strong> on <strong>{$document->getRegdate('Y-m-d H:i')}</strong>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td class="commentCount">{(int)($document->get('comment_count'))}</td>
|
<td class="lastReply">
|
||||||
<td class="reading">{(int)($document->get('readed_count'))}</td>
|
<a href="#" class="replyAnchor">{zdate($document->get('last_update'),'Y-m-d')}
|
||||||
<td class="latestPost">
|
<span class="bubble">{zdate($document->get('last_update'),'H:i')}</span>
|
||||||
<div class="author">
|
</a>
|
||||||
<!--@if($document->get('last_updater'))-->
|
<!--@if($document->get('last_updater'))-->
|
||||||
by <strong>{htmlspecialchars($document->get('last_updater'))}</strong>
|
{htmlspecialchars($document->get('last_updater'))}
|
||||||
<!--@else-->
|
<!--@else-->
|
||||||
by <strong><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></strong>
|
<a href="#popup_menu_area" class="member_{$document->get('member_srl')}" onclick="return false">{$document->getNickName()}</a>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</div>
|
|
||||||
<div class="date">
|
|
||||||
on <strong>{zdate($document->get('last_update'),'Y-m-d H:i')}</strong>
|
|
||||||
</div>
|
|
||||||
</td>
|
</td>
|
||||||
|
<td class="replies">{(int)($document->get('comment_count'))}</td>
|
||||||
|
<td class="reading">{(int)($document->get('readed_count'))}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@foreach($document_list as $no => $document)-->
|
<!--@foreach($document_list as $no => $document)-->
|
||||||
<tr class="bg{($no+1)%2+1}">
|
<tr class="bg{($no+1)%2+1}">
|
||||||
<!--@if($grant->is_admin)-->
|
<!--@if($grant->is_admin)-->
|
||||||
<td class="checkbox">
|
<td class="check">
|
||||||
<input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> />
|
<input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> />
|
||||||
</td>
|
</td>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<td class="topic">
|
<td class="title">
|
||||||
|
|
||||||
<strong><a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a></strong>
|
|
||||||
|
|
||||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
|
||||||
|
|
||||||
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
|
||||||
<span class="category">{$category_list[$document->get('category_srl')]->title}</span>
|
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<div class="author">
|
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}" class="forum">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||||
by <strong><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></strong> on <strong>{$document->getRegdate('Y-m-d H:i')}</strong>
|
<sub class="by">by</sub> <a href="#popup_menu_area" class="member_{$document->get('member_srl')}" onclick="return false">{$document->getNickName()}</a>
|
||||||
</div>
|
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td class="commentCount">{(int)($document->get('comment_count'))}</td>
|
<td class="lastReply">
|
||||||
<td class="reading">{(int)($document->get('readed_count'))}</td>
|
<a href="#" class="replyAnchor">{zdate($document->get('last_update'),'Y-m-d')}
|
||||||
<td class="latestPost">
|
<span class="bubble">{zdate($document->get('last_update'),'H:i')}</span>
|
||||||
<div class="author">
|
</a>
|
||||||
<!--@if($document->get('last_updater'))-->
|
<!--@if($document->get('last_updater'))-->
|
||||||
by <strong>{htmlspecialchars($document->get('last_updater'))}</strong>
|
{htmlspecialchars($document->get('last_updater'))}
|
||||||
<!--@else-->
|
<!--@else-->
|
||||||
by <strong><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></strong>
|
<a href="#popup_menu_area" class="member_{$document->get('member_srl')}" onclick="return false">{$document->getNickName()}</a>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</div>
|
|
||||||
<div class="date">
|
|
||||||
on <strong>{zdate($document->get('last_update'),'Y-m-d H:i')}</strong>
|
|
||||||
</div>
|
|
||||||
</td>
|
</td>
|
||||||
|
<td class="replies">{(int)($document->get('comment_count'))}</td>
|
||||||
|
<td class="reading">{(int)($document->get('readed_count'))}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,10 +37,10 @@
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
<!--@if($module_info->display_author!='N')--><th scope="col">{$lang->writer}</th><!--@end-->
|
<!--@if($module_info->display_author!='N')--><th scope="col">{$lang->writer}</th><!--@end-->
|
||||||
<!--@if($module_info->display_readed_count!='N')--><th 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><!--@end-->
|
<!--@if($module_info->display_readed_count!='N')--><th 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="sort" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||||
<!--@if($module_info->display_voted_count!='N')--><th 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><!--@end-->
|
<!--@if($module_info->display_voted_count!='N')--><th 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="sort" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||||
<!--@if($module_info->display_regdate != 'N')--><th scope="col"><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><!--@end-->
|
<!--@if($module_info->display_regdate != 'N')--><th scope="col"><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="sort" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||||
<!--@if($module_info->display_last_update=='Y')--><th scope="col"><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><!--@end-->
|
<!--@if($module_info->display_last_update=='Y')--><th scope="col"><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="sort" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
@ -63,10 +63,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<!--@if($module_info->display_readed_count!='N')--><span><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></span><!--@end-->
|
<!--@if($module_info->display_readed_count!='N')--><span><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="sort" width="5" height="3" class="sort" /><!--@end--></a></span><!--@end-->
|
||||||
<!--@if($module_info->display_voted_count!='N')--><span><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></span><!--@end-->
|
<!--@if($module_info->display_voted_count!='N')--><span><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="sort" width="5" height="3" class="sort" /><!--@end--></a></span><!--@end-->
|
||||||
<!--@if($module_info->display_regdate != 'N')--><span><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></span><!--@end-->
|
<!--@if($module_info->display_regdate != 'N')--><span><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="sort" width="5" height="3" class="sort" /><!--@end--></a></span><!--@end-->
|
||||||
<!--@if($module_info->display_last_update=='Y')--><span><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></span><!--@end-->
|
<!--@if($module_info->display_last_update=='Y')--><span><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="sort" width="5" height="3" class="sort" /><!--@end--></a></span><!--@end-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -93,11 +93,11 @@
|
||||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||||
|
|
||||||
<!--@if($document->getCommentCount())-->
|
<!--@if($document->getCommentCount())-->
|
||||||
<span class="replyAndTrackback" title="Replies"><img src="./images/{$module_info->colorset}/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
|
<span class="replyNum" title="Replies"><strong>{$document->getCommentCount()}</strong><sup>Replies</sup></span>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($document->getTrackbackCount())-->
|
<!--@if($document->getTrackbackCount())-->
|
||||||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/{$module_info->colorset}/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
<span class="replyNum" title="Trackbacks"><strong>{$document->getTrackbackCount()}</strong><sup>Tackbacks</sup></span>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||||
|
|
|
||||||
|
|
@ -36,10 +36,10 @@
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
<!--@if($module_info->display_author!='N')--><th scope="col">{$lang->writer}</th><!--@end-->
|
<!--@if($module_info->display_author!='N')--><th scope="col">{$lang->writer}</th><!--@end-->
|
||||||
<!--@if($module_info->display_readed_count!='N')--><th 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><!--@end-->
|
<!--@if($module_info->display_readed_count!='N')--><th 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="sort" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||||
<!--@if($module_info->display_voted_count!='N')--><th 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><!--@end-->
|
<!--@if($module_info->display_voted_count!='N')--><th 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="sort" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||||
<!--@if($module_info->display_regdate != 'N')--><th scope="col"><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><!--@end-->
|
<!--@if($module_info->display_regdate != 'N')--><th scope="col"><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="sort" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||||
<!--@if($module_info->display_last_update=='Y')--><th scope="col"><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><!--@end-->
|
<!--@if($module_info->display_last_update=='Y')--><th scope="col"><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="sort" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($document->getTrackbackCount())-->
|
<!--@if($document->getTrackbackCount())-->
|
||||||
<span class="replyNum" title="Trackbacks"><strong>{$document->getTrackbackCount()}</strong><sup>Tackback</sup></span>
|
<span class="replyNum" title="Trackbacks"><strong>{$document->getTrackbackCount()}</strong><sup>Tackbacks</sup></span>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||||
|
|
@ -100,7 +100,7 @@
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($document->getTrackbackCount())-->
|
<!--@if($document->getTrackbackCount())-->
|
||||||
<span class="replyNum" title="Trackbacks"><strong>{$document->getTrackbackCount()}</strong><sup>Tackback</sup></span>
|
<span class="replyNum" title="Trackbacks"><strong>{$document->getTrackbackCount()}</strong><sup>Tackbacks</sup></span>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||||
|
|
|
||||||
|
|
@ -36,10 +36,10 @@
|
||||||
{$lang->title}
|
{$lang->title}
|
||||||
</th>
|
</th>
|
||||||
<!--@if($module_info->display_author!='N')--><th scope="col">{$lang->writer}</th><!--@end-->
|
<!--@if($module_info->display_author!='N')--><th scope="col">{$lang->writer}</th><!--@end-->
|
||||||
<!--@if($module_info->display_readed_count!='N')--><th 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><!--@end-->
|
<!--@if($module_info->display_readed_count!='N')--><th 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="sort" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||||
<!--@if($module_info->display_voted_count!='N')--><th 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><!--@end-->
|
<!--@if($module_info->display_voted_count!='N')--><th 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="sort" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||||
<!--@if($module_info->display_regdate != 'N')--><th scope="col"><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><!--@end-->
|
<!--@if($module_info->display_regdate != 'N')--><th scope="col"><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="sort" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||||
<!--@if($module_info->display_last_update=='Y')--><th scope="col"><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><!--@end-->
|
<!--@if($module_info->display_last_update=='Y')--><th scope="col"><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="sort" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
@ -66,11 +66,11 @@
|
||||||
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
|
||||||
|
|
||||||
<!--@if($document->getCommentCount())-->
|
<!--@if($document->getCommentCount())-->
|
||||||
<span class="replyAndTrackback" title="Replies"><img src="./images/{$module_info->colorset}/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
|
<span class="replyNum" title="Replies"><strong>{$document->getCommentCount()}</strong><sup>Replies</sup></span>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($document->getTrackbackCount())-->
|
<!--@if($document->getTrackbackCount())-->
|
||||||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/{$module_info->colorset}/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
<span class="replyNum" title="Trackbacks"><strong>{$document->getTrackbackCount()}</strong><sup>Tackbacks</sup></span>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($document->getTrackbackCount())-->
|
<!--@if($document->getTrackbackCount())-->
|
||||||
<span class="replyNum" title="Trackbacks"><strong>{$document->getTrackbackCount()}</strong><sup>Tackback</sup></span>
|
<span class="replyNum" title="Trackbacks"><strong>{$document->getTrackbackCount()}</strong><sup>Tackbacks</sup></span>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
.board .inputText,
|
.board .inputText,
|
||||||
.board textarea,
|
.board textarea,
|
||||||
.board select{ background:#333; color:#fff;}
|
.board select{ background:#333; color:#fff;}
|
||||||
.board a{color:#fff;}
|
.board a:link{color:#fff;}
|
||||||
|
|
||||||
/* Board Header */
|
/* Board Header */
|
||||||
.boardHeader .boardTitle{ border-color:#999; background-image:url(../images/common/iconBoardHeading.gif);}
|
.boardHeader .boardTitle{ border-color:#999; background-image:url(../images/common/iconBoardHeading.gif);}
|
||||||
|
|
@ -44,6 +44,9 @@
|
||||||
.boardList td .category{ color:#fff; background-image:url(../images/black/lineVr11.gif);}
|
.boardList td .category{ color:#fff; background-image:url(../images/black/lineVr11.gif);}
|
||||||
.boardList td.title .replyNum{ color:#ccc;}
|
.boardList td.title .replyNum{ color:#ccc;}
|
||||||
.boardList td.title .replyNum sup{ color:#999;}
|
.boardList td.title .replyNum sup{ color:#999;}
|
||||||
|
.boardList td.title a.forum:link,
|
||||||
|
.boardList td a.replyAnchor:link{ color:#6CF;}
|
||||||
|
.boardList td .by{ color:#666;}
|
||||||
|
|
||||||
.boardList td.summary .thumb{ border-color:#999; background:#444;}
|
.boardList td.summary .thumb{ border-color:#999; background:#444;}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -67,12 +67,20 @@
|
||||||
.boardList td.check{ font:11px Tahoma;}
|
.boardList td.check{ font:11px Tahoma;}
|
||||||
.boardList td .category{ padding-right:7px; margin-right:2px; background-repeat:no-repeat; background-position:right center;}
|
.boardList td .category{ padding-right:7px; margin-right:2px; background-repeat:no-repeat; background-position:right center;}
|
||||||
.boardList td.title{ width:100%; white-space:normal; text-align:left;}
|
.boardList td.title{ width:100%; white-space:normal; text-align:left;}
|
||||||
|
.boardList td.title img{ vertical-align:middle; margin:0 1px;}
|
||||||
.boardList td.title .replyNum{ font:11px Tahoma;}
|
.boardList td.title .replyNum{ font:11px Tahoma;}
|
||||||
.boardList td.title .replyNum sup{ font:10px Tahoma;}
|
.boardList td.title .replyNum sup{ font:10px Tahoma;}
|
||||||
.boardList td.author{}
|
.boardList td.author{}
|
||||||
|
.boardList td.replies{ font:11px Tahoma;}
|
||||||
.boardList td.reading{ font:11px Tahoma;}
|
.boardList td.reading{ font:11px Tahoma;}
|
||||||
.boardList td.recommend{ font:11px Tahoma;}
|
.boardList td.recommend{ font:11px Tahoma;}
|
||||||
.boardList td.date{ font:11px Tahoma;}
|
.boardList td.date{ font:11px Tahoma;}
|
||||||
|
.boardList td .replyAnchor{ position:relative; margin-right:10px; font-size:.9em;}
|
||||||
|
.boardList td .replyAnchor .bubble{ display:none; position:absolute; font:9px Tahoma; top:-7px; right:4px; text-decoration:none;}
|
||||||
|
.boardList td .replyAnchor:hover .bubble,
|
||||||
|
.boardList td .replyAnchor:active .bubble,
|
||||||
|
.boardList td .replyAnchor:focus .bubble{ display:block;}
|
||||||
|
.boardList td .by{ font:9px Tahoma;}
|
||||||
|
|
||||||
.boardList td.summary { text-align:left; border-top-style:dotted; white-space:normal;}
|
.boardList td.summary { text-align:left; border-top-style:dotted; white-space:normal;}
|
||||||
.boardList td.summary .thumb{ display:block; float:left; padding:2px; border:1px solid; margin-right:10px;}
|
.boardList td.summary .thumb{ display:block; float:left; padding:2px; border:1px solid; margin-right:10px;}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
.board .inputText,
|
.board .inputText,
|
||||||
.board textarea,
|
.board textarea,
|
||||||
.board select{ background:#fff; color:#333;}
|
.board select{ background:#fff; color:#333;}
|
||||||
.board a{color:#000;}
|
.board a:link{color:#000;}
|
||||||
|
|
||||||
/* Board Header */
|
/* Board Header */
|
||||||
.boardHeader .boardTitle{ border-color:#ddd; background-image:url(../images/common/iconBoardHeading.gif);}
|
.boardHeader .boardTitle{ border-color:#ddd; background-image:url(../images/common/iconBoardHeading.gif);}
|
||||||
|
|
@ -43,6 +43,9 @@
|
||||||
.boardList td .category{ color:#000; background-image:url(../images/white/lineVr11.gif);}
|
.boardList td .category{ color:#000; background-image:url(../images/white/lineVr11.gif);}
|
||||||
.boardList td.title .replyNum{ color:#ccc;}
|
.boardList td.title .replyNum{ color:#ccc;}
|
||||||
.boardList td.title .replyNum sup{ color:#999;}
|
.boardList td.title .replyNum sup{ color:#999;}
|
||||||
|
.boardList td.title a.forum:link,
|
||||||
|
.boardList td a.replyAnchor:link{ color:#06C;}
|
||||||
|
.boardList td .by{ color:#ccc;}
|
||||||
|
|
||||||
.boardList td.summary .thumb{ border-color:#ddd; background:#fff;}
|
.boardList td.summary .thumb{ border-color:#ddd; background:#fff;}
|
||||||
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 699 B |
|
|
@ -576,7 +576,7 @@
|
||||||
|
|
||||||
$buff = null;
|
$buff = null;
|
||||||
foreach($buffs as $key => $val) {
|
foreach($buffs as $key => $val) {
|
||||||
$buff .= sprintf('<img src="%s%s.gif" alt="%s" title="%s" style="vertical-align:middle;"/>', $path, $val, $val, $val);
|
$buff .= sprintf('<img src="%s%s.gif" alt="%s" title="%s" />', $path, $val, $val, $val);
|
||||||
}
|
}
|
||||||
return $buff;
|
return $buff;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 101 B After Width: | Height: | Size: 295 B |
|
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 288 B |
|
Before Width: | Height: | Size: 465 B After Width: | Height: | Size: 64 B |
|
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 283 B |
|
Before Width: | Height: | Size: 465 B After Width: | Height: | Size: 64 B |