5 Star 0 Fork 0

hi / webCollection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
updatepass.aspx 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
Nelson 提交于 2020-08-02 15:23 . 前端优化
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="updatepass.aspx.cs" Inherits="updatepass" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link href="Styles/style.css" rel="stylesheet" />
<title>修改密码</title>
</head>
<body>
<form id="form1" runat="server">
<div class="main_box">
<span>请输入您的用户名和您的旧密码</span>
<div class="content">
<ul>
<li> <label for="email">用户名</label>
<input type="text" id="userName" name="userName" placeholder="请输入用户名" /></li>
<li><label for="email">旧密码</label>
<input type="password" id="oldpass" name="oldpass" placeholder="请输入旧密码" /></li>
<li><label for="email">新密码</label>
<input type="password" id="newpass" name="newpass" placeholder="请输入新密码" /></li>
<li><label for="email">确认新密码</label>
<input type="password" id="confpass" name="confpass" placeholder="请再次输入新密码" /></li>
<li><input type="submit" value="确认修改" onsubmit="submitMail()" /></li>
</ul>
</div>
</div>
</form>
</body>
</html>
1
https://gitee.com/yanglihao2006/webCollection.git
git@gitee.com:yanglihao2006/webCollection.git
yanglihao2006
webCollection
webCollection
master

搜索帮助