master
parent
05fa924b37
commit
317fb7c669
@ -1,148 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>修改密码</title>
|
||||
<link rel="stylesheet" href="static/css/personal.css">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||
<script src="static/js/modernizr-2.6.2.min.js"></script>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
|
||||
<!-- Animate.css -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/animate.css') }}">
|
||||
<!-- Icomoon Icon Fonts-->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/icomoon.css') }}">
|
||||
<!-- Themify Icons-->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/themify-icons.css') }}">
|
||||
<!-- Bootstrap -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.css') }}">
|
||||
<!-- Magnific Popup -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/magnific-popup.css') }}">
|
||||
<!-- Bootstrap DateTimePicker -->
|
||||
<link rel="stylesheet" href="static/css/bootstrap-datetimepicker.min.css">
|
||||
<!-- Owl Carousel -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/owl.carousel.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/owl.theme.default.min.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<nav class="gtco-nav" role="navigation">
|
||||
<div class="gtco-container">
|
||||
<div class="row">
|
||||
<div class="col-sm-4 col-xs-12">
|
||||
<div id="gtco-logo"><a href="MerchantIndex">修改密码 <em>.</em></a></div>
|
||||
</div>
|
||||
<div class="col-xs-8 text-right menu-1">
|
||||
<ul>
|
||||
<li class="has-dropdown">
|
||||
<a href="MerchantIndex">其他功能</a>
|
||||
<ul class="dropdown">
|
||||
<li><a href="MerchantModifyPerInfo">修改个人信息</a></li>
|
||||
|
||||
<li><a href="MerchantOrderPage">查看订单</a></li>
|
||||
<li><a href="ResCommentList">查看评论</a></li>
|
||||
<li><a href="MerchantMenu">菜单列表</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="MerchantIndex">返回首页</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<header id="gtco-header" class="gtco-cover gtco-cover-md" role="banner" style="background-image: url('static/images/img_bg_1.jpg')" data-stellar-background-ratio="0.5">
|
||||
<div class="overlay"></div>
|
||||
<div class="gtco-container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 col-md-offset-0 text-left">
|
||||
<div class="row row-mt-15em" style="margin-top: 10em;">
|
||||
<div class="col-md-7 mt-text animate-box" data-animate-effect="fadeInUp">
|
||||
<!-- <span class="intro-text-small">Hand-crafted by <a href="http://gettemplates.co" target="_blank">GetTemplates.co</a></span> -->
|
||||
<h1 class="cursive-font">Change Your Password!</h1>
|
||||
</div>
|
||||
<div class="col-md-4 col-md-push-1 animate-box" data-animate-effect="fadeInRight">
|
||||
<div class="form-wrap">
|
||||
<div class="tab">
|
||||
<div class="tab-content">
|
||||
<div class="tab-content-inner active" data-content="signup">
|
||||
<p>修改个人信息</p>
|
||||
<!-- 以下是表单 -->
|
||||
<form action="" method="POST" enctype="multipart/form-data">
|
||||
<div class="row form-group">
|
||||
<div class="col-md-12">
|
||||
<label for="activities">用户名</label>
|
||||
<input type="text" name="username" class="form-control" placeholder="{{username}} " readonly="readonly" style="background:transparent;"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row form-group">
|
||||
<div class="col-md-12">
|
||||
<label for="date-start">修改后密码</label>
|
||||
<input type="password" name="psw1" class="form-control" style="background:transparent;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row form-group">
|
||||
<div class="col-md-12">
|
||||
<label for="date-start">再次输入修改后密码</label>
|
||||
<input type="password" name="psw2" class="form-control" style="background:transparent;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row form-group">
|
||||
<div class="col-md-12">
|
||||
<input type="submit" class="btn btn-primary btn-block" value="确认" style="background: #FBB448;"/>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{% if messages == "done" %}
|
||||
<script>alert("修改密码成功!")</script>
|
||||
{% elif messages == "not equal" %}
|
||||
<script>alert("两次输入的密码不一致!")</script>
|
||||
{% elif messages == "fail" %}
|
||||
<script>alert("数据库错误!")</script>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="static/js/jquery.min.js"></script>
|
||||
<!-- jQuery Easing -->
|
||||
<script src="static/js/jquery.easing.1.3.js"></script>
|
||||
<!-- Bootstrap -->
|
||||
<script src="static/js/bootstrap.min.js"></script>
|
||||
<!-- Waypoints -->
|
||||
<script src="static/js/jquery.waypoints.min.js"></script>
|
||||
<!-- Carousel -->
|
||||
<script src="static/js/owl.carousel.min.js"></script>
|
||||
<!-- countTo -->
|
||||
<script src="static/js/jquery.countTo.js"></script>
|
||||
|
||||
<!-- Stellar Parallax -->
|
||||
<script src="static/js/jquery.stellar.min.js"></script>
|
||||
|
||||
<!-- Magnific Popup -->
|
||||
<script src="static/js/jquery.magnific-popup.min.js"></script>
|
||||
<script src="static/js/magnific-popup-options.js"></script>
|
||||
|
||||
<script src="static/js/moment.min.js"></script>
|
||||
<script src="static/js/bootstrap-datetimepicker.min.js"></script>
|
||||
|
||||
|
||||
<!-- Main -->
|
||||
<script src="static/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,123 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<style>
|
||||
.left
|
||||
{
|
||||
float:left;
|
||||
height:485px;
|
||||
margin-left:200px
|
||||
}
|
||||
.right
|
||||
{
|
||||
float:right;
|
||||
height:485px;
|
||||
margin-right:200px
|
||||
}
|
||||
</style>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>个人中心</title>
|
||||
<link rel="stylesheet" href="static/css/personal.css">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||
<script src="static/js/modernizr-2.6.2.min.js"></script>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
|
||||
<!-- Animate.css -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/animate.css') }}">
|
||||
<!-- Icomoon Icon Fonts-->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/icomoon.css') }}">
|
||||
<!-- Themify Icons-->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/themify-icons.css') }}">
|
||||
<!-- Bootstrap -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.css') }}">
|
||||
<!-- Magnific Popup -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/magnific-popup.css') }}">
|
||||
<!-- Bootstrap DateTimePicker -->
|
||||
<link rel="stylesheet" href="static/css/bootstrap-datetimepicker.min.css">
|
||||
<!-- Owl Carousel -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/owl.carousel.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/owl.theme.default.min.css') }}">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbkg" >
|
||||
<nav class="gtco-nav" role="navigation" style="background-color: rgba(0, 0, 0, 0.8);">
|
||||
<div class="gtco-container">
|
||||
<div class="row">
|
||||
<div class="col-sm-4 col-xs-12">
|
||||
<div id="gtco-logo"><a href="MerchantPersonal">个人中心 <em>.</em></a></div>
|
||||
</div>
|
||||
<div class="col-xs-8 text-right menu-1">
|
||||
<ul>
|
||||
<li class="has-dropdown">
|
||||
<a href="MerchantPersonal">个人中心</a>
|
||||
<ul class="dropdown">
|
||||
<li><a href="MerchantModifyPerInfo">修改个人信息</a></li>
|
||||
<li><a href="MerchantModifyPwd">修改密码</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="MerchantIndex">返回首页</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div id="gtco-features">
|
||||
<div class="gtco-container">
|
||||
<div class="row" style="margin-top: 70px; background-color: #FBB448;">
|
||||
<div class="left" class="col-md-4 col-sm-6" >
|
||||
<div class="feature-center animate-box" data-animate-effect="fadeIn">
|
||||
<span class="icon">
|
||||
<i class="ti-settings"></i>
|
||||
</span>
|
||||
<a href="MerchantModifyPerInfo" style="text-decoration: none;"><h3>修改个人信息</h3></a>
|
||||
<p>Modify personal information</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right" class="col-md-4 col-sm-6">
|
||||
<div class="feature-center animate-box" data-animate-effect="fadeIn">
|
||||
<span class="icon">
|
||||
<i class="ti-lock"></i>
|
||||
</span>
|
||||
<a href="MerchantModifyPwd" style="text-decoration: none;"><h3>修改密码</h3></a>
|
||||
<p>Modify my password</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="static/js/jquery.min.js"></script>
|
||||
<!-- jQuery Easing -->
|
||||
<script src="static/js/jquery.easing.1.3.js"></script>
|
||||
<!-- Bootstrap -->
|
||||
<script src="static/js/bootstrap.min.js"></script>
|
||||
<!-- Waypoints -->
|
||||
<script src="static/js/jquery.waypoints.min.js"></script>
|
||||
<!-- Carousel -->
|
||||
<script src="static/js/owl.carousel.min.js"></script>
|
||||
<!-- countTo -->
|
||||
<script src="static/js/jquery.countTo.js"></script>
|
||||
|
||||
<!-- Stellar Parallax -->
|
||||
<script src="static/js/jquery.stellar.min.js"></script>
|
||||
|
||||
<!-- Magnific Popup -->
|
||||
<script src="static/js/jquery.magnific-popup.min.js"></script>
|
||||
<script src="static/js/magnific-popup-options.js"></script>
|
||||
|
||||
<script src="static/js/moment.min.js"></script>
|
||||
<script src="static/js/bootstrap-datetimepicker.min.js"></script>
|
||||
|
||||
|
||||
<!-- Main -->
|
||||
<script src="static/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,147 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>修改密码</title>
|
||||
<link rel="stylesheet" href="static/css/personal.css">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||
<script src="static/js/modernizr-2.6.2.min.js"></script>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
|
||||
<!-- Animate.css -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/animate.css') }}">
|
||||
<!-- Icomoon Icon Fonts-->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/icomoon.css') }}">
|
||||
<!-- Themify Icons-->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/themify-icons.css') }}">
|
||||
<!-- Bootstrap -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.css') }}">
|
||||
<!-- Magnific Popup -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/magnific-popup.css') }}">
|
||||
<!-- Bootstrap DateTimePicker -->
|
||||
<link rel="stylesheet" href="static/css/bootstrap-datetimepicker.min.css">
|
||||
<!-- Owl Carousel -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/owl.carousel.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/owl.theme.default.min.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<nav class="gtco-nav" role="navigation">
|
||||
<div class="gtco-container">
|
||||
<div class="row">
|
||||
<div class="col-sm-4 col-xs-12">
|
||||
<div id="gtco-logo"><a href="index">修改密码 <em>.</em></a></div>
|
||||
</div>
|
||||
<div class="col-xs-8 text-right menu-1">
|
||||
<ul>
|
||||
<li class="has-dropdown">
|
||||
<a href="personal">个人中心</a>
|
||||
<ul class="dropdown">
|
||||
<li><a href="ModifyPersonalInfo">修改个人信息</a></li>
|
||||
<li><a href="ModifyPassword">修改密码</a></li>
|
||||
<li><a href="OrderPage">我的订单</a></li>
|
||||
<li><a href="MyComments">我的评价</a></li>
|
||||
<li><a href="WriteComments">发表评价</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="index">返回首页</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<header id="gtco-header" class="gtco-cover gtco-cover-md" role="banner" style="background-image: url('static/images/img_bg_1.jpg')" data-stellar-background-ratio="0.5">
|
||||
<div class="overlay"></div>
|
||||
<div class="gtco-container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 col-md-offset-0 text-left">
|
||||
<div class="row row-mt-15em" style="margin-top: 10em;">
|
||||
<div class="col-md-7 mt-text animate-box" data-animate-effect="fadeInUp">
|
||||
<!-- <span class="intro-text-small">Hand-crafted by <a href="http://gettemplates.co" target="_blank">GetTemplates.co</a></span> -->
|
||||
<h1 class="cursive-font">Change Your Password!</h1>
|
||||
</div>
|
||||
<div class="col-md-4 col-md-push-1 animate-box" data-animate-effect="fadeInRight">
|
||||
<div class="form-wrap">
|
||||
<div class="tab">
|
||||
<div class="tab-content">
|
||||
<div class="tab-content-inner active" data-content="signup">
|
||||
<p>修改个人信息</p>
|
||||
<!-- 以下是表单 -->
|
||||
<form action="" method="POST" enctype="multipart/form-data">
|
||||
<div class="row form-group">
|
||||
<div class="col-md-12">
|
||||
<label for="activities">用户名</label>
|
||||
<input type="text" name="username" class="form-control" placeholder="{{username}} " readonly="readonly" style="background:transparent;"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row form-group">
|
||||
<div class="col-md-12">
|
||||
<label for="date-start">修改后密码</label>
|
||||
<input type="password" name="psw1" class="form-control" style="background:transparent;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row form-group">
|
||||
<div class="col-md-12">
|
||||
<label for="date-start">再次输入修改后密码</label>
|
||||
<input type="password" name="psw2" class="form-control" style="background:transparent;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row form-group">
|
||||
<div class="col-md-12">
|
||||
<input type="submit" class="btn btn-primary btn-block" value="确认" style="background: #FBB448;"/>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{% if messages == "done" %}
|
||||
<script>alert("修改密码成功!")</script>
|
||||
{% elif messages == "not equal" %}
|
||||
<script>alert("两次输入的密码不一致!")</script>
|
||||
{% elif messages == "fail" %}
|
||||
<script>alert("数据库错误!")</script>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="static/js/jquery.min.js"></script>
|
||||
<!-- jQuery Easing -->
|
||||
<script src="static/js/jquery.easing.1.3.js"></script>
|
||||
<!-- Bootstrap -->
|
||||
<script src="static/js/bootstrap.min.js"></script>
|
||||
<!-- Waypoints -->
|
||||
<script src="static/js/jquery.waypoints.min.js"></script>
|
||||
<!-- Carousel -->
|
||||
<script src="static/js/owl.carousel.min.js"></script>
|
||||
<!-- countTo -->
|
||||
<script src="static/js/jquery.countTo.js"></script>
|
||||
|
||||
<!-- Stellar Parallax -->
|
||||
<script src="static/js/jquery.stellar.min.js"></script>
|
||||
|
||||
<!-- Magnific Popup -->
|
||||
<script src="static/js/jquery.magnific-popup.min.js"></script>
|
||||
<script src="static/js/magnific-popup-options.js"></script>
|
||||
|
||||
<script src="static/js/moment.min.js"></script>
|
||||
<script src="static/js/bootstrap-datetimepicker.min.js"></script>
|
||||
|
||||
|
||||
<!-- Main -->
|
||||
<script src="static/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,145 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>修改个人信息</title>
|
||||
<link rel="stylesheet" href="static/css/personal.css">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||
<script src="static/js/modernizr-2.6.2.min.js"></script>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
|
||||
<!-- Animate.css -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/animate.css') }}">
|
||||
<!-- Icomoon Icon Fonts-->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/icomoon.css') }}">
|
||||
<!-- Themify Icons-->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/themify-icons.css') }}">
|
||||
<!-- Bootstrap -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.css') }}">
|
||||
<!-- Magnific Popup -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/magnific-popup.css') }}">
|
||||
<!-- Bootstrap DateTimePicker -->
|
||||
<link rel="stylesheet" href="static/css/bootstrap-datetimepicker.min.css">
|
||||
<!-- Owl Carousel -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/owl.carousel.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/owl.theme.default.min.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<nav class="gtco-nav" role="navigation">
|
||||
<div class="gtco-container">
|
||||
<div class="row">
|
||||
<div class="col-sm-4 col-xs-12">
|
||||
<div id="gtco-logo"><a href="index.html">修改个人信息 <em>.</em></a></div>
|
||||
</div>
|
||||
<div class="col-xs-8 text-right menu-1">
|
||||
<ul>
|
||||
<li class="has-dropdown">
|
||||
<a href="personal">个人中心</a>
|
||||
<ul class="dropdown">
|
||||
<li><a href="ModifyPersonalInfo">修改个人信息</a></li>
|
||||
<li><a href="ModifyPassword">修改密码</a></li>
|
||||
<li><a href="OrderPage">我的订单</a></li>
|
||||
<li><a href="MyComments">我的评价</a></li>
|
||||
<li><a href="WriteComments">发表评价</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="index">返回首页</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<header id="gtco-header" class="gtco-cover gtco-cover-md" role="banner" style="background-image: url('static/images/img_bg_1.jpg')" data-stellar-background-ratio="0.5">
|
||||
<div class="overlay"></div>
|
||||
<div class="gtco-container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 col-md-offset-0 text-left">
|
||||
<div class="row row-mt-15em" style="margin-top: 10em;">
|
||||
<div class="col-md-7 mt-text animate-box" data-animate-effect="fadeInUp">
|
||||
<!-- <span class="intro-text-small">Hand-crafted by <a href="http://gettemplates.co" target="_blank">GetTemplates.co</a></span> -->
|
||||
<h1 class="cursive-font">Change Your Information!</h1>
|
||||
</div>
|
||||
<div class="col-md-4 col-md-push-1 animate-box" data-animate-effect="fadeInRight">
|
||||
<div class="form-wrap">
|
||||
<div class="tab">
|
||||
<div class="tab-content">
|
||||
<div class="tab-content-inner active" data-content="signup">
|
||||
<p>修改个人信息</p>
|
||||
<!-- 以下是表单 -->
|
||||
<form action="" method="POST" enctype="multipart/form-data">
|
||||
<div class="row form-group">
|
||||
<div class="col-md-12">
|
||||
<label for="activities">用户名</label>
|
||||
<input type="text" name="username" class="form-control" placeholder="{{username}} " readonly="readonly" style="background:transparent;"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row form-group">
|
||||
<div class="col-md-12">
|
||||
<label for="date-start">地址</label>
|
||||
<input type="text" name="address" class="form-control" style="background:transparent;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row form-group">
|
||||
<div class="col-md-12">
|
||||
<label for="date-start">联系电话</label>
|
||||
<input type="text" name="phonenum" class="form-control" style="background:transparent;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row form-group">
|
||||
<div class="col-md-12">
|
||||
<input type="submit" class="btn btn-primary btn-block" value="确认" style="background: #FBB448;"/>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{% if messages == "done" %}
|
||||
<script>alert("修改个人信息成功!")</script>
|
||||
{% elif messages == "fail" %}
|
||||
<script>alert("数据库错误!")</script>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="static/js/jquery.min.js"></script>
|
||||
<!-- jQuery Easing -->
|
||||
<script src="static/js/jquery.easing.1.3.js"></script>
|
||||
<!-- Bootstrap -->
|
||||
<script src="static/js/bootstrap.min.js"></script>
|
||||
<!-- Waypoints -->
|
||||
<script src="static/js/jquery.waypoints.min.js"></script>
|
||||
<!-- Carousel -->
|
||||
<script src="static/js/owl.carousel.min.js"></script>
|
||||
<!-- countTo -->
|
||||
<script src="static/js/jquery.countTo.js"></script>
|
||||
|
||||
<!-- Stellar Parallax -->
|
||||
<script src="static/js/jquery.stellar.min.js"></script>
|
||||
|
||||
<!-- Magnific Popup -->
|
||||
<script src="static/js/jquery.magnific-popup.min.js"></script>
|
||||
<script src="static/js/magnific-popup-options.js"></script>
|
||||
|
||||
<script src="static/js/moment.min.js"></script>
|
||||
<script src="static/js/bootstrap-datetimepicker.min.js"></script>
|
||||
|
||||
|
||||
<!-- Main -->
|
||||
<script src="static/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in new issue