/[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.1 by sysadm, Mon Apr 7 06:35:05 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_file('css/default'); ?>" type="text/css">
         $css_file = get_theme_view_file("css", "default");  
         if ($css_file == null)  
         {  
                 $css_file = "css/default.css"; // Fallback  
         }  
 ?>  
 <link rel="stylesheet" href="<? echo $css_file; ?>" 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 90  window.addEventListener("load", () => { Line 83  window.addEventListener("load", () => {
83  </head>  </head>
84  <body>  <body>
85  <?  <?
86          // Output with theme view          include get_theme_file("view/member_service_guide");
         $theme_view_file = get_theme_view_file("member_service_guide", "default");  
         if ($theme_view_file != null)  
         {  
                 include $theme_view_file;  
         }  
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