add faceoff migration

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8964 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-08-31 06:58:24 +00:00
parent ae5cf5a0e8
commit 5cd8e57f0e
13 changed files with 149 additions and 41 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -1,11 +1,36 @@
<h1 class="h1">{$lang->installed_layout}</h1>
<div cond="$layout == 'faceoff'" class="message error">
<p>
FaceOff 레이아웃은 지원이 중단될 예정입니다. 반드시 아래 안내에 따라 FaceOff 레이아웃을 일반 레이아웃으로 변경하여 주시기 바랍니다.
</p>
<p>{$lang->faceoff_migration[0]}</p>
<p><a href="#faceoff_migration_info" class="modalAnchor">{$lang->faceoff_migration[1]}</a></p>
</div>
<div cond="$layout == 'faceoff'" id="faceoff_migration_info" class="modal">
<div class="fg">
<ol>
<li>
<p>{$lang->faceoff_migration[2]}</p>
<img src="./faceoff_migration/01.png" alt="" />
</li>
<li>
<p>{$lang->faceoff_migration[3]}</p>
<img src="./faceoff_migration/02.png" alt="" />
</li>
<li>
<p>{$lang->faceoff_migration[4]}</p>
<img src="./faceoff_migration/03.png" alt="" />
</li>
<li>
<p>{$lang->faceoff_migration[5]}</p>
<img src="./faceoff_migration/04.png" alt="" />
</li>
<li>
<p>{$lang->faceoff_migration[6]}</p>
<img src="./faceoff_migration/05.png" alt="" />
</li>
</ol>
</div>
</div>
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
</div>

View file

@ -40,7 +40,7 @@
</block>
<block cond="!$layout->title">
<td class="title">
<p><a href="{getUrl('act', 'dispLayoutAdminInstanceList', 'path', urlencode($layout->path))}">{$layout->layout}</a></p>
<p><a href="{getUrl('act', 'dispLayoutAdminInstanceList', 'type', $type, 'layout', $layout->layout)}">{$layout->layout}</a></p>
<p cond="$layout->need_update == 'Y'" class="update">
{$lang->msg_avail_update} <a href="{$layout->update_url}&amp;return_url={urlencode(getRequestUriByServerEnviroment())}">{$lang->msg_do_you_like_update}</a>
</p>

View file

@ -50,29 +50,15 @@
<block cond="$selected_layout->type == 'faceoff'">
<fieldset class="section">
<h3 class="h3">{$lang->layout_migration}</h3>
<p>{nl2br($lang->about_layout_migration)}</p>
<form class="form" ruleset="userLayoutImport" action="./" method="post" enctype="multipart/form-data">
<input type="hidden" name="module" value="layout" />
<input type="hidden" name="act" value="procLayoutAdminUserLayoutImport" />
<input type="hidden" name="layout_srl" value="{$layout_srl}" />
<ul>
<h3 class="h3">{$lang->faceoff_export}</h3>
<p>{nl2br($lang->about_faceoff_export)}</p>
<ul class="form">
<li>
<p class="q">{$lang->layout_export}</p>
<p class="a"><span class="btn small"><a href="{getUrl('', 'act', 'procLayoutAdminUserLayoutExport', 'layout_srl', $layout_srl)}">{$lang->layout_btn_export}</a></span></p>
<p class="desc">{$lang->about_layout_export}</p>
</li>
<li>
<p class="q">{$lang->layout_import}</p>
<p class="a"><input type="file" name="file" /></p>
<p class="desc">{$lang->about_layout_import}</p>
</li>
</ul>
<div class="btnArea">
<span class="btn medium"><input type="submit" value="{$lang->cmd_submit}" /></span>
</div>
</form>
</fieldset>
</block>
@ -101,4 +87,4 @@
<span class="btn medium"><button type="submit" name="mode" value="save">{$lang->cmd_save}</button></span>
</div>
</form>
</fieldset>
</fieldset>

View file

@ -38,6 +38,6 @@
</tbody>
</table>
</div>
<div class="btnArea">
<div cond="$layout_info->layout != 'faceoff'" class="btnArea">
<span class="btn small"><a href="{getUrl('act', 'dispLayoutAdminInsert', 'layout', $layout_info->layout)}">{$lang->cmd_insert}</a></span>
</div>
</div>

View file

@ -125,13 +125,13 @@
<li>
<p class="q">{$lang->not_apply_menu}</p>
<p class="a">
<input type="checkbox" name="apply_layout" value="Y" />{$lang->about_not_apply_menu}
<input type="checkbox" name="apply_layout" id="apply_layout" value="Y" /> <label for="apply_layout">{$lang->about_not_apply_menu}</label>
</p>
</li>
<li cond="$selected_layout->layout_type == 'M'">
<p class="q">{$lang->apply_mobile_view}</p>
<p class="a">
<input type="checkbox" name="apply_mobile_view" value="Y" />{$lang->about_apply_mobile_view}
<input type="checkbox" name="apply_mobile_view" id="apply_mobile_layout" value="Y" /> <label for="apply_mobile_layout">{$lang->about_apply_mobile_view}</label>
</p>
</li>
</ul>
@ -142,4 +142,4 @@
</span>
</div>
</form>
</form>