14 lines
332 B
Plaintext
14 lines
332 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 "examscore_list.ftl">
|
||
|
|
|
||
|
|
<#include "../layout/ref_script.ftl">
|
||
|
|
<script type="text/javascript" src="${asset_jspath}/exam/examscore.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|