20 lines
757 B
HTML
20 lines
757 B
HTML
|
|
<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>
|