Parent Directory
|
Revision Log
|
Patch
| Revision 1.2 by sysadm, Mon Apr 7 08:38:17 2025 UTC | Revision 1.3 by sysadm, Mon Apr 7 14:15:39 2025 UTC | |
|---|---|---|
| # | Line 83 window.addEventListener("load", () => { | Line 83 window.addEventListener("load", () => { |
| 83 | </head> | </head> |
| 84 | <body> | <body> |
| 85 | <? | <? |
| 86 | // Output with theme view | include get_theme_view_file("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> |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |