/[LeafOK_CVS]/fenglin/bbs/themes/default/update_profile.view.php
ViewVC logotype

Diff of /fenglin/bbs/themes/default/update_profile.view.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.5 by sysadm, Thu Apr 10 07:54:05 2025 UTC Revision 1.7 by sysadm, Sat Apr 19 04:18:14 2025 UTC
# Line 10  Line 10 
10  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
11  <title>更改用户资料</title>  <title>更改用户资料</title>
12  <link rel="stylesheet" href="<? echo get_theme_file('css/default'); ?>" type="text/css">  <link rel="stylesheet" href="<? echo get_theme_file('css/default'); ?>" type="text/css">
 <script type="text/javascript" src="../js/nw_open.js"></script>  
13  <script src="../js/polyfill.min.js"></script>  <script src="../js/polyfill.min.js"></script>
14  <script src="../js/axios.min.js"></script>  <script src="../js/axios.min.js"></script>
15  <script type="text/javascript">  <script type="text/javascript">
# Line 97  window.addEventListener("load", () => { Line 96  window.addEventListener("load", () => {
96                  <p style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; FONT-FAMILY: 楷体">更改用户资料</p>                  <p style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; FONT-FAMILY: 楷体">更改用户资料</p>
97                  <p><span id="err_msg_prompt" name="err_msg" style="color: red"></span></p>                  <p><span id="err_msg_prompt" name="err_msg" style="color: red"></span></p>
98                  <form method="post" id="profile_form" name="profile_form" action="#">                  <form method="post" id="profile_form" name="profile_form" action="#">
99                          <table border="1" cellpadding="10" cellspacing="0" width="90%" bgcolor="#ffdead" id=TABLE1>                          <table border="1" cellpadding="10" cellspacing="0" width="1050" bgcolor="#ffdead" id=TABLE1>
100                                  <tr>                                  <tr>
101                                          <td width="26%" align="right">                                          <td width="25%" align="right">
102                                                  密码                                                  密码
103                                          </td>                                          </td>
104                                          <td width="74%">                                          <td width="75%">
105                                                  密码修改请<a href="reset_pass.php" target=_blank>点击此处</a>通过邮箱重置。                                                  密码修改请<a href="reset_pass.php" target=_blank>点击此处</a>通过邮箱重置。
106                                          </td>                                          </td>
107                                  </tr>                                  </tr>


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1