mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1859 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
02770e408d
commit
4994de78f0
4 changed files with 7 additions and 6 deletions
|
|
@ -140,7 +140,7 @@
|
||||||
|
|
||||||
|
|
||||||
<!--@if($grant->view)-->
|
<!--@if($grant->view)-->
|
||||||
|
<div class="clear">
|
||||||
<!-- 글쓰기, 목록 버튼 -->
|
<!-- 글쓰기, 목록 버튼 -->
|
||||||
<div class="gap1 fr">
|
<div class="gap1 fr">
|
||||||
<a href="{getUrl('','mid',$mid,'page',$page,'document_srl','')}" class="button"><span>{$lang->cmd_list}</span></a>
|
<a href="{getUrl('','mid',$mid,'page',$page,'document_srl','')}" class="button"><span>{$lang->cmd_list}</span></a>
|
||||||
|
|
@ -191,7 +191,7 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--#include("footer.html")-->
|
<!--#include("footer.html")-->
|
||||||
|
|
|
||||||
|
|
@ -113,6 +113,7 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!--@if($grant->view)-->
|
<!--@if($grant->view)-->
|
||||||
|
<div class="clear">
|
||||||
|
|
||||||
<!-- 글쓰기, 목록 버튼 -->
|
<!-- 글쓰기, 목록 버튼 -->
|
||||||
<div class="gap1 fr">
|
<div class="gap1 fr">
|
||||||
|
|
@ -164,7 +165,7 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--#include("footer.html")-->
|
<!--#include("footer.html")-->
|
||||||
|
|
|
||||||
|
|
@ -147,7 +147,7 @@
|
||||||
|
|
||||||
|
|
||||||
<!--@if($grant->view)-->
|
<!--@if($grant->view)-->
|
||||||
|
<div class="clear">
|
||||||
<!-- 글쓰기, 목록 버튼 -->
|
<!-- 글쓰기, 목록 버튼 -->
|
||||||
<div class="gap1 fr">
|
<div class="gap1 fr">
|
||||||
<a href="{getUrl('','mid',$mid,'page',$page,'document_srl','')}" class="button"><span>{$lang->cmd_list}</span></a>
|
<a href="{getUrl('','mid',$mid,'page',$page,'document_srl','')}" class="button"><span>{$lang->cmd_list}</span></a>
|
||||||
|
|
@ -198,7 +198,7 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--#include("footer.html")-->
|
<!--#include("footer.html")-->
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@
|
||||||
<condition operation="equal" column="upload_target_srl" var="upload_target_srl" filter="number" notnull="notnull" />
|
<condition operation="equal" column="upload_target_srl" var="upload_target_srl" filter="number" notnull="notnull" />
|
||||||
</conditions>
|
</conditions>
|
||||||
<navigation>
|
<navigation>
|
||||||
<index var="sort_index" defualt="file_srl" order="asc" />
|
<index var="sort_index" defualt="source_filename" order="asc" />
|
||||||
</navigation>
|
</navigation>
|
||||||
</query>
|
</query>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue