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@381 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6bc4697406
commit
1a0f41adcd
12 changed files with 188 additions and 51 deletions
|
|
@ -15,13 +15,13 @@
|
|||
<!-- 자주 쓰이는 모듈의 경우 별도 등록을 함 -->
|
||||
<div>
|
||||
<span <!--@if($mo=='board')-->class="selected"<!--@end-->>
|
||||
<a href="#" onclick="location.href='{getUrl('act','dispAdminContent','mo','board','module_srl','')}'">{$lang->board_manager}</a>
|
||||
<a href="#" onclick="location.href='{getUrl('','module', $module, 'act','dispAdminContent','mo','board','module_srl','')}'">{$lang->board_manager}</a>
|
||||
</span>
|
||||
<span <!--@if($mo=='member')-->class="selected"<!--@end-->>
|
||||
<a href="#" onclick="location.href='{getUrl('act','dispAdminContent','mo','member','module_srl','')}'">{$lang->member_manager}</a>
|
||||
<a href="#" onclick="location.href='{getUrl('','module', $module, 'act','dispAdminContent','mo','member','module_srl','')}'">{$lang->member_manager}</a>
|
||||
</span>
|
||||
<span <!--@if($mo=='layout')-->class="selected"<!--@end-->>
|
||||
<a href="#" onclick="location.href='{getUrl('act','dispContent','mo','layout','module_srl','')}'">{$lang->layout_manager}</a>
|
||||
<a href="#" onclick="location.href='{getUrl('','module', $module, 'act','dispContent','mo','layout','module_srl','')}'">{$lang->layout_manager}</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
<div>
|
||||
<!--@foreach($menu_item as $key => $val)-->
|
||||
<span <!--@if($act==$val->act)-->class="selected"<!--@end-->>
|
||||
<a href="#" onclick="location.href='{getUrl('act',$val->act,'mo','','module_srl','')}'">{$val->title}</a>
|
||||
<a href="#" onclick="location.href='{getUrl('','module', $module, 'act',$val->act,'mo','','module_srl','')}'">{$val->title}</a>
|
||||
</span>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
<!--@if($selected_module_info)-->
|
||||
<div id="admin_module_info">
|
||||
<a href="#" onclick="location.href='{getUrl('mo', $mo, 'act', $selected_module_info->admin_index_act)}'">{$selected_module_info->title}</a> (ver {$selected_module_info->version})
|
||||
<a href="#" onclick="location.href='{getUrl('','module', $module, 'mo', $mo, 'act', $selected_module_info->admin_index_act)}'">{$selected_module_info->title}</a> (ver {$selected_module_info->version})
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue