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

18 lines
619 B
HTML

<!doctype html>
<html>
<head>
<title>学生操作管理 - {$org.org_platformname}</title>
<vt:include file="../inc/meta.inc" />
<script type="text/javascript" src="../CoreScripts/PageExt.js?ver={$version}"></script>
<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>