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@303 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b22aeaf783
commit
38ccebe5b5
6 changed files with 25 additions and 11 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<tr>
|
||||
<td>{$no+1}</td>
|
||||
<td>{$val->layout}</td>
|
||||
<td><a href="#" onclick="location.href='{getUrl('act','dispInsertLayout2','layout_srl',$val->layout_srl)}';return false;">{$val->title}</a></td>
|
||||
<td><a href="#" onclick="location.href='{getUrl('act','dispLayoutInfo','layout_srl',$val->layout_srl)}';return false;">{$val->title}</a></td>
|
||||
<td>{zdate($val->regdate,"Y-m-d")}</td>
|
||||
<td><a href="{getUrl('act','dispAdminDeleteBoard','module_srl', $val->module_srl)}">{$lang->cmd_delete}</a></td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/* 레이아웃 신규 생성시 완료 후 요청하는 함수 */
|
||||
function completeInsertLayout(ret_obj) {
|
||||
var layout_srl = ret_obj['layout_srl'];
|
||||
location.href="./?module=admin&mo=layout&act=dispInsertLayout2&layout_srl="+layout_srl;
|
||||
location.href="./?module=admin&mo=layout&act=dispLayoutInfo&layout_srl="+layout_srl;
|
||||
}
|
||||
|
||||
/* 레이아웃 메뉴에를 클릭시 적용할 함수 */
|
||||
|
|
|
|||
|
|
@ -1,19 +1,20 @@
|
|||
<!--%import("js/admin.js")-->
|
||||
|
||||
<form id="fo_layout" action="./" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
<input type="hidden" name="mo" value="layout" />
|
||||
<input type="hidden" name="act" value="dispInsertLayout2" />
|
||||
<input type="hidden" name="layout_srl" value="{$layout_srl}" />
|
||||
<input type="hidden" name="layout" value="{$layout}" />
|
||||
|
||||
<div style="margin-bottom:10px;">
|
||||
<table border="1" width="100%">
|
||||
<col width="100" />
|
||||
<col width="140" />
|
||||
<col width="*" />
|
||||
<tr>
|
||||
<th>{$lang->title}</th>
|
||||
<td>{$layout_info->layout_title}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->layout_name}</th>
|
||||
<td>{$layout_info->title} ver {$layout_info->version} ({$layout})</td>
|
||||
<td>{$layout_info->title} ver {$layout_info->version} ({$layout_info->layout})</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->author}</th>
|
||||
|
|
@ -35,7 +36,7 @@
|
|||
|
||||
<div style="margin-bottom:10px;">
|
||||
<table border="1" width="100%">
|
||||
<col width="100" />
|
||||
<col width="140" />
|
||||
<col width="*" />
|
||||
<tr>
|
||||
<th>{$lang->menu_management}</th>
|
||||
Loading…
Add table
Add a link
Reference in a new issue