Add a new theme for the installer

This commit is contained in:
Kijin Sung 2016-01-05 20:46:44 +09:00
parent d7118d37ba
commit c32a4e1345
32 changed files with 734 additions and 1086 deletions

View file

@ -1,7 +1,8 @@
<load target="../../../modules/admin/tpl/css/admin.bootstrap.min.css" />
<load target="./css/install.css" />
<div class="x">
<load target="css/install.css" />
<load target="js/install.js" />
<div class="x"|cond="$lang_type == 'ko'" class="x enfont"|cond="$lang_type != 'ko'">
<div id="header">
<h1><img src="img/xe.png" width="161" height="26" alt="XpressEngine" /></h1>
<em>Version <strong>{__XE_VERSION__}</strong> {$lang->introduce_title}</em>
<h1><span class="green">XE</span><span class="colon">:</span><span class="brown">XTR</span></h1>
<h2>XpressEngine XETOWN Remix <strong>v{__XE_VERSION__}</strong></h2>
</div>