mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6923 201d5d3c-b55e-5fd7-737f-ddc643e51545
21 lines
694 B
HTML
21 lines
694 B
HTML
<!--#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="#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>
|
|
|
|
<div class="install">
|
|
<!--#include("leftBox.html")-->
|
|
<!--@if($item_list)-->
|
|
<!--#include("list.html")-->
|
|
<!--@end-->
|
|
</div>
|