/[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.3 by sysadm, Mon Apr 7 14:15:39 2025 UTC Revision 1.4 by sysadm, Mon Apr 7 14:49:00 2025 UTC
# Line 9  Line 9 
9  <head>  <head>
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_view_file("css"); ?>" type="text/css">  <link rel="stylesheet" href="<? echo get_theme_file('css/default'); ?>" type="text/css">
13  <script type="text/javascript" src="../js/nw_open.js"></script>  <script type="text/javascript" src="../js/nw_open.js"></script>
14  <script src="../js/polyfill.min.js"></script>  <script src="../js/polyfill.min.js"></script>
15  <script src="../js/axios.min.js"></script>  <script src="../js/axios.min.js"></script>
# Line 83  window.addEventListener("load", () => { Line 83  window.addEventListener("load", () => {
83  </head>  </head>
84  <body>  <body>
85  <?  <?
86          include get_theme_view_file("member_service_guide");          include get_theme_file("view/member_service_guide");
87  ?>  ?>
88          <center>          <center>
89                  <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>


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

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