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@798 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a11ddec974
commit
a5528e0099
41 changed files with 298 additions and 478 deletions
22
modules/board/tpl/header.html
Normal file
22
modules/board/tpl/header.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<!--%import("js/admin.js")-->
|
||||
|
||||
<div style="margin-bottom:20px;">
|
||||
<span <!--@if($act=='dispAdminContent')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispAdminContent','module_srl','')}">{$lang->cmd_board_list}</a>]</span>
|
||||
<span <!--@if($act=='dispAdminModuleConfig')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispAdminModuleConfig','module_srl','')}">{$lang->cmd_module_config}</a>]</span>
|
||||
</div>
|
||||
|
||||
<!--@if($module_srl)-->
|
||||
<div style="margin-bottom:20px;">
|
||||
<span <!--@if($act=='dispAdminBoardInfo')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispAdminBoardInfo')}">{$lang->cmd_view_info}</a>]</span>
|
||||
<span <!--@if($act=='dispAdminCategoryInfo')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispAdminCategoryInfo')}">{$lang->cmd_manage_category}</a>]</span>
|
||||
<span <!--@if($act=='dispAdminGrantInfo')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispAdminGrantInfo')}">{$lang->cmd_manage_grant}</a>]</span>
|
||||
<span <!--@if($act=='dispAdminSkinInfo')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispAdminSkinInfo')}">{$lang->cmd_manage_skin}</a>]</span>
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom:20px;font-weight:bold;">
|
||||
{$lang->mid} : {$module_info->mid}
|
||||
(<a href="./?mid={$module_info->mid}" target="_blank">{$lang->cmd_move}</a>)
|
||||
<!--@if($module_info->is_default=='Y')-->[{$lang->is_default}]<!--@end-->
|
||||
</div>
|
||||
|
||||
<!--@end-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue