mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
34 lines
1.6 KiB
HTML
34 lines
1.6 KiB
HTML
<!--#include("_header.html")-->
|
|
|
|
<h4 class="xeAdmin">{$lang->cmd_admin_menus[$act]}</h4>
|
|
<p class="summary">{$lang->about_cafe_act[$act]}</p>
|
|
|
|
<table cellspacing="0" class="rowTable">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col"><div>{$lang->module}</div></th>
|
|
<th scope="col" class="half_wide"><div>{$lang->mid}</div></th>
|
|
<th scope="col" class="half_wide"><div>{$lang->browser_title}</div></th>
|
|
<th scope="col"><div>{$lang->regdate}</div></th>
|
|
<th scope="col"><div>{$lang->cmd_setup}</div></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<!--@foreach($mid_list as $no => $val)-->
|
|
<tr class="row{$cycle_idx}">
|
|
<td class="nowrap">{Context::getLang($val->module)}</td>
|
|
<td class="nowrap"><a href="{getSiteUrl($site_module_info->domain,'','mid',$val->mid)}" onclick="window.open(this.href); return false;">{htmlspecialchars($val->mid)}</a></td>
|
|
<td class="wide"><a href="{getSiteUrl($site_module_info->domain,'','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$val->browser_title}</a></td>
|
|
<td class="nowrap">{zdate($val->regdate,"Y-m-d")}</td>
|
|
<!--@if($val->module=='board')-->
|
|
<td><a href="{getUrl('act','dispHomepageBoardInfo','module_srl',$val->module_srl)}" class="buttonSet buttonSetting"><span>{$lang->cmd_setup}</span></a></td>
|
|
<!--@else-->
|
|
<td><a href="{getUrl('act','dispHomepagePageGrant','module_srl',$val->module_srl)}" class="buttonSet buttonSetting"><span>{$lang->cmd_setup}</span></a></td>
|
|
<!--@end-->
|
|
</tr>
|
|
<!--@end-->
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
|
|
<!--#include("_footer.html")-->
|