mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
apply new UI to autoinstall module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8622 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4686c06414
commit
c7cbf2d446
19 changed files with 351 additions and 323 deletions
|
|
@ -1,21 +1,21 @@
|
|||
<!--#include("header.html")-->
|
||||
<!--%import("css/autoinstall.css")-->
|
||||
<!--%import("js/autoinstall.js")-->
|
||||
<div class="infoText">
|
||||
<!--@if($show_ftp_note)-->
|
||||
<p class="warning">{$lang->description_ftp_note} <a href="{getUrl('','module','admin','act','dispAdminConfig')}#ftpSetup">FTP Setup</a> </p>
|
||||
<!--@end-->
|
||||
<!--@if($need_update)-->
|
||||
<p class="update">{$lang->need_update}</p>
|
||||
<!--@else-->
|
||||
<p class="update">{$lang->description_update}</p>
|
||||
<!--@end-->
|
||||
<p><span class="button xLarge strong green"><button type="button" onclick="doUpdate()" title="update">Update</button></span></p>
|
||||
</div>
|
||||
<include target="header.html" />
|
||||
|
||||
<div class="install">
|
||||
<!--#include("leftBox.html")-->
|
||||
<!--@if($item_list)-->
|
||||
<!--#include("list.html")-->
|
||||
<!--@end-->
|
||||
</div>
|
||||
<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" />', $lang->status_update)}
|
||||
{sprintf($lang->description_update, $btnUpdate)}
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<block cond="$item_list">
|
||||
<include target="list.html" />
|
||||
</block>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue