mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
virtual site + homepage package 추가. 아직 미완성 버전이므로 서비스 반영하지 말아주세요. 테스트중
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4871 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c5dbc3405c
commit
e745b70268
171 changed files with 5243 additions and 274 deletions
45
modules/homepage/tpl/delete.html
Normal file
45
modules/homepage/tpl/delete.html
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<!--%import("./js/homepage.js",optimized=false)-->
|
||||
<!--%import("./filter/delete_homepage.xml")-->
|
||||
|
||||
<h3>{$lang->homepage} <span class="gray">{$lang->cmd_management}</span></h3>
|
||||
|
||||
<div class="infoText">{nl2br($lang->about_homepage)}</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}" />
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">{$lang->cmd_homepage_delete}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->homepage_title}</div></th>
|
||||
<td>{$homepage_info->title}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->domain}</div></th>
|
||||
<td>http://{$homepage_info->domain}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->homepage_admin}</div></th>
|
||||
<td>
|
||||
<!--@foreach($admin_list as $key => $val)-->
|
||||
{$val->nick_name} ({$val->user_id})<br />
|
||||
<!--@end-->
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="red">
|
||||
<p>{$lang->about_homepage_delete}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row2">
|
||||
<td colspan="2" class="right">
|
||||
<span class="button red strong"><input type="submit" value="{$lang->cmd_delete}" accesskey="s" /></span></div>
|
||||
</th>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue