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@396 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
697b5bd1db
commit
9086194365
11 changed files with 22 additions and 63 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<action name="dispContent" type="view" admin_index="true" standalone="true" />
|
||||
<action name="dispInsertLayout" type="view" standalone="true" />
|
||||
<action name="dispLayoutInfo" type="view" standalone="true" />
|
||||
<action name="dispList" type="controller" standalone="true" />
|
||||
<action name="dispDownloadedLayoutList" type="view" standalone="true" />
|
||||
<action name="getLayoutMenuSrl" type="model" standalone="true" />
|
||||
<action name="getMenuTplInfo" type="model" standalone="true" />
|
||||
<action name="procInsertLayout" type="controller" standalone="true" />
|
||||
|
|
|
|||
|
|
@ -23,6 +23,10 @@
|
|||
$lang->menu_hover_btn = '마우스오버';
|
||||
$lang->menu_active_btn = '선택시';
|
||||
$lang->menu_group_srls = '그룹 제한';
|
||||
|
||||
$lang->layout_list = '레이아웃 목록';
|
||||
$lang->downloaded_list = '다운로드 목록';
|
||||
|
||||
$lang->cmd_move_to_installed_list = "생성된 목록 보기";
|
||||
|
||||
$lang->cmd_enable_move_menu = "메뉴 옮기기";
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
7
modules/layout/tpl.admin/header.html
Normal file
7
modules/layout/tpl.admin/header.html
Normal 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>
|
||||
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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%">
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue