mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 16:59:55 +09:00
43 lines
1.5 KiB
HTML
43 lines
1.5 KiB
HTML
<!--#include("header.html")-->
|
|
|
|
<table cellspacing="0" class="tableType4">
|
|
<col width="150" />
|
|
<col />
|
|
<tr>
|
|
<th scope="row">{$lang->category}</th>
|
|
<td>
|
|
<!--@if(!$module_info->module_category_srl)-->
|
|
{$lang->not_exists}
|
|
<!--@else-->
|
|
{$module_category[$module_info->module_category_srl]->title}
|
|
<!--@end-->
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">{$lang->layout}</th>
|
|
<td>
|
|
<!--@if($module_info->layout_srl)-->
|
|
{$module_info->layout_title} ({$module_info->layout})
|
|
<!--@else-->
|
|
{$lang->not_exists}
|
|
<!--@end-->
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">{$lang->browser_title}</th>
|
|
<td>{$module_info->browser_title}</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">{$lang->content}</th>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">{$module_info->content}</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<ul class="buttonRight">
|
|
<li><a href="{getUrl('act','dispPageAdminInsert')}" class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" /><img src="../../admin/tpl/images/iconCreate.gif" width="8" height="4" alt="" class="icon" />{$lang->cmd_modify}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
|
|
<!--@if($module=="admin")-->
|
|
<li><a href="{getUrl('act','dispPageAdminContent','module_srl','')}" class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_list}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
|
|
<!--@end-->
|
|
</ul>
|