mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 14:53:15 +09:00
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:
parent
ae5cf5a0e8
commit
5cd8e57f0e
13 changed files with 149 additions and 41 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue