Virtual Site 생성시 도메인 단위(서브도메인 또는 독립 도메인)이 아닌 ID 형식으로 생성 가능하도록 기능 개선.

SID 로 불리는 이 사이트ID는 MID와 중복이 불가능함.


git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6051 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-08 10:10:17 +00:00
parent 40e1740839
commit bb97446dfc
40 changed files with 313 additions and 189 deletions

View file

@ -18,17 +18,15 @@
<tr>
<th scope="row"><div>{$lang->cafe_title}</div></th>
<td>
<input type="text" name="homepage_title" value="{$homepage_info->title}" class="inputTypeText w200" />
{$homepage_info->title}
<a href="{getSiteUrl($homepage_info->domain,'', 'module','homepage','act','dispHomepageManage')}" onclick="window.open(this.href); return false;" class="button"><span>{$lang->cmd_management}</span></a>
<p>{$lang->about_cafe_title}</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->domain}</div></th>
<td>
http://<input type="text" name="domain" value="{$homepage_info->domain}" class="inputTypeText w200" />
{getSiteUrl($homepage_info->domain)}
<a href="{getSiteUrl($homepage_info->domain, '')}" onclick="window.open(this.href); return false;" class="button"><span>{$lang->cmd_move}</span></a>
<p>{$lang->about_domain}</p>
</td>
</tr>
<tr>