13 lines
326 B
Plaintext
13 lines
326 B
Plaintext
|
|
<!DOCTYPE HTML>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<#include "../layout/ref_head.ftl">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<input type="hidden" id="finish" value="${finish}"/>
|
||
|
|
<span id="statusmessage" style="font-size:20px"></span>
|
||
|
|
<#include "../layout/ref_script.ftl">
|
||
|
|
<script type="text/javascript" src="${asset_jspath}/trainweb/status.js"></script>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|