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

This commit is contained in:
zero 2007-03-13 07:50:09 +00:00
parent 697b5bd1db
commit 9086194365
11 changed files with 22 additions and 63 deletions

View file

@ -1,8 +1,6 @@
<!--#include("header.html")-->
<!-- 레이아웃의 목록 -->
<div>
{$lang->about_downloaded_layouts} |
<a href="#" onclick="location.href='./?module=admin&mo=layout&act=dispContent';return false;">{$lang->cmd_move_to_installed_list}</a>
</div>
<div>
<table border="1" width="100%">
<tr>

View file

@ -0,0 +1,7 @@
<!--%import("js/admin.js")-->
<div style="margin-bottom:20px;">
<span <!--@if($act=='dispContent')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispContent')}">{$lang->layout_list}</a>]</span>
<span <!--@if($act=='dispDownloadedLayoutList')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispDownloadedLayoutList')}">{$lang->downloaded_list}</a>]</span>
</div>

View file

@ -1,6 +1,8 @@
<!--%import("js/admin.js")-->
<!--%import("filter/delete_layout.xml")-->
<!--#include("header.html")-->
<div>
{$lang->total_count} {number_format(count($layout_list))}
</div>

View file

@ -1,6 +1,8 @@
<!--%import("js/admin.js")-->
<!--%import("filter/insert_layout.xml")-->
<!--#include("header.html")-->
<form action="./" method="get" onsubmit="return procFilter(this, insert_layout)">
<div style="margin-bottom:10px;">
<table border="1" width="100%">

View file

@ -4,6 +4,8 @@
<!--%import("filter/delete_layout_menu.xml")-->
<!--%import("filter/move_layout_menu.xml")-->
<!--#include("header.html")-->
<!-- 메뉴 이동을 위해 임시로 사용하는 form -->
<form id="fo_move_menu">
<input type="hidden" name="menu_id" />