mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +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
|
|
@ -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