| 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> |
| 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> |