hrbtms/www/com.dev.stms.STMS/STMS.html

20 lines
757 B
HTML
Raw Permalink Normal View History

2024-08-03 17:10:40 +08:00
<HTML lang=en xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<title>TMS管理系统</title>
<script type="text/javascript" >
function setStatus() {
window.status = "TMS管理系统";
}
document.oncontextmenu=function(){return false;}
</script>
</head>
<body onload="setStatus()">
<!-- This script is the bootstrap stuff that simply must be there; it is sent down uncompressed -->
<script language='javascript' src='com.dev.stms.STMS.nocache.js'></script>
<iframe id='__gwt_historyFrame' style='width:0;height:0;border:0'></iframe>
<IFRAME id="__tms_dl" name="__tms_dl" style="display:none;width:0;height:0;border:0"></IFRAME>
</body>
</html>