mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 17:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6478 201d5d3c-b55e-5fd7-737f-ddc643e51545
38 lines
1.4 KiB
HTML
38 lines
1.4 KiB
HTML
<!--%import("./js/homepage.js",optimized=false)-->
|
|
<!--%import("./filter/delete_homepage.xml")-->
|
|
|
|
<h3 class="xeAdmin">{$lang->cafe} <span class="gray">{$lang->cmd_management}</span></h3>
|
|
|
|
<div class="infoText">{nl2br($lang->about_cafe)}</div>
|
|
|
|
<form action="./" method="post" onsubmit="return procFilter(this, delete_homepage)" id="fo_homepage">
|
|
<input type="hidden" name="site_srl" value="{$homepage_info->site_srl}" />
|
|
<h4 class="xeAdmin">{$lang->cmd_cafe_delete}</h4>
|
|
<p class="summary">{$lang->about_cafe_delete}</p>
|
|
<table cellspacing="0" class="rowTable">
|
|
<tbody>
|
|
<tr>
|
|
<th scope="row"><div>{$lang->cafe_title}</div></th>
|
|
<td class="wide">{$homepage_info->title}</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><div>{$lang->domain}</div></th>
|
|
<td>{$homepage_info->domain}</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><div>{$lang->cafe_admin}</div></th>
|
|
<td>
|
|
<!--@foreach($admin_list as $key => $val)-->
|
|
{$val->nick_name} ({$val->user_id})<br />
|
|
<!--@end-->
|
|
|
|
</td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<th colspan="2" class="button">
|
|
<span class="button black strong"><input type="submit" value="{$lang->cmd_delete}" accesskey="s" /></span>
|
|
</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form>
|