rhymix/modules/autoinstall/tpl/index.html
ChanMyeong 309de45a35 autoinstall.css
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6923 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-11-11 07:17:31 +00:00

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>