<%@ Page Language= "C#" AutoEventWireup= "true" CodeBehind= "Install.aspx.cs" Inherits= "KZS.Web.Install" %> |
<!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 runat= "server" > |
<title>软件注册授权</title> |
<script src= "/Common/jquery-1.7.1.min.js" type= "text/javascript" ></script> |
<script type= "text/javascript" > |
$( function () { |
$( "form" ).submit( function () { |
$( "#tj" ).val( "请稍候..." ); |
$( "#imgw" ).css( "display" , "block" ); |
$( "#tj" ).attr( "disabled" , true); |
}); |
}); |
</script> |
<style type= "text/css" > |
* |
{ |
font-family: 微软黑雅, Helvetica, sans-serif; |
font-size: 14px; |
list-style-type:none; |
margin:0px; |
padding:0px; |
line-height:25px; |
} |
.main{width:886px;margin-left:auto;margin-right:auto;margin-top:20px;border:1px solid #ccc;} |
.top{padding:3px 0 0 10px;height:59px;background-image:url(/common/images/install_top.gif);border-bottom:1px solid #ccc;} |
.top li{float:left;} |
.top .zhuce{padding:28px 0 0 10px;} |
.info{color: #1D98D3;width:433px;float:left;padding:5px;} |
.info span{font-size:18px;} |
.info a{color:#1D98D3;} |
.clear{clear:both;} |
.bottom{text-align:center;border-top:1px solid #ccc;color:#333;} |
.loginform{float:left;width:443;} |
.loginform ul{margin-left:auto;margin-right:auto;background-image:url(/common/images/loginbg.gif);width:289px;height:237px;padding:20px;padding-top:40px;} |
.loginform ul li{margin-bottom:5px;} |
.inpt{border:1px solid #ccc;padding:5px;background-image:url(/common/images/inputbg.gif);} |
</style> |
</head> |
<body> |
<form id= "form1" runat= "server" > |
<div class = "main" > |
<div class = "top" ><ul><li><img src= "Common/images/logo.gif" /></li><li class = "zhuce" >软件授权</li></ul><div class = "clear" ></div></div> |
<div> |
<div class = "info" > |
<div><span>操作步骤:</span><br /> |
注册客至上账号 > 添加形象网站 > 审核通过 > 获取授权号。<br /> |
整个操作过程是免费的,<a href= "http://www.kezhishang.com" target= "_blank" ">点击这里登录客至上</a>。 |
</div> |
<div> |
<img src= "/Common/images/shouquan.gif" /> |
</div> |
</div> |
<div class = "loginform" > |
<ul> |
<li>客至上帐号:<input type= "text" value= "" class = "inpt" name= "txt_UserName" /> |
*</li> |
<li>客至上密码:<input type= "password" value= "" class = "inpt" name= "txt_pwd" /> |
*</li> |
<li>授 权 号:<input type= "text" value= "" class = "inpt" name= "txt_SN" /> |
*</li> |
<li><span style= "float:left;" > <input id= "tj" type= "submit" value= "保存配置" name= "submit" /></span><span style= "float:left;" ><img id= "imgw" src= "/Common/images/waitting.gif" border= "0" style= "cursor: pointer;display:none;margin:5px 0px 0px 10px;" /></span><span style= "clear:both;" ></span></li></ul></div> |
</div> |
<div class = "bottom clear" >& copy 客至上网络科技</div> |
</div> |
</form> |
</body> |
</html> |