mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@814 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9b79db480a
commit
d7038c609f
21 changed files with 160 additions and 163 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<filter name="insert_category" module="module" act="procInsertCategory" confirm_msg_code="confirm_submit">
|
||||
<filter name="insert_category" module="module" act="procModuleAdminInsertCategory" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="title" required="true" />
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<filter name="insert_shortcut" module="admin" act="procInsertShortCut" confirm_msg_code="confirm_submit">
|
||||
<filter name="insert_shortcut" module="admin" act="procAdminInsertShortCut" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="module" required="true" />
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<filter name="update_category" module="module" act="procUpdateCategory">
|
||||
<filter name="update_category" module="module" act="procModuleAdminUpdateCategory">
|
||||
<form>
|
||||
<node target="module_category_srl" required="true" />
|
||||
<node target="mode" required="true" />
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
<!--@if($mo=="module")-->
|
||||
|
||||
<div style="margin-bottom:20px;">
|
||||
<span <!--@if($act=='dispContent')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispContent')}">{$lang->module_index}</a>]</span>
|
||||
<span <!--@if($act=='dispCategory')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispCategory')}">{$lang->module_category}</a>]</span>
|
||||
<span <!--@if($act=='dispModuleAdminContent')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispModuleAdminContent')}">{$lang->module_index}</a>]</span>
|
||||
<span <!--@if($act=='dispModuleAdminCategory')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispModuleAdminCategory')}">{$lang->module_category}</a>]</span>
|
||||
</div>
|
||||
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* @file : modules/module/js/admin.js
|
||||
* @author : zero <zero@nzeo.com>
|
||||
* @desc : module 모듈의 관리자용 javascript
|
||||
* @file modules/module/js/admin.js
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @desc module 모듈의 관리자용 javascript
|
||||
**/
|
||||
|
||||
/* 카테고리 관련 작업들 */
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
</span>
|
||||
</td>
|
||||
<td>{$val->path}</td>
|
||||
<td><a href="#" onclick="winopen('{getUrl('','module','module','act','dispModuleInfo','selected_module',$val->module)}','module_info','width=10,height=10,toolbars=no,scrollbars=yes,resizable=yes');return false">{$lang->cmd_view}</a></td>
|
||||
<td><a href="#" onclick="winopen('{getUrl('','module','module','act','dispModuleAdminInfo','selected_module',$val->module)}','module_info','width=10,height=10,toolbars=no,scrollbars=yes,resizable=yes');return false">{$lang->cmd_view}</a></td>
|
||||
<td rowspan="2">
|
||||
<!--@if(!$shortcut_list[$val->module] && $val->admin_index_act )-->
|
||||
<a href="#" onclick="doAddShortCut('{$val->module}');return false;">{$lang->cmd_add_shortcut}</a>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module version="0.1">
|
||||
<title xml:lang="ko">페이지 제작</title>
|
||||
<title xml:lang="en">page maker</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<description xml:lang="ko">페이지를 만듬</description>
|
||||
<description xml:lang="en">make page</description>
|
||||
<description xml:lang="ko">페이지를 제작하여 컨텐츠로 연결할 수 있는 모듈</description>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue