git-svn-id: http://xe-core.googlecode.com/svn/trunk@269 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-06 02:45:59 +00:00
parent c4e4f4b856
commit 6a2ac7dbcc
5 changed files with 51 additions and 11 deletions

View file

@ -1,4 +1,5 @@
<!--%import("filter/search.xml")-->
<!--%import("filter/delete_checked.xml")-->
<!--%import("js/document.js")-->
<!--#include("header.html")-->
@ -8,6 +9,9 @@
{$lang->page_count} : {number_format($page)} / {number_format($total_page)}
</div>
<form action="./" method="get" onsubmit="return procFilter(this, delete_checked)">
<input type="hidden" name="page" value="{$page}" />
<!-- 목록 -->
<div>
<table>
@ -43,6 +47,13 @@
</table>
</div>
<!-- 버튼 -->
<div>
<input type="submit" value="{$lang->cmd_delete_checked_document}" />
</div>
</form>
<!-- 검색 -->
<div>
<form action="./" method="get" onsubmit="return procFilter(this, search)">