ZhiYeJianKang_PeiXun/Song.Site/Templates/Web/Neimeng/Student/Panel.htm
2025-02-20 15:41:53 +08:00

17 lines
527 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>学生操作管理 - {$org.org_platformname}</title>
<vt:include file="../inc/meta.inc" />
<link href="Styles/Panel.css?ver={$version}" rel="stylesheet" type="text/css" />
</head>
<body>
<vt:include file="../inc/header.html" />
<!--主菜单之下的内容 -->
<div id="Context">
<vt:include file="Module/Accounts/panel.htm" from="_public" remark="个人中心,为公共模块" />
</div>
<vt:include file="../inc/footer.html" />
</body>
</html>