mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1452 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8970157801
commit
422c6e9fd6
7 changed files with 47 additions and 17 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<!--%import("filter/delete_checked.xml")-->
|
||||
<!--%import("js/document_admin.js")-->
|
||||
|
||||
<!-- 문서 정보 -->
|
||||
<div>
|
||||
|
|
@ -6,14 +7,15 @@
|
|||
{$lang->page_count} : {number_format($page)} / {number_format($total_page)}
|
||||
</div>
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, delete_checked)">
|
||||
<form id="fo_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked)">
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
|
||||
<!-- 목록 -->
|
||||
<div>
|
||||
<table>
|
||||
<tr>
|
||||
<th colspan="2">{$lang->no}</th>
|
||||
<th>{$lang->no}</th>
|
||||
<th><input type="checkbox" onclick="doCheckAll(); return false;" /></th>
|
||||
<th>{$lang->module}</th>
|
||||
<th>{$lang->title}</th>
|
||||
<th>{$lang->user_name}</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue