autoinstall.css

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6923 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2009-11-11 07:17:31 +00:00
parent eb4499f16b
commit 309de45a35
8 changed files with 233 additions and 255 deletions

View file

@ -1,22 +1,21 @@
<!--#include("header.html")-->
<!--%import("css/autoinstall.css")-->
<!--%import("js/autoinstall.js")-->
<div>
<!--@if($show_ftp_note)-->
{$lang->description_ftp_note}
<!--@end-->
<!--@if($need_update)-->
<p>
{$lang->need_update}</p>
<!--@else-->
<p>{$lang->description_update}</p>
<!--@end-->
<a href="#" onclick="doUpdate(); return false;" title="update">Update</a>
</div>
<div class="clear" ></div>
<!--#include("leftBox.html")-->
<!--@if($item_list)-->
<!--#include("list.html")-->
<!--@end-->
<!--#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>