Remove duplicated tfoot content.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12428 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-18 09:33:20 +00:00
parent 62ecd4ad43
commit b667325c95
12 changed files with 10 additions and 137 deletions

View file

@ -39,17 +39,6 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<th scope="col"><input type="checkbox" data-name="cart" title="Check All" /></th>
</tr>
</thead>
<tfoot>
<tr>
<th scope="col" class="title">{$lang->title}</th>
<th scope="col" class="nowr">{$lang->writer}</th>
<th scope="col" class="nowr">{$lang->cmd_declare}</th>
<th scope="col" class="nowr">{$lang->readed_count}</th>
<th scope="col" class="nowr">{$lang->cmd_vote}(+/-)</th>
<th scope="col" class="nowr">{$lang->date}</th>
<th scope="col"><input type="checkbox" data-name="cart" title="Check All" /></th>
</tr>
</tfoot>
<tbody>
<!--@foreach($document_list as $no => $oDocument)-->
<tr>

View file

@ -55,18 +55,6 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
<th scope="col"><input type="checkbox" data-name="cart" title="Check All" /></th>
</tr>
</thead>
<tfoot>
<tr>
<th scope="col" class="title">{$lang->title}</th>
<th scope="col" class="nowr">{$lang->writer}</th>
<th scope="col" class="nowr">{$lang->readed_count}</th>
<th scope="col" class="nowr">{$lang->cmd_vote}(+/-)</th>
<th scope="col" class="nowr">{$lang->date}</th>
<th scope="col" class="nowr">{$lang->ipaddress}</th>
<th scope="col" class="nowr">{$lang->status}</th>
<th scope="col"><input type="checkbox" data-name="cart" title="Check All" /></th>
</tr>
</tfoot>
<tbody>
<tr loop="$document_list => $no, $oDocument">
<td class="title"><a href="{getUrl('','document_srl',$oDocument->document_srl)}" target="_blank"><!--@if(trim($oDocument->getTitle()))-->{$oDocument->getTitle()}<!--@else--><em>{$lang->no_title_document}</em><!--@end--></a></td>

View file

@ -106,20 +106,6 @@
<th>&nbsp;</th>
</tr>
</thead>
<tfoot>
<tr class="nowr">
<th>{$lang->no}</th>
<th>{$lang->eid}</th>
<th>{$lang->column_name}</th>
<th>{$lang->column_type}</th>
<th>{$lang->default_value}</th>
<th>{$lang->description}</th>
<th>{$lang->is_required}</th>
<th>{$lang->cmd_search}</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
</tr>
</tfoot>
<tbody>
<tr loop="$extra_keys => $key,$val">
<td>{$val->idx}</td>