mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8738 201d5d3c-b55e-5fd7-737f-ddc643e51545
19 lines
749 B
HTML
19 lines
749 B
HTML
<include target="header.html" />
|
|
|
|
<p>
|
|
<block cond="$show_ftp_note">
|
|
{@$ftp_link = sprintf('<a href="%s#ftpSetup">%s</a>', getUrl('', 'module', 'admin', 'act', 'dispAdminConfig'), $lang->ftp_setup)}
|
|
{sprintf($lang->description_ftp_note, $ftp_link)}
|
|
</block>
|
|
<div cond="$XE_VALIDATOR_MESSAGE" 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" />
|
|
{@$btnUpdate = sprintf('<input type="submit" value="%s" class="text" />', $lang->status_update)}
|
|
{sprintf($lang->description_update, $btnUpdate)}
|
|
</form>
|
|
</p>
|
|
|
|
<include target="list.html" />
|