etms/WEB-INF/view/cetc54/train/plantodo/pd_replacestudent_main.ftl

19 lines
601 B
Plaintext
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<#include "../../layout/ref_head.ftl">
<link rel="stylesheet" type="text/css" href="${asset_csspath}/common.css">
</head>
<body>
<#include "pd_replacestudent_list.ftl">
<#include "pd_replacestudent_edit.ftl">
<#include "pd_replacestudent_history.ftl">
<#include "train_workflow.ftl">
<#include "../../layout/ref_script.ftl">
<script type="text/javascript" src="${asset_path}/thirdlib/CECT54.WebUI/plugins/My97DatePicker/WdatePicker.js"></script>
<script type="text/javascript" src="${asset_jspath}/train/plantodo/pd_replacestudent.js"></script>
</body>
</html>