- <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--[if lt IE 9]>
<?import namespace="v" implementation="#default#VML" ?>
<![endif]-->
<css.ss file="/ss/GooFlow/GooFlow.css"/>
<css.ss file="/ss/GooFlow/default.css"/>
<js.ss file="/ss/GooFlow/GooFunc.js"/>
<js.ss file="/ss/GooFlow/GooFlow.js"/>
<js.ss file="/ss/GooFlow/translate.js"/>
<js.ss file="/ss/GooFlow/view.js"/>
<style>
html{ background-image:url(js/GooFlow/codebase/img/pattern.png);background-position: right top; background-repeat: repeat-y;}
</style>
</head>
<body>
<input id="version" type="hidden" value="${version}"/>
<div style="display: none;" id="jsonData">${jsonData}</div>
<div style="display: none;" id="shListData">${shListData}</div>
<div id="demo" style="position:absolute; left:0px;"></div>
<%-- 去掉,多出的。Lin
</div>
</div>
--%>
</body>
</html>
|