?? step4.html
字號:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>WEB進銷存2008版安裝程序 -- 正在安裝</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.onetd{
text-align:right;
line-height:25px;
}
-->
</style>
<script src="jquery.js" language="javascript" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
<!--
$(document).ready(function(){
//列表第一格CSS
$(".twbox tbody tr").each(function(){ $(this).children("td").eq(0).addClass("onetd");});
//文本輸入框定義CSS+鼠標懸停
$("input[type='text']").addClass("textipt").mouseover(function(){ $(this).addClass("textipt_on");}).mouseout(function(){$(this).removeClass("textipt_on");});
});
var gostep = 0;
var ter = null;
var gotourl = "<?php echo $gotourl; ?>";
function SetupNext(){
if(gostep==0){
gostep = 1;
ter = setTimeout('SetupNext()',<?php echo $gototime; ?>);
}else{
if(gotourl!='') location = gotourl;
clearTimeout(ter);
}
}
-->
</script>
</head>
<body>
<div class="top boxcenter">正在安裝:<em>WEB進銷存2008版</em></div>
<div class="topstep boxcenter">
<div class="stepbox">
<ul>
<li>許可協(xié)議</li>
<li>檢測環(huán)境</li>
<li>安裝參數(shù)</li>
<li class="this">安裝</li>
</ul>
</div>
</div>
<div class="main boxcenter">
<div class="boxtitle">
<span>正在安裝</span>
</div>
<div class="setupinfo">
<?php echo $setupinfo; ?>
</div>
<script language='javascript'>SetupNext();</script>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -