mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
17 lines
762 B
HTML
17 lines
762 B
HTML
<!--#include("header.html")-->
|
|
|
|
<div id="box">
|
|
<h1><img src="./images/h1.png" alt="Zeroboard XE Install" width="750" height="36" class="iePngFix" /></h1>
|
|
<div id="content">
|
|
<h2>{$lang->introduce_title}</h2>
|
|
|
|
<div id="agreement">{nl2br($lang->license)}</div>
|
|
|
|
<ul class="buttonCenter" style="margin-left:40%">
|
|
<li><a href="{getUrl('','act','dispInstallCheckEnv')}" class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" /><img src="./images/iconCreate.gif" width="8" height="4" class="icon" alt="" />{$lang->cmd_agree_license}<img src="./images/blank.gif" alt="" class="rightCap" /></a> </li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<img src="./images/installBoxBottom.png" alt="" width="750" height="10" class="iePngFix" />
|
|
</div>
|