mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4616 201d5d3c-b55e-5fd7-737f-ddc643e51545
89 lines
3 KiB
HTML
89 lines
3 KiB
HTML
<!--#include("header.html")-->
|
|
|
|
<table cellspacing="0" class="adminTable">
|
|
<tr>
|
|
<th scope="row"><div>{$lang->module_category}</div></th>
|
|
<td>
|
|
<!--@if(!$module_info->module_category_srl)-->
|
|
{$lang->not_exists}
|
|
<!--@else-->
|
|
{$module_category[$module_info->module_category_srl]->title}
|
|
<!--@end-->
|
|
</td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<th scope="row"><div>{$lang->springnote_openid}</div></th>
|
|
<td>http://{$module_info->openid}/</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><div>{$lang->springnote_userkey}</div></th>
|
|
<td>{$module_info->userkey} </td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<th scope="row"><div>{$lang->springnote_pageid}</div></th>
|
|
<td>{$module_info->pageid} </td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><div>{$lang->springnote_pageid_setup}</div></th>
|
|
<td><!--@if($module_info->pageid_option!='list')-->{$lang->springnote_pageid_option_only}<!--@else-->{$lang->springnote_pageid_option_list}<!--@end--></td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<th scope="row"><div>{$lang->springnote_domain}</div></th>
|
|
<td>{$module_info->domain} </td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><div>{$lang->layout}</div></th>
|
|
<td>
|
|
<!--@if($module_info->layout_srl)-->
|
|
{$module_info->layout_title} ({$module_info->layout})
|
|
<!--@else-->
|
|
{$lang->not_exists}
|
|
<!--@end-->
|
|
|
|
</td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<th scope="row"><div>{$lang->skin}</div></th>
|
|
<td>{$module_info->skin_title} ({$module_info->skin})</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><div>{$lang->browser_title}</div></th>
|
|
<td>{htmlspecialchars($module_info->browser_title)}</td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<th scope="row"><div>{$lang->use_category}</div></th>
|
|
<td><!--@if($module_info->use_category=='Y')-->{$lang->use}<!--@else-->{$lang->notuse}<!--@end--></td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><div>{$lang->list_count}</div></th>
|
|
<td>{$module_info->list_count?$module_info->list_count:20}</td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<th scope="row"><div>{$lang->page_count}</div></th>
|
|
<td>{$module_info->page_count?$module_info->page_count:10}</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><div>{$lang->description}</div></th>
|
|
<td>{nl2br(htmlspecialchars($module_info->description))} </td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<th scope="row"><div>{$lang->header_text}</div></th>
|
|
<td>{htmlspecialchars($module_info->header_text)} </td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><div>{$lang->footer_text}</div></th>
|
|
<td>{htmlspecialchars($module_info->footer_text)} </td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<th scope="row"><div>{$lang->admin_id}</div></th>
|
|
<td>{implode(",",$module_info->admin_id)} </td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="right">
|
|
<a href="{getUrl('act','dispSpringnoteAdminInsertSpringnote')}" class="button"><span>{$lang->cmd_modify}</span></a>
|
|
<!--@if($module=="admin")-->
|
|
<a href="{getUrl('act','dispSpringnoteAdminContent','module_srl','')}" class="button"><span>{$lang->cmd_springnote_list}</span></a>
|
|
<!--@end-->
|
|
</td>
|
|
</tr>
|
|
</table>
|