73 lines
1.6 KiB
Plaintext
73 lines
1.6 KiB
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
|
<%@ include file="/IncludeBegin.jsp"%>
|
|
<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Main00;Describe=注释区;]~*/%>
|
|
<%
|
|
/*
|
|
Author:魏治毅
|
|
Tester:
|
|
Content:贷款咨询管理主页面
|
|
Input Param:
|
|
|
|
Output param:
|
|
|
|
History Log:
|
|
*/
|
|
%>
|
|
<%/*~END~*/%>
|
|
<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Main01;Describe=定义页面属性;]~*/%>
|
|
<%
|
|
String PG_TITLE = "贷款咨询"; // 浏览器窗口标题 <title> PG_TITLE </title>
|
|
String PG_CONTENT_TITLE = " 贷款咨询 "; //默认的内容区标题
|
|
String PG_CONTNET_TEXT = "请选择菜单功能";//默认的内容区文字
|
|
String PG_LEFT_WIDTH = "1";//默认的treeview宽度
|
|
%>
|
|
<%/*~END~*/%>
|
|
|
|
|
|
<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Main02;Describe=定义变量,获取参数;]~*/%>
|
|
<%
|
|
//定义变量
|
|
|
|
//获得组件参数
|
|
|
|
//获得页面参数
|
|
%>
|
|
<%/*~END~*/%>
|
|
|
|
|
|
|
|
|
|
<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Main03;Describe=定义树图;]~*/%>
|
|
<%
|
|
|
|
//参数从左至右依次为: ID字段,Name字段,Value字段,Script字段,Picture字段,From子句,OrderBy子句,Sqlca
|
|
|
|
%>
|
|
<%/*~END~*/%>
|
|
|
|
|
|
|
|
|
|
<%/*~BEGIN~不可编辑区[Editable=false;CodeAreaID=Main04;Describe=主体页面;]~*/%>
|
|
<%@include file="/Resources/CodeParts/Main04.jsp"%>
|
|
<%/*~END~*/%>
|
|
|
|
|
|
|
|
|
|
<%/*~BEGIN~可编辑区[Editable=true;CodeAreaID=Main05;Describe=树图事件;]~*/%>
|
|
<script language=javascript>
|
|
|
|
</script>
|
|
<%/*~END~*/%>
|
|
|
|
|
|
<%/*~BEGIN~可编辑区[Editable=true;CodeAreaID=Main06;Describe=在页面装载时执行,初始化;]~*/%>
|
|
<script language="javascript">
|
|
myleft.width=1;
|
|
OpenComp("ACCT_LoanSimulationTab","/Accounting/LoanSimulation/LoanSimulationTab_Mic.jsp","","right");
|
|
|
|
</script>
|
|
<%/*~END~*/%>
|
|
<%@ include file="/IncludeEnd.jsp"%>
|