mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@109 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
07378c8fe2
commit
6a3dd1cf28
1 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@
|
||||||
<!-- 버튼 -->
|
<!-- 버튼 -->
|
||||||
<div>
|
<div>
|
||||||
<!--@if($grant->write_document)-->
|
<!--@if($grant->write_document)-->
|
||||||
<a href="{getUrl('act','dispWriteForm','document_srl','')}">[{$lang->cmd_write}]</a>
|
<a href="{getUrl('act','dispWrite','document_srl','')}">[{$lang->cmd_write}]</a>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
|
|
||||||
<!-- 검색 -->
|
<!-- 검색 -->
|
||||||
<div>
|
<div>
|
||||||
<form action="./" method="get" onsubmit="return procFormFilter(this, search, procSearch)">
|
<form action="./" method="get" onsubmit="return procFilter(this, search)">
|
||||||
<input type="hidden" name="mid" value="{$mid}" />
|
<input type="hidden" name="mid" value="{$mid}" />
|
||||||
<select name="search_target">
|
<select name="search_target">
|
||||||
<!--@foreach($search_option as $key => $val)-->
|
<!--@foreach($search_option as $key => $val)-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue