Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/src/commit/edda01981efe83f7d0811cb5ad3642918ceda293/web/go_left.jsp You should set ROOT_URL correctly, otherwise the web may not work correctly.
zhky/web/go_left.jsp

34 lines
843 B

<%@ page language="java" pageEncoding="utf-8" %>
<html>
<head>
<title></title>
<script>
function oa_tool()
{
if(window.parent.mm1.cols=="0,8,*"){
frameshow.src="images/p_1.gif";
oa_tree.title="隐藏工具栏"
window.parent.mm1.cols="160,8,*";
}
else
{
frameshow.src="images/p_2.gif";
oa_tree.title="显示工具栏"
window.parent.mm1.cols="0,8,*";}
}
</script>
</head>
<body text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#276db2">
<table width="12" border="0" height="100%" cellpadding="0" cellspacing="0" align="left">
<tr align="center">
<td background="images/bg_1.gif">
<div id=oa_tree onclick="oa_tool();" title=隐藏工具栏><img id=frameshow src="images/p_1.gif" width="9" height="50" ></div>
</td>
</tr>
</table>
</body>
</html>