manage.jsp 805 Bytes
Newer Older
罗绍泽 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ include file="error.jsp"%>
<%@ include file="header.jsp"%>
<html>
<head>
<title>
<s:i18n name="param1">
    <s:property value="getText('title')"/>
</s:i18n>
</title>

</head>
<frameset rows="150,*" cols="*" frameborder="no" id="fmain" framespacing="0">
  <frameset rows="*,50" id="opeL">
    <frame name="top" src="system/pages/frame/top.jsp"  scrolling="no">
    <frame name="opeW" src="system/pages/frame/opeW.jsp" scrolling="no">
  </frameset>
  <frame name="main" src="system/pages/frame/menumain.jsp" noresize>
</frameset>
<noframes></noframes>

<body leftmargin="0" topmargin="0" marginwidth="0" bgcolor="#FFFFFF" text="#000000" rightmargin="0">
</body>
</html>