Document, Comment UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12041 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-02 07:52:43 +00:00
parent 86011ab063
commit 1367687ee7
6 changed files with 193 additions and 203 deletions

View file

@ -1,4 +1,16 @@
<include target="header.html" />
<div class="x_page-header">
<h1>{$lang->comment} {$lang->cmd_management}</h1>
</div>
<div class="x_tabbable">
<ul class="x_nav x_nav-tabs">
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispCommentAdminList', 'search_keyword','','act','dispCommentAdminList', 'Y')}">{$lang->all}</a></li>
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispCommentAdminList', 'search_target','is_secret','search_keyword', 'N')}">{$status_name_list['PUBLIC']}</a></li>
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispCommentAdminList', 'search_target','is_secret','search_keyword', 'Y')}">{$status_name_list['SECRET']}</a></li>
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispCommentAdminList', 'search_target','is_published','search_keyword', 'N')}">{$lang->published_name_list['N']}</a></li>
<li><a href="{getUrl('', 'module', 'admin', 'act', 'dispCommentAdminList', 'search_target','is_published','search_keyword', 'Y')}">{$lang->published_name_list['Y']}</a></li>
<li class="x_active"><a href="{getUrl('', 'module', 'admin', 'act','dispCommentAdminDeclared')}">{$lang->cmd_declared_list}</a></li>
</ul>
</div>
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
@ -22,6 +34,16 @@
<th scope="col" style="width:15px"><input type="checkbox" /></th>
</tr>
</thead>
<tfoot>
<tr>
<th scope="col">{$lang->comment}</th>
<th scope="col">{$lang->user_name}</th>
<th scope="col">{$lang->date}</th>
<th scope="col">{$lang->cmd_declare}</th>
<th scope="col">{$lang->ipaddress}</th>
<th scope="col" style="width:15px"><input type="checkbox" /></th>
</tr>
</tfoot>
<tbody>
<tr loop="$comment_list => $no, $oComment">
<td><a href="{getUrl('','document_srl',$oComment->get('document_srl'))}#comment_{$oComment->get('comment_srl')}" onclick="window.open(this.href);return false;">{$oComment->getSummary(100)}</a></td>