mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
cafeXE
1. 메인 페이지 생성 :: cafeXE 관리자 페이지에서 mid 지정 가능 2. 사용자가 카페를 생성하기 위한 옵션을 추가 3. 사용자 카페 생성 기능 추가 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6176 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
010923790d
commit
7d67cee78e
41 changed files with 888 additions and 132 deletions
|
|
@ -4,6 +4,39 @@
|
|||
|
||||
<!--#include("_header.html")-->
|
||||
|
||||
<h4 class="xeAdmin">{$lang->cafe_info}</h4>
|
||||
<form method="post" action="{Context::getRequestUri()}" enctype="multipart/form-data" >
|
||||
<!--@if(isSiteID($site_module_info->domain))-->
|
||||
<input type="hidden" name="vid" value="{$site_module_info->domain}"/>
|
||||
<!--@end-->
|
||||
<input type="hidden" name="site_srl" value="{$homepage_info->site_srl}" />
|
||||
<input type="hidden" name="module" value="homepage" />
|
||||
<input type="hidden" name="act" value="procHomepageInsertCafeBanner" />
|
||||
<table cellspacing="0" class="rowTable">
|
||||
<tr>
|
||||
<th><div>{$lang->cafe_title}</div></th>
|
||||
<td class="wide"><input type="text" name="cafe_title" value="{htmlspecialchars($homepage_info->title)}" class="inputTypeText" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><div>{$lang->cafe_description}</div></th>
|
||||
<td class="wide"><textarea name="cafe_description" class="inputTypeTextArea" style="width:90%;">{htmlspecialchars($homepage_info->cafe_description)}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><div>{$lang->cafe_banner}</div></th>
|
||||
<td class="wide">
|
||||
<!--@if($homepage_info->cafe_banner)-->
|
||||
<img src="{$homepage_info->cafe_banner}" alt="cafe banner" style="display:block;margin-bottom:10px;"/>
|
||||
<!--@end-->
|
||||
<input type="file" name="cafe_banner" value="" class="inputTypeText" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="button" colspan="2">
|
||||
<span class="button black strong"><input type="submit" value="{$lang->cmd_save}" /></span>
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<h4 class="xeAdmin">{$lang->cmd_select_index}</h4>
|
||||
<form method="post" action="./" onsubmit="return procFilter(this,update_index_mid)" class="midDefault">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue