119 lines
5.5 KiB
Plaintext
119 lines
5.5 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Userinfo.aspx.cs" Inherits="Framework_File_Userinfo" %>
|
|
|
|
<!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>
|
|
<link href="bootstrap-3.3.5-dist/css/bootstrap.min.css" title="" rel="stylesheet" />
|
|
<link title="" href="css/style.css" rel="stylesheet" type="text/css" />
|
|
<link title="blue" href="css/dermadefault.css" rel="stylesheet" type="text/css"/>
|
|
<link title="green" href="css/dermagreen.css" rel="stylesheet" type="text/css" disabled="disabled"/>
|
|
<link title="orange" href="css/dermaorange.css" rel="stylesheet" type="text/css" disabled="disabled"/>
|
|
<link href="css/templatecss.css" rel="stylesheet" title="" type="text/css" />
|
|
<script src="script/jquery-1.11.1.min.js" type="text/javascript"></script>
|
|
<script src="script/jquery.cookie.js" type="text/javascript"></script>
|
|
<script src="bootstrap-3.3.5-dist/js/bootstrap.min.js" type="text/javascript"></script>
|
|
<script src="../Jquery-ui/js/jquery-1.10.2.js" type="text/javascript"></script>
|
|
<script src="../Jquery-ui/js/jquery-ui-1.10.4.custom.js" type="text/javascript"></script>
|
|
<link href="../Jquery-ui/css/pepper-grinder/jquery-ui-1.10.4.custom.css" rel="stylesheet" type="text/css" />
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
$("#fe_text").html(window.location.href)
|
|
});
|
|
function xgusermm() {
|
|
$("#z_xgtx").text("");
|
|
$("#dialog-pkinfo").dialog({
|
|
resizable: false,
|
|
height: 250,
|
|
width: 600,
|
|
modal: true,
|
|
buttons: {
|
|
确定: function () {
|
|
if ($("#upxsmima").val() != $("#upczmima").val()) {
|
|
$("#z_xgtx").text("新设密码和重复密码不一致!");
|
|
} else {
|
|
var upret = Framework_File_Userinfo.updateusermima($("#userzhid").val(), $("#upysmima").val(), $("#upxsmima").val()).value;
|
|
if (upret == "1") {
|
|
window.top.location.href= "../index.aspx?sions=no";
|
|
} else {
|
|
$("#z_xgtx").text(upret);
|
|
}
|
|
}
|
|
}
|
|
},
|
|
close: function () {
|
|
$(".ui-widget-overlay").css("display", "none");
|
|
}
|
|
});
|
|
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form id="form" runat="server">
|
|
<div class="frmewk">
|
|
<div class="manage account-manage info-center">
|
|
<div class="page-header">
|
|
<div class="pull-left">
|
|
<h4>用户中心</h4>
|
|
</div>
|
|
</div>
|
|
<dl class="account-basic clearfix">
|
|
<dt class="pull-left">
|
|
<p class="account-head">
|
|
<img id="usetx" runat="server" src="img/noavatar_middle.gif" />
|
|
</p>
|
|
</dt>
|
|
<dd class="pull-left margin-large-left margin-small-top">
|
|
<p class="text-small">
|
|
<span class="show pull-left base-name">会员账号</span>:<span class="margin-left" id="usezh" runat="server" >小蔡</span>
|
|
</p>
|
|
|
|
<p class="text-small">
|
|
<span class="show pull-left base-name">注册时间</span>:<span class="margin-left" id="usezcrq" runat="server" >2023-12-31 11:50:22</span>
|
|
</p>
|
|
</dd>
|
|
</dl>
|
|
<div class="account-basic clearfix">
|
|
<span class="pull-left show text-small">您当前的账号安全程度</span>
|
|
<div class="progress-bar pull-left margin-large-left margin-large-35">
|
|
<div style="background: rgb(255, 153, 0) none repeat scroll 0% 0%; width: 150px;" data-width="100">
|
|
</div>
|
|
</div>
|
|
<span class="pull-left show text-small">安全级别: <span style="color: rgb(255, 153, 0);" class="leval-safe">较高</span></span>
|
|
</div>
|
|
<ul class="accound-bund">
|
|
<li class="clearfix">
|
|
<span class="bund-class">登录密码</span>
|
|
<span class="w45">安全性高的密码可以使账号更安全,建议您定期更换密码。</span>
|
|
<span class="pull-left">
|
|
<i class="glyphicon glyphicon-remove-circle pull-left "></i>
|
|
<em class="margin-right text-red-deep">已设置</em>
|
|
<a href="#" onclick="xgusermm()" class="button-word1 margin-left btn_ajax_open">修改</a>
|
|
</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div id="dialog-pkinfo" title="修改密码" style="overflow:hidden; display:none;" >
|
|
<table style=" color:#654b24;">
|
|
<tr height="10"><td colspan="5"></td></tr>
|
|
<tr height="45">
|
|
<td>  当前账号: </td><td><input type="text" id="upuserzh" readonly runat=server Class="form-control" /></td>
|
|
<td> </td>
|
|
<td>  原始密码: </td><td> <asp:TextBox ID="upysmima" runat="server" CssClass="form-control" TextMode="Password" ></asp:TextBox> </td>
|
|
</tr>
|
|
<tr height="45">
|
|
<td>  新设密码: </td><td><asp:TextBox ID="upxsmima" runat="server" CssClass="form-control" TextMode="Password" ></asp:TextBox> </td>
|
|
<td> </td>
|
|
<td>  重复密码: </td><td><asp:TextBox ID="upczmima" runat="server" CssClass="form-control" TextMode="Password" ></asp:TextBox> </td>
|
|
</tr>
|
|
<tr><td> </td> <td colspan="4" style=" color:rgb(255, 153, 0);"><asp:Label ID="z_xgtx" CssClass="error" runat="server"></asp:Label></td></tr>
|
|
</table>
|
|
</div>
|
|
<asp:HiddenField ID="userzhid" runat="server" Value="" />
|
|
</form>
|
|
</body>
|
|
</html>
|