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:
flyskyko 2011-09-06 06:19:23 +00:00
parent ac91ee9845
commit dfb5d0e997
5 changed files with 8 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -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>