用户注册



邮箱:

密码:

用户登录


邮箱:

密码:
记住登录一个月忘记密码?

发表随想


还能输入:200字
云代码 - php代码库

php自助建站系统

2013-10-14 作者: 免费源代码下载整理举报

[php]代码库

<%@ 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 />
            注册客至上账号&nbsp;>&nbsp;添加形象网站&nbsp;>&nbsp;审核通过&nbsp;>&nbsp;获取授权号。<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" />
                &nbsp;*</li>
            <li>客至上密码:<input type="password" value="" class="inpt" name="txt_pwd" />
                &nbsp;*</li>
            <li>授&nbsp;&nbsp;&nbsp;&nbsp;权&nbsp;&nbsp;&nbsp;号:<input type="text" value="" class="inpt" name="txt_SN" />
                &nbsp;*</li>
            <li><span style="float:left;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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>

[源代码打包下载]




网友评论    (发表评论)


发表评论:

评论须知:

  • 1、评论每次加2分,每天上限为30;
  • 2、请文明用语,共同创建干净的技术交流环境;
  • 3、若被发现提交非法信息,评论将会被删除,并且给予扣分处理,严重者给予封号处理;
  • 4、请勿发布广告信息或其他无关评论,否则将会删除评论并扣分,严重者给予封号处理。


扫码下载

加载中,请稍后...

输入口令后可复制整站源码

加载中,请稍后...