mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
member module UI fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9233 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ee5487d1f4
commit
9b3304d0c8
1 changed files with 0 additions and 36 deletions
|
|
@ -1,36 +0,0 @@
|
|||
<include target="./common_header.html" />
|
||||
<h1 class="h1">{$lang->cmd_view_saved_document}</h1>
|
||||
<div class="table even">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<caption>Total: {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="title">{$lang->title}</th>
|
||||
<th>{$lang->date}</th>
|
||||
<th>{$lang->cmd_select}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr loop="$document_list => $no,$val">
|
||||
<td class="title">
|
||||
<a href="#saved_document_{$val->document_srl}" onclick="jQuery('#saved_document_{$val->document_srl}').toggle(); setFixedPopupSize(); return false;">{$val->getTitle()}</a>
|
||||
<div id="saved_document_{$val->document_srl}" class="saved_content" style="display:none;">{$val->getContent(false)}</div>
|
||||
</td>
|
||||
<td>{$val->getRegdate("Y-m-d")}</td>
|
||||
<td><button type="button" class="text" onclick="doDocumentSelect('{$val->document_srl}');">{$lang->cmd_select}</button></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="pagination">
|
||||
<a href="{getUrl('page','','module_srl','')}" class="direction">‹ {$lang->first_page}</a>
|
||||
<!--@while($page_no = $page_navigation->getNextPage())-->
|
||||
<!--@if($page == $page_no)-->
|
||||
<strong>{$page_no}</strong>
|
||||
<!--@else-->
|
||||
<a href="{getUrl('page',$page_no,'module_srl','')}">{$page_no}</a>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<a href="{getUrl('page',$page_navigation->last_page,'module_srl','')}" class="direction">{$lang->last_page} ›</a>
|
||||
</div>
|
||||
</div>
|
||||
<include target="./common_footer.html" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue