mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
added english images
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9049 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ac91ee9845
commit
dfb5d0e997
5 changed files with 8 additions and 4 deletions
BIN
modules/layout/tpl/faceoff_migration/01_en.png
Normal file
BIN
modules/layout/tpl/faceoff_migration/01_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
BIN
modules/layout/tpl/faceoff_migration/02_en.png
Normal file
BIN
modules/layout/tpl/faceoff_migration/02_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
BIN
modules/layout/tpl/faceoff_migration/04_en.png
Normal file
BIN
modules/layout/tpl/faceoff_migration/04_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
modules/layout/tpl/faceoff_migration/05_en.png
Normal file
BIN
modules/layout/tpl/faceoff_migration/05_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
|
|
@ -9,11 +9,13 @@
|
|||
<ol>
|
||||
<li>
|
||||
<p>{$lang->faceoff_migration[2]}</p>
|
||||
<img src="./faceoff_migration/01.png" alt="" />
|
||||
<img cond="$lang_type == 'ko'" src="./faceoff_migration/01.png" alt="" />
|
||||
<img cond="$lang_type != 'ko'" src="./faceoff_migration/01_en.png" alt="" />
|
||||
</li>
|
||||
<li>
|
||||
<p>{$lang->faceoff_migration[3]}</p>
|
||||
<img src="./faceoff_migration/02.png" alt="" />
|
||||
<img cond="$lang_type == 'ko'" src="./faceoff_migration/02.png" alt="" />
|
||||
<img cond="$lang_type != 'ko'" src="./faceoff_migration/02_en.png" alt="" />
|
||||
</li>
|
||||
<li>
|
||||
<p>{$lang->faceoff_migration[4]}</p>
|
||||
|
|
@ -21,11 +23,13 @@
|
|||
</li>
|
||||
<li>
|
||||
<p>{$lang->faceoff_migration[5]}</p>
|
||||
<img src="./faceoff_migration/04.png" alt="" />
|
||||
<img cond="$lang_type == 'ko'" src="./faceoff_migration/04.png" alt="" />
|
||||
<img cond="$lang_type != 'ko'" src="./faceoff_migration/04_en.png" alt="" />
|
||||
</li>
|
||||
<li>
|
||||
<p>{$lang->faceoff_migration[6]}</p>
|
||||
<img src="./faceoff_migration/05.png" alt="" />
|
||||
<img cond="$lang_type == 'ko'" src="./faceoff_migration/05.png" alt="" />
|
||||
<img cond="$lang_type != 'ko'" src="./faceoff_migration/05_en.png" alt="" />
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue