mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2569c554ce
commit
c040d4d713
317 changed files with 14496 additions and 0 deletions
21
modules/admin/skins/default/layout.html
Normal file
21
modules/admin/skins/default/layout.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!--%import("css/admin.css")-->
|
||||
<!--%import("js/admin.js")-->
|
||||
|
||||
<!--#include("./common/tpl/common_header.html")-->
|
||||
|
||||
<div id="admin_title"><a href="./admin.php">zeroboard5</a></div>
|
||||
<div id="admin_info">
|
||||
<a href="{getUrl('act','dispLogout')}">{$lang->cmd_logout}</a>
|
||||
</div>
|
||||
<div id="admin_module_list">
|
||||
<!--@foreach($module_list as $module_name => $module_title)-->
|
||||
<div <!--@if($module_name==$sid)-->style="font-weight:bold;"<!--@end-->>
|
||||
<a href="{getUrl('sid',$module_name,'act','','module_srl','','page','')}">{$module_title}</a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<div id="admin_module_content">
|
||||
{$content}
|
||||
</div>
|
||||
|
||||
<!--#include("./common/tpl/common_footer.html")-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue