mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
30 lines
1.1 KiB
HTML
30 lines
1.1 KiB
HTML
<include target="header.html" />
|
|
|
|
<form id="body" action="./" method="post">
|
|
<include target="progress_menu.html" />
|
|
<div id="content">
|
|
<h2>{$lang->license_agreement}</h2>
|
|
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
|
</div>
|
|
<input type="hidden" name="act" value="procInstallLicenseAgreement">
|
|
<input type="hidden" name="module" value="install">
|
|
<div class="content-license">
|
|
<include target="license_text.ko.html" cond="$lang_type === 'ko'" />
|
|
<include target="license_text.en.html" cond="$lang_type !== 'ko'" />
|
|
</div>
|
|
<p>
|
|
<label><input type="checkbox" name="license_agreement" value="Y" /> <strong>{$lang->cmd_license_agree}</strong></label>
|
|
</p>
|
|
</div>
|
|
<div id="buttons">
|
|
<div class="align-left">
|
|
<!--<a href="{getUrl('', 'act','')}" class="button grey">« {$lang->cmd_back}</a>-->
|
|
</div>
|
|
<div class="align-right">
|
|
<button type="submit" id="task-license-agreement" value="">{$lang->cmd_next} »</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
<include target="footer.html" />
|