- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
19 lines
601 B
Plaintext
19 lines
601 B
Plaintext
<!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> |