rhymix/modules/page/tpl/page_info.html

43 lines
1.1 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>
<div class="tRight gap1">
<a href="{getUrl('act','dispPageAdminInsert')}" class="button"><span>{$lang->cmd_modify}</span></a>
<!--@if($module=="admin")-->
<a href="{getUrl('act','dispPageAdminContent','module_srl','')}" class="button"><span>{$lang->cmd_list}</span></a>
<!--@end-->
</div>