mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
<include target="header.html" />
|
|
{@
|
|
$from_id = array(
|
|
'modules/autoinstall/tpl/install/1' => 1,
|
|
'modules/autoinstall/tpl/index/1' => 1,
|
|
'modules/autoinstall/tpl/uninstall/1' => 1
|
|
);
|
|
}
|
|
<div cond="$XE_VALIDATOR_MESSAGE && isset($from_id[$XE_VALIDATOR_ID])" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
|
</div>
|
|
<!--
|
|
<form action="" method="post">
|
|
<input type="hidden" name="module" value="autoinstall" />
|
|
<input type="hidden" name="act" value="procAutoinstallAdminUpdateinfo" />
|
|
<input type="hidden" name="xe_validator_id" value="modules/autoinstall/tpl/index/1" />
|
|
<p>
|
|
<block cond="$show_ftp_note">
|
|
{@$ftp_link = sprintf('<a href="%s">%s</a>', getUrl('', 'module', 'admin', 'act', 'dispAdminConfigFtp'), $lang->ftp_setup)}
|
|
{sprintf($lang->description_ftp_note, $ftp_link)}
|
|
</block>
|
|
{@$btnUpdate = sprintf('<input type="submit" value="%s" class="x_btn x_btn-link" style="position:relative;top:-1px;text-decoration:underline !important" />', $lang->status_update)}
|
|
{sprintf($lang->description_update, $btnUpdate)}
|
|
</p>
|
|
</form>
|
|
-->
|
|
<include target="list.html" />
|