etms/WEB-INF/view/cetc54/exam/exam.ftl

18 lines
618 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">
<link rel="stylesheet" type="text/css" href="${asset_csspath}/editexampaper.css">
</head>
<body>
<div class="ui_dialog" id="editexam_dialog">
</div>
<div class="ui_dialog" id="importnewpaper_dialog">
</div>
<#include "exam_list.ftl">
<#include "../layout/ref_script.ftl">
<script type="text/javascript" src="${asset_jspath}/exam/exam.js?rand=20200515"></script>
<#--<script type="text/javascript" src="${asset_jspath}/exam/exam_editexam.js"></script>-->
</body>
</html>