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

This commit is contained in:
zero 2007-07-04 04:16:15 +00:00
parent 02770e408d
commit 4994de78f0
4 changed files with 7 additions and 6 deletions

View file

@ -140,7 +140,7 @@
<!--@if($grant->view)-->
<div class="clear">
<!-- 글쓰기, 목록 버튼 -->
<div class="gap1 fr">
<a href="{getUrl('','mid',$mid,'page',$page,'document_srl','')}" class="button"><span>{$lang->cmd_list}</span></a>
@ -191,7 +191,7 @@
</fieldset>
</form>
</div>
</div>
<!--@end-->
<!--#include("footer.html")-->

View file

@ -113,6 +113,7 @@
</table>
<!--@if($grant->view)-->
<div class="clear">
<!-- 글쓰기, 목록 버튼 -->
<div class="gap1 fr">
@ -164,7 +165,7 @@
</fieldset>
</form>
</div>
</div>
<!--@end-->
<!--#include("footer.html")-->

View file

@ -147,7 +147,7 @@
<!--@if($grant->view)-->
<div class="clear">
<!-- 글쓰기, 목록 버튼 -->
<div class="gap1 fr">
<a href="{getUrl('','mid',$mid,'page',$page,'document_srl','')}" class="button"><span>{$lang->cmd_list}</span></a>
@ -198,7 +198,7 @@
</fieldset>
</form>
</div>
</div>
<!--@end-->
<!--#include("footer.html")-->

View file

@ -6,6 +6,6 @@
<condition operation="equal" column="upload_target_srl" var="upload_target_srl" filter="number" notnull="notnull" />
</conditions>
<navigation>
<index var="sort_index" defualt="file_srl" order="asc" />
<index var="sort_index" defualt="source_filename" order="asc" />
</navigation>
</query>