30 lines
934 B
Plaintext
30 lines
934 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 "file_list.ftl" >
|
||
|
|
<#include "file_suggestion.ftl">
|
||
|
|
<#include "file_history.ftl">
|
||
|
|
<#include "file_limitation_add.ftl">
|
||
|
|
<#include "file_limitation_person.ftl">
|
||
|
|
<#include "file_limitation_class.ftl">
|
||
|
|
<#include "file_limitation_course.ftl">
|
||
|
|
|
||
|
|
<#include "train_workflow.ftl">
|
||
|
|
|
||
|
|
<div class="ui_dialog" id="dialog_leader">
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
<#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}/util/filter.js"></script>
|
||
|
|
<script type="text/javascript" src="${asset_jspath}/util/swfobject.js"></script>
|
||
|
|
<script type="text/javascript" src="${asset_jspath}/resource/file.js"></script>
|
||
|
|
<#include "swfVideo.ftl" >
|
||
|
|
</html>
|