ZhiYeJianKang_PeiXun/Song.Site/Templates/Web/Gov/TestScene.htm
2025-02-20 15:41:53 +08:00

18 lines
539 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>测试《{$pager.Tp_Name}》 - {$org.org_platformname}</title>
<vt:include file="inc/meta.inc" />
<link href="Styles/TestScene.css?ver={$version}" rel="stylesheet" type="text/css" />
</head>
<body>
<vt:include file="inc/Header.html" />
<div id="bodyTop">
&nbsp;</div>
<div id="Context">
<vt:include file="Module/Test/TestScene.htm" from="_public" remark="在线测试,为公共模块" />
</div>
<vt:include file="inc/footer.html" />
</body>
</html>