l5m-tools 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +1,14 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1
+ <!DOCTYPE html>
2
2
  <%@ page language="java"
3
- import="java.util.*,
4
- com.l5m.common.bean.*,
5
- com.l5m.common.l5m_util.bean.*,
6
- com.l5m.common.l5m_util.rld.*,
7
- com.l5m.common.util.*,
8
- org.ajaxanywhere.AAUtils,
9
- com.l5m.!REPLACE_STYLE!.bean.*,
10
- com.l5m.!REPLACE_STYLE!.engine.worker.*,
11
- com.l5m.common.l5m_util.module.*"
3
+ import="java.util.*,
4
+ com.l5m.common.bean.*,
5
+ com.l5m.common.l5m_util.bean.*,
6
+ com.l5m.common.l5m_util.rld.*,
7
+ com.l5m.common.util.*,
8
+ org.ajaxanywhere.AAUtils,
9
+ com.l5m.!REPLACE_STYLE!.bean.*,
10
+ com.l5m.!REPLACE_STYLE!.engine.worker.*,
11
+ com.l5m.common.l5m_util.module.*"
12
12
  %>
13
13
  <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
14
14
  <%@ taglib uri="http://ajaxanywhere.sourceforge.net/" prefix="aa"%>
@@ -31,442 +31,442 @@
31
31
  <c:set var="PANEL" value="${worker.PANEL}"/>
32
32
  <%
33
33
  if(AAUtils.isAjaxRequest(request)){
34
- AAUtils.addZonesToRefresh(request, "alwaysRefreshZone,"+ ((String)request.getAttribute("refreshZones")));
34
+ AAUtils.addZonesToRefresh(request, "alwaysRefreshZone,"+ ((String)request.getAttribute("refreshZones")));
35
35
  }
36
36
  %><!-- -->
37
37
 
38
38
 
39
39
  <html>
40
40
 
41
-
42
-
41
+
42
+
43
43
 
44
44
 
45
- <l5m:jspHead useIE7Compatible="true" includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
46
-
47
- <!-- add additinal js css in here -->
48
- <link href="<%=request.getContextPath()%>/htdoc/datepicker-lite.css" rel="stylesheet" type="text/css" />
49
- <script type="text/javascript" src="<%=request.getContextPath()%>/tagresources/javascript/timeSpan/datepicker-lite.js "></script>
45
+ <l5m:jspHead useIE7Compatible="true" includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
46
+
47
+ <!-- add additinal js css in here -->
48
+ <link href="<%=request.getContextPath()%>/htdoc/datepicker-lite.css" rel="stylesheet" type="text/css" />
49
+ <script type="text/javascript" src="<%=request.getContextPath()%>/tagresources/javascript/timeSpan/datepicker-lite.js "></script>
50
50
 
51
- <script type="text/javascript" src='<%=request.getContextPath()%>/tagresources/javascript/TopBar2.js'></script>
52
- <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/tagresources/css/TopBar2/TopBar2_${styleUpperCase}.css" />
53
- <!-- addtion javascript here -->
54
- <%@ include file="CommonVariables.jsp"%>
55
- <c:set var="colors" value="<%=colors%>" scope="request"/>
56
- <script type="text/javascript"><!--
57
- ajaxAnywhere.formName = "${worker.FORM_NAME}";
58
- var QHTAjaxObject = new QHTAjaxUtil('<%=request.getContextPath()%>/servlet/L5MOnline/<%=AppConfig.getProperty("appL5MOnline")%>','${worker.url}','<%=AppConfig.getProperty("butOption")%>');
59
- var pageAction = new PageAction(window, "${worker.FORM_NAME}", "<%=AppConfig.getProperty("butOption")%>", "panelIndex" , "displayStage" , '<%=request.getContextPath()%>/servlet/L5MOnline?work=ForwardToJspWorker&jsp=IntermediaRefreshN&irStatus=firstTime&showLocalForm=N')
51
+ <script type="text/javascript" src='<%=request.getContextPath()%>/tagresources/javascript/TopBar2.js'></script>
52
+ <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/tagresources/css/TopBar2/TopBar2_${styleUpperCase}.css" />
53
+ <!-- addtion javascript here -->
54
+ <%@ include file="CommonVariables.jsp"%>
55
+ <c:set var="colors" value="<%=colors%>" scope="request"/>
56
+ <script type="text/javascript"><!--
57
+ ajaxAnywhere.formName = "${worker.FORM_NAME}";
58
+ var QHTAjaxObject = new QHTAjaxUtil('<%=request.getContextPath()%>/servlet/L5MOnline/<%=AppConfig.getProperty("appL5MOnline")%>','${worker.url}','<%=AppConfig.getProperty("butOption")%>');
59
+ var pageAction = new PageAction(window, "${worker.FORM_NAME}", "<%=AppConfig.getProperty("butOption")%>", "panelIndex" , "displayStage" , '<%=request.getContextPath()%>/servlet/L5MOnline?work=ForwardToJspWorker&jsp=IntermediaRefreshN&irStatus=firstTime&showLocalForm=N')
60
60
 
61
- AjaxAnywhere.prototype.getGlobalScriptsDeclarationsList = function(script) {
62
- return ["paginatorDetail_pageChanged"];
63
- }
64
- function ts_notify_time_changed(){
65
- pageAction.changeTime();
66
- }
67
- function hideDialog(dId){
68
- pageAction.hideDialog(dId);
69
- }
70
- function showDialog(dId){
71
- pageAction.showDialog(dId);
72
- }
73
- function clickButton(button){
74
- pageAction.clickButton(button);
75
- }
76
- function navDesc_ShowStepInfo(s){
77
- }
78
- //-->
79
- </script>
80
- <style>
81
- #sourcePanel td{ /* all tds in sourcePanel will be nowrap.*/
82
- white-space:nowrap;
83
- }
84
- </style>
85
-
86
-
61
+ AjaxAnywhere.prototype.getGlobalScriptsDeclarationsList = function(script) {
62
+ return ["paginatorDetail_pageChanged"];
63
+ }
64
+ function ts_notify_time_changed(){
65
+ pageAction.changeTime();
66
+ }
67
+ function hideDialog(dId){
68
+ pageAction.hideDialog(dId);
69
+ }
70
+ function showDialog(dId){
71
+ pageAction.showDialog(dId);
72
+ }
73
+ function clickButton(button){
74
+ pageAction.clickButton(button);
75
+ }
76
+ function navDesc_ShowStepInfo(s){
77
+ }
78
+ //-->
79
+ </script>
80
+ <style>
81
+ #sourcePanel td{ /* all tds in sourcePanel will be nowrap.*/
82
+ white-space:nowrap;
83
+ }
84
+ table{
85
+ border-collapse:collapse;
86
+ }
87
+ </style>
88
+
89
+
87
90
 
91
+
88
92
 
89
-
90
-
91
- <l5m:LoadResources/>
92
-
93
- </l5m:jspHead>
94
-
95
- <l5m:jspBody
96
- formName="${worker.FORM_NAME}" packageName="${packageLowerCase}" style="${styleLowerCase}"
97
- worker="${worker.WORKER_NAME}" action="" jspGoto="${worker.jspGoto}"
98
- groupId="${servicer.groupId}" companyId="${servicer.companyId}"
99
- userId="${servicer.userId}"
100
- dbHandler="${servicer.dbHandler}" includeJQuery="true"
101
- >
102
- <aa:zone name="alwaysRefreshZone">
103
- <input type="hidden" name="panelIndex" id="name" value="${paraBean.panelIndex}"/>
104
- <input type="hidden" name="displayStage" id="displayStage" value="${paraBean.displayStage}"/>
105
- <c:set var="onchange" value=""/>
106
- <c:if test="${paraBean.displayStage}">
107
- <c:set var="onchange">pageAction.clearResult(); </c:set>
108
- </c:if>
109
- </aa:zone>
110
-
111
-
112
-
113
- <aa:zone name="topNavigationZone">
114
- <l5m:TopBar2
115
- id="TopBar"
116
- topBarIcons = "${worker.topBarIcons}"
117
- iconsStatus = "${worker.iconsStatus}"
118
- actions = "${worker.actions}"
119
- decimalControlList = "${servicer.reportDecimalControlList}"
120
- startControlZone = "topPanel"
121
- style = "${styleLowerCase}"
122
- incValueMap = "${paraBean.SORT_DISPLAY_MAP}"
123
- incSelectedSet = "${paraBean.selectedDisplayBy}"
124
- incSingleSelected = "${paraBean.selectedSortBy}"
125
- />
126
- </aa:zone>
127
- <script type="text/javascript">
128
- <!--
129
- function loadjscssfile(filename,filetype){
93
+
94
+ <l5m:LoadResources/>
95
+
96
+ </l5m:jspHead>
97
+
98
+ <l5m:jspBody
99
+ formName="${worker.FORM_NAME}" packageName="${packageLowerCase}" style="${styleLowerCase}"
100
+ worker="${worker.WORKER_NAME}" action="" jspGoto="${worker.jspGoto}"
101
+ groupId="${servicer.groupId}" companyId="${servicer.companyId}"
102
+ userId="${servicer.userId}"
103
+ dbHandler="${servicer.dbHandler}" includeJQuery="true"
104
+ >
105
+ <aa:zone name="alwaysRefreshZone">
106
+ <input type="hidden" name="panelIndex" id="name" value="${paraBean.panelIndex}"/>
107
+ <input type="hidden" name="displayStage" id="displayStage" value="${paraBean.displayStage}"/>
108
+ <c:set var="onchange" value=""/>
109
+ <c:if test="${paraBean.displayStage}">
110
+ <c:set var="onchange">pageAction.clearResult(); </c:set>
111
+ </c:if>
112
+ </aa:zone>
113
+
114
+
115
+
116
+ <aa:zone name="topNavigationZone">
117
+ <l5m:TopBar2
118
+ id="TopBar"
119
+ topBarIcons = "${worker.topBarIcons}"
120
+ iconsStatus = "${worker.iconsStatus}"
121
+ actions = "${worker.actions}"
122
+ decimalControlList = "${servicer.reportDecimalControlList}"
123
+ startControlZone = "topPanel"
124
+ style = "${styleLowerCase}"
125
+ incValueMap = "${paraBean.SORT_DISPLAY_MAP}"
126
+ incSelectedSet = "${paraBean.selectedDisplayBy}"
127
+ incSingleSelected = "${paraBean.selectedSortBy}"
128
+ />
129
+ </aa:zone>
130
+ <script type="text/javascript">
131
+ <!--
132
+ function loadjscssfile(filename,filetype){
130
133
 
131
- if (filetype=="js"){ //if filename is a external JavaScript file
132
- if($$('script[src="'+filename+'"]').length >= 1) return;
133
- var fileref=document.createElement('script')
134
- fileref.setAttribute("type","text/javascript")
135
- fileref.setAttribute("src", filename)
136
- }
137
- else if (filetype=="css"){ //if filename is an external CSS file
138
- if($$('link[href="'+filename+'"]').length >= 1) return;
139
- var fileref=document.createElement("link")
140
- fileref.setAttribute("rel", "stylesheet")
141
- fileref.setAttribute("type", "text/css")
142
- fileref.setAttribute("href", filename)
143
- }
144
- if (typeof fileref!="undefined"){
145
- document.getElementsByTagName("head")[0].appendChild(fileref)
146
- }
147
- }
148
- //-->
149
- </script>
150
- <div id="topPanel" style="display:${paraBean.selectionPanelStatusOpen?'inline':'none'}" >
151
- <!--source panel begin-->
152
- <div id="accordionNavigationTab">
153
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
154
- <tr>
155
- <td>
156
-
157
- <l5m:tabPanel2
158
- id="accordionTestTop"
159
- captions="${baseServicerParameterBean.tabbedPanelCaptions}"
160
- selected="${baseServicerParameterBean.selectedTab}"
161
- style="${styleLowerCase}"
162
- showDisplayControl="false">
163
- <l5m:tab2>
164
- <div class="text">
165
- <table border="0" cellspacing="0" cellpadding="0" width="100%" style='height:100%;font-size:11px;'>
166
- <tr>
167
- <td style="padding-left:3px;padding-right:5px; " valign="top" height="170px;" >
168
-
169
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
170
- <tr>
171
- <td style=' ' style='width:50%;' nowrap="nowrap" valign="top" >
172
- <c:set var="timeSpanController" scope="request" value="${baseServicerParameterBean.timeSpanController}"/>
173
- <jsp:include page="TimeSpanNew.jsp" flush="true">
174
- <jsp:param name="formName" value="${worker.FORM_NAME}" />
175
- <jsp:param name="notifyOnChange" value="Y" />
176
- <jsp:param name="timeSpanIndex" value="0" />
177
- </jsp:include>
178
- </td>
179
- </tr>
180
- </table>
134
+ if (filetype=="js"){ //if filename is a external JavaScript file
135
+ if($$('script[src="'+filename+'"]').length >= 1) return;
136
+ var fileref=document.createElement('script')
137
+ fileref.setAttribute("type","text/javascript")
138
+ fileref.setAttribute("src", filename)
139
+ }
140
+ else if (filetype=="css"){ //if filename is an external CSS file
141
+ if($$('link[href="'+filename+'"]').length >= 1) return;
142
+ var fileref=document.createElement("link")
143
+ fileref.setAttribute("rel", "stylesheet")
144
+ fileref.setAttribute("type", "text/css")
145
+ fileref.setAttribute("href", filename)
146
+ }
147
+ if (typeof fileref!="undefined"){
148
+ document.getElementsByTagName("head")[0].appendChild(fileref)
149
+ }
150
+ }
151
+ //-->
152
+ </script>
153
+ <div id="topPanel" style="display:${paraBean.selectionPanelStatusOpen?'inline':'none'}" >
154
+ <!--source panel begin-->
155
+ <div id="accordionNavigationTab">
156
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
157
+ <tr>
158
+ <td>
159
+
160
+ <l5m:tabPanel2
161
+ id="accordionTestTop"
162
+ captions="${baseServicerParameterBean.tabbedPanelCaptions}"
163
+ selected="${baseServicerParameterBean.selectedTab}"
164
+ style="${styleLowerCase}"
165
+ showDisplayControl="false">
166
+ <l5m:tab2>
167
+ <div class="text">
168
+ <table border="0" cellspacing="0" cellpadding="0" width="100%" style='height:100%;font-size:11px;'>
169
+ <tr>
170
+ <td style="padding-left:3px;padding-right:5px; " valign="top" height="170px;" >
171
+
172
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
173
+ <tr>
174
+ <td style=' ' style='width:50%;' nowrap="nowrap" valign="top" >
175
+ <c:set var="timeSpanController" scope="request" value="${baseServicerParameterBean.timeSpanController}"/>
176
+ <jsp:include page="TimeSpanNew.jsp" flush="true">
177
+ <jsp:param name="formName" value="${worker.FORM_NAME}" />
178
+ <jsp:param name="notifyOnChange" value="Y" />
179
+ <jsp:param name="timeSpanIndex" value="0" />
180
+ </jsp:include>
181
+ </td>
182
+ </tr>
183
+ </table>
181
184
 
182
- <aa:zone name="sourcePanelZone">
183
- <table id='sourcePanel' border="0" cellspacing="0" cellpadding="0" width="100%">
184
- <tr><td></td></tr>
185
- </table>
186
- </aa:zone>
187
- </td>
188
- </tr>
189
- </table>
190
- </div>
191
- </l5m:tab2>
192
- </l5m:tabPanel2>
193
- </td>
194
- </tr>
195
- </table>
196
- </div>
197
- <!--source panel end-->
198
- <div class="Q_SubmitBox">
199
- <table cellspacing="0" cellpadding="0" width="100%" style="margin-left:4px;margin-right:0px; ">
200
- <tr>
201
- <td colspan="100%" >
202
- <table width="100%" cellpadding="0" cellspacing="0">
203
- <tr bgcolor='#DDEEFF'>
204
- <td nowrap="nowrap" width="25%" style="text-align:left" >&nbsp;</td>
205
- <td nowrap="nowrap" width="50%" style="text-align:center" >
206
- <b> <a href="javascript:pageAction.submit('<%=ActionConstants.SUBMIT%>')"><img style='border:none' src="<%=request.getContextPath()%>/image/gif/submitBut.gif"/></a></b>
207
- </td>
208
- <td nowrap="nowrap" width="25%" style="text-align:right" >&nbsp;</td>
209
- </tr>
210
- </table>
211
- </td>
212
- </tr>
213
- </table>
214
- </div>
185
+ <aa:zone name="sourcePanelZone">
186
+ <table id='sourcePanel' border="0" cellspacing="0" cellpadding="0" width="100%">
187
+ <tr><td></td></tr>
188
+ </table>
189
+ </aa:zone>
190
+ </td>
191
+ </tr>
192
+ </table>
193
+ </div>
194
+ </l5m:tab2>
195
+ </l5m:tabPanel2>
196
+ </td>
197
+ </tr>
198
+ </table>
199
+ </div>
200
+ <!--source panel end-->
201
+ <div class="Q_SubmitBox">
202
+ <table cellspacing="0" cellpadding="0" width="100%" style="margin-left:4px;margin-right:0px; ">
203
+ <tr>
204
+ <td colspan="100%" >
205
+ <table width="100%" cellpadding="0" cellspacing="0">
206
+ <tr bgcolor='#DDEEFF'>
207
+ <td nowrap="nowrap" width="25%" style="text-align:left" >&nbsp;</td>
208
+ <td nowrap="nowrap" width="50%" style="text-align:center" >
209
+ <b> <a href="javascript:pageAction.submit('<%=ActionConstants.SUBMIT%>')"><img style='border:none' src="<%=request.getContextPath()%>/image/gif/submitBut.gif"/></a></b>
210
+ </td>
211
+ <td nowrap="nowrap" width="25%" style="text-align:right" >&nbsp;</td>
212
+ </tr>
213
+ </table>
214
+ </td>
215
+ </tr>
216
+ </table>
217
+ </div>
218
+
219
+
220
+ </div>
221
+ <!-- the end -->
222
+
223
+ <!--report panel start-->
224
+ <div class="Q_reportBox" >
225
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" style="margin-left:2px; margin-top:5px" class="reportTable">
226
+ <tr>
227
+ <td align="left" valign="top" width="99%">
228
+ <aa:zone name="result">
229
+ <div class="reportTopBox">
230
+ <c:forEach items="${PANEL}" var="panel" varStatus="panelIndex">
231
+ <c:if test="${panel.enable}">
232
+ <c:set var="jsChangePanel">
233
+ javascript:pageAction.changePanel('${panelIndex.index}');
234
+ </c:set>
235
+ <c:if test="${true}">
236
+ <div style=' ${worker.servicer.panelIndex == panelIndex.index ?"" : ""} ; white-space:nowrap; ${ true ?"font-weight: bold" : ""} ; font-size:11px; border-top-width:0px;${panelIndex.first?"border-left-width:0px":""}' nowrap id="displayBy_${panelIndex.index }" onclick="${baseServicerParameterBean.panelIndex== panelIndex.index ? '':(true? jsChangePanel:'')}" class="${worker.servicer.panelIndex== panelIndex.index? 'focus' : true ?'base':'base'}" >
237
+ ${panel.label}
238
+ </div>
239
+ </c:if>
240
+ <c:if test="${false}">
241
+ <div style=' ${worker.servicer.panelIndex == panelIndex.index || !true ?"cursor: none" : ""} ; white-space:nowrap; ${worker.servicer.panelIndex == panelIndex.index || true ?"font-weight: bold" : ""} ; font-size:11px; border-top-width:0px;${panelIndex.first?"border-left-width:0px":""}' nowrap id="displayBy_${panelIndex.index }" onclick="${baseServicerParameterBean.panelIndex== panelIndex.index ? '':(true? jsChangePanel:'')}" class="${worker.servicer.panelIndex== panelIndex.index? 'focus' :true?'base':'base'}" >
242
+ ${panel.label }
243
+ </div>
244
+ </c:if>
245
+ </c:if>
246
+ </c:forEach>
247
+ <div class="last">&nbsp;</div>
248
+ </div>
249
+ <div style='clear:both'/>
250
+ <table width="100%">
251
+ <tr>
252
+ <td nowrap="nowrap" height="40px" style="padding-left:5px;" >
253
+ </td>
254
+ <td nowrap="nowrap" height="40px" style="text-align:right; float:right ;padding-right:10px;">
255
+ ${worker.renderPaginatorHTML}
256
+ </td>
257
+ </tr>
258
+ </table>
259
+
260
+
261
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" >
262
+ <tr> <td nowrap="nowrap" align='left' >
263
+ <c:if test="${baseServicerParameterBean.panelIndex !=worker.help && baseServicerParameterBean.panelIndex !=worker.dataAvailability}" >
264
+ </c:if>
265
+ </td></tr>
266
+ <tr>
267
+ <td nowrap="nowrap" align='center' >
268
+ ${worker.renderHTML}
269
+ </td>
270
+ </tr>
271
+ </table>
272
+
215
273
 
216
274
 
217
- </div>
218
- <!-- the end -->
219
-
220
- <!--report panel start-->
221
- <div class="Q_reportBox" >
222
- <table border="0" cellpadding="0" cellspacing="0" width="100%" style="margin-left:2px; margin-top:5px" class="reportTable">
223
- <tr>
224
- <td align="left" valign="top" width="99%">
225
- <aa:zone name="result">
226
- <div class="reportTopBox">
227
- <c:forEach items="${PANEL}" var="panel" varStatus="panelIndex">
228
- <c:if test="${panel.enable}">
229
- <c:set var="jsChangePanel">
230
- javascript:pageAction.changePanel('${panelIndex.index}');
231
- </c:set>
232
- <c:if test="${panelIndex.index ==worker.dataAvailability || panelIndex.index ==worker.help}">
233
- <div style=' ${worker.servicer.panelIndex == panelIndex.index ?"cursor: none" : ""} ; white-space:nowrap; ${ true ?"font-weight: bold" : ""} ; font-size:11px; border-top-width:0px;${panelIndex.first?"border-left-width:0px":""}' nowrap id="displayBy_${panelIndex.index }" onclick="${baseServicerParameterBean.panelIndex== panelIndex.index ? '':(true? jsChangePanel:'')}" class="${worker.servicer.panelIndex== panelIndex.index? 'focus' : true ?'base':'base'}" >
234
- ${panel.label}
235
- </div>
236
- </c:if>
237
- <c:if test="${!(panelIndex.index ==worker.dataAvailability || panelIndex.index ==worker.help)}">
238
- <div style=' ${worker.servicer.panelIndex == panelIndex.index || !true ?"cursor: none" : ""} ; white-space:nowrap; ${worker.servicer.panelIndex == panelIndex.index || true ?"font-weight: bold" : ""} ; font-size:11px; border-top-width:0px;${panelIndex.first?"border-left-width:0px":""}' nowrap id="displayBy_${panelIndex.index }" onclick="${baseServicerParameterBean.panelIndex== panelIndex.index ? '':(true? jsChangePanel:'')}" class="${worker.servicer.panelIndex== panelIndex.index? 'focus' :true?'base':'base'}" >
239
- ${panel.label }
240
- </div>
241
- </c:if>
242
- </c:if>
243
- </c:forEach>
244
- <div class="last">&nbsp;</div>
245
- </div>
246
- <div style='clear:both'/>
247
- <table width="100%">
248
- <tr>
249
- <td nowrap="nowrap" height="40px" style="padding-left:5px;" >
250
- </td>
251
- <td nowrap="nowrap" height="40px" style="text-align:right; float:right ;padding-right:10px;">
252
- ${worker.renderPaginatorHTML}
253
- </td>
254
- </tr>
255
- </table>
256
-
257
-
258
- <table border="0" cellpadding="0" cellspacing="0" width="100%" >
259
- <tr> <td nowrap="nowrap" align='left' >
260
- <c:if test="${baseServicerParameterBean.panelIndex !=worker.help && baseServicerParameterBean.panelIndex !=worker.dataAvailability}" >
261
- </c:if>
262
- </td></tr>
263
- <tr>
264
- <td nowrap="nowrap" align='center' >
265
- ${worker.renderHTML}
266
- </td>
267
- </tr>
268
- </table>
269
-
270
-
271
-
272
-
273
-
274
-
275
-
276
- <c:if test="${baseServicerParameterBean.panelIndex ==worker.help}">
277
- <!-- the div of descriptionTab -->
278
- <div id="descriptionTab"><br/><br/><l5m:appDesc
279
- navigationBean="${worker.navigationBean}" style="${styleLowerCase}" id="navDesc" />
280
- </div>
281
- <!-- the end descriptionTab-->
282
- </c:if>
283
-
284
- <c:if test="${baseServicerParameterBean.panelIndex ==worker.dataAvailability}">
285
- <table width="100%">
286
- <tr>
287
- <td width="15%" rowspan="4">&nbsp;</td>
288
- <td width="70%">
289
- <c:set var="moduleGeneralAvailability" scope="request" value="${worker.servicer.generalAvailabilityModule}"/>
290
- <!-- GeneralAvailabilityModule.SESSION_NAME -->
291
- <table border="0" cellpadding="0" cellspacing="2" width="100%">
292
- <jsp:include page="GeneralAvailabilityModule.jsp" flush="true"/>
293
- </table>
294
- </td>
295
- <td width="15%" rowspan="4">&nbsp;</td>
296
- </tr>
297
- </table>
298
-
299
- </c:if>
300
- </aa:zone>
301
- </td>
302
- </tr>
303
- </table>
304
- </div>
305
- <!--report panel end-->
306
275
 
307
- <!-- dialog -->
308
-
309
-
310
- <l5m:dialog
311
- id="sortDialog"
312
- title="sort"
313
- overlayZIndex="100"
314
- dialogWidth="500px"
315
- dialogLeft="200"
316
- style="${styleLowerCase}"
317
- >
318
- <aa:zone name="sortDialogZone">
319
- <table style="font-size:11px;">
320
- <tr>
321
- <td id="sortingTD" style="text-align:left;white-space:nowrap;">
322
- <c:if test="${!empty paraBean.sortWrappers[paraBean.panelIndex]}">
323
- <c:forEach var="sortWrapper" items="${paraBean.sortWrappers[paraBean.panelIndex]}">
324
- <c:if test="${!empty sortWrapper.sortingKeysModuleStateBean}">
325
- <l5m:sortingKeysModule2 style="${styleLowerCase}" moduleTitle="Sort By"
326
- sortingKeysModuleStateBean="${sortWrapper.sortingKeysModuleStateBean}"
327
- id="${sortWrapper.sortingKeysModuleStateBean.id}"/>
328
- </c:if>
329
- </c:forEach>
330
- </c:if>
331
- </td>
332
- </tr>
333
-
276
+
277
+
278
+
279
+ <c:if test="${baseServicerParameterBean.panelIndex ==worker.help}">
280
+ <!-- the div of descriptionTab -->
281
+ <div id="descriptionTab"><br/><br/><l5m:appDesc
282
+ navigationBean="${worker.navigationBean}" style="${styleLowerCase}" id="navDesc" />
283
+ </div>
284
+ <!-- the end descriptionTab-->
285
+ </c:if>
286
+
287
+ <c:if test="${baseServicerParameterBean.panelIndex ==worker.dataAvailability}">
288
+ <table width="100%">
289
+ <tr>
290
+ <td width="15%" rowspan="4">&nbsp;</td>
291
+ <td width="70%">
292
+ <c:set var="moduleGeneralAvailability" scope="request" value="${worker.servicer.generalAvailabilityModule}"/>
293
+ <!-- GeneralAvailabilityModule.SESSION_NAME -->
294
+ <table border="0" cellpadding="0" cellspacing="2" width="100%">
295
+ <jsp:include page="GeneralAvailabilityModule.jsp" flush="true"/>
334
296
  </table>
335
-
336
-
337
- <script language="javascript1.2" type="text/javascript">
338
- <c:if test="${worker.showDialog}">
339
- $('sortDialog').show();
340
- </c:if>
341
- </script>
342
-
343
- </aa:zone>
344
- <l5m:dialogBottom>
345
- <a href="javascript:pageAction.clickButton('<%=ActionConstants.SORT_RERESH%>');;pageAction.hideDialog('sortDialog')"> [OK]</a>
346
- <a href="javascript:pageAction.hideDialog('sortDialog');">[Cancel]</a>
347
- <a href="javascript:pageAction.clickButton('<%=ActionConstants.SORT_RERESH%>');">[Apply]</a>
348
- </l5m:dialogBottom>
349
- </l5m:dialog>
350
-
351
- <l5m:dialog
352
- id="displayDialog"
353
- title="Columns & Rows"
354
- overlayZIndex="100"
355
- dialogWidth="500px"
356
- dialogHeight="300px"
357
- canClose="true"
358
- style="${styleLowerCase}">
359
- <aa:zone name="displayDialogZone">
360
-
361
- <table>
362
- <tr>
363
- <td style="text-align:left;white-space:nowrap;" valign="top">
364
- <c:if test="${!empty paraBean.displayWrappers[paraBean.panelIndex]}">
365
- <c:forEach var="displayWrapper" items="${paraBean.displayWrappers[paraBean.panelIndex]}">
366
- <c:if test="${!empty displayWrapper.columnsMap}">
367
- <l5m:multipleSelect
368
- id="${displayWrapper.id}"
369
- style="${styleLowerCase}"
370
- title="${displayWrapper.title}"
371
- sourceValues="${displayWrapper.columnsMap}"
372
- selectedValues="${displayWrapper.selectedColumns }"
373
- onChange=""
374
- displayMode="2"
375
- useSortBy="true"
376
- sortBy="1"
377
- sortField="2"
378
- selectedLabel="Select"
379
- sourceLabel="${displayWrapper.title}"
380
- sourceWidth="200"
381
- destinationWidth="200"
382
- sourceSize="5"
383
- destinationSize="5"
384
- />
385
- </c:if>
386
- </c:forEach>
387
- </c:if>
388
- </td>
389
- </tr>
390
- </table>
391
-
392
- <script type="text/javascript">
393
- <c:if test="${worker.showDialog}">
394
- $('displayDialog').show();
395
- </c:if>
396
- </script>
397
- </aa:zone>
398
- <l5m:dialogBottom>
399
- <a href="javascript:pageAction.hideDialog('displayDialog');pageAction.clickButton('<%=ActionConstants.DISPLAY_REFRESH%>');">[OK]</a>
400
- &nbsp;&nbsp;
401
- <a href="javascript:pageAction.hideDialog('displayDialog');">[Cancel]</a>
402
- &nbsp;&nbsp;
403
- <a href="javascript:pageAction.clickButton('<%=ActionConstants.DISPLAY_REFRESH%>');">[Apply]</a>
404
- </l5m:dialogBottom>
405
- </l5m:dialog>
297
+ </td>
298
+ <td width="15%" rowspan="4">&nbsp;</td>
299
+ </tr>
300
+ </table>
301
+
302
+ </c:if>
303
+ </aa:zone>
304
+ </td>
305
+ </tr>
306
+ </table>
307
+ </div>
308
+ <!--report panel end-->
309
+
310
+ <!-- dialog -->
311
+
312
+
313
+ <l5m:dialog
314
+ id="sortDialog"
315
+ title="Sort"
316
+ overlayZIndex="100"
317
+ dialogWidth="500px"
318
+ dialogLeft="200"
319
+ style="${styleLowerCase}"
320
+ >
321
+ <aa:zone name="sortDialogZone">
322
+ <table style="font-size:11px;">
323
+ <tr>
324
+ <td id="sortingTD" style="text-align:left;white-space:nowrap;">
325
+ <c:if test="${!empty paraBean.sortWrappers[paraBean.panelIndex]}">
326
+ <c:forEach var="sortWrapper" items="${paraBean.sortWrappers[paraBean.panelIndex]}">
327
+ <c:if test="${!empty sortWrapper.sortingKeysModuleStateBean}">
328
+ <l5m:sortingKeysModule2 style="${styleLowerCase}" moduleTitle="Sort By"
329
+ sortingKeysModuleStateBean="${sortWrapper.sortingKeysModuleStateBean}"
330
+ id="${sortWrapper.sortingKeysModuleStateBean.id}"/>
331
+ </c:if>
332
+ </c:forEach>
333
+ </c:if>
334
+ </td>
335
+ </tr>
336
+
337
+ </table>
338
+
339
+
340
+ <script language="javascript1.2" type="text/javascript">
341
+ <c:if test="${worker.showDialog}">
342
+ $('sortDialog').show();
343
+ </c:if>
344
+ </script>
345
+
346
+ </aa:zone>
347
+ <l5m:dialogBottom>
348
+ <a href="javascript:pageAction.clickButton('<%=ActionConstants.SORT_RERESH%>');;pageAction.hideDialog('sortDialog')"> [OK]</a>
349
+ <a href="javascript:pageAction.hideDialog('sortDialog');">[Cancel]</a>
350
+ <a href="javascript:pageAction.clickButton('<%=ActionConstants.SORT_RERESH%>');">[Apply]</a>
351
+ </l5m:dialogBottom>
352
+ </l5m:dialog>
353
+
354
+ <l5m:dialog
355
+ id="displayDialog"
356
+ title="Columns & Rows"
357
+ overlayZIndex="100"
358
+ dialogWidth="500px"
359
+ canClose="true"
360
+ style="${styleLowerCase}">
361
+ <aa:zone name="displayDialogZone">
362
+
363
+ <table>
364
+ <tr>
365
+ <td style="text-align:left;white-space:nowrap;" valign="top">
366
+ <c:if test="${!empty paraBean.displayWrappers[paraBean.panelIndex]}">
367
+ <c:forEach var="displayWrapper" items="${paraBean.displayWrappers[paraBean.panelIndex]}">
368
+ <c:if test="${!empty displayWrapper.columnsMap}">
369
+ <l5m:multipleSelect
370
+ id="${displayWrapper.id}"
371
+ style="${styleLowerCase}"
372
+ title="${displayWrapper.title}"
373
+ sourceValues="${displayWrapper.columnsMap}"
374
+ selectedValues="${displayWrapper.selectedColumns }"
375
+ onChange=""
376
+ displayMode="2"
377
+ useSortBy="true"
378
+ sortBy="1"
379
+ sortField="2"
380
+ selectedLabel="Select"
381
+ sourceLabel="${displayWrapper.title}"
382
+ sourceWidth="200"
383
+ destinationWidth="200"
384
+ sourceSize="5"
385
+ destinationSize="5"
386
+ />
387
+ </c:if>
388
+ </c:forEach>
389
+ </c:if>
390
+ </td>
391
+ </tr>
392
+ </table>
393
+
394
+ <script type="text/javascript">
395
+ <c:if test="${worker.showDialog}">
396
+ $('displayDialog').show();
397
+ </c:if>
398
+ </script>
399
+ </aa:zone>
400
+ <l5m:dialogBottom>
401
+ <a href="javascript:pageAction.hideDialog('displayDialog');pageAction.clickButton('<%=ActionConstants.DISPLAY_REFRESH%>');">[OK]</a>
402
+ &nbsp;&nbsp;
403
+ <a href="javascript:pageAction.hideDialog('displayDialog');">[Cancel]</a>
404
+ &nbsp;&nbsp;
405
+ <a href="javascript:pageAction.clickButton('<%=ActionConstants.DISPLAY_REFRESH%>');">[Apply]</a>
406
+ </l5m:dialogBottom>
407
+ </l5m:dialog>
406
408
 
407
409
 
408
- <l5m:dialog
409
- id="filterDialog"
410
- title="Filter"
411
- overlayZIndex="100"
412
- dialogWidth="700px"
413
- dialogHeight="300px"
414
- canClose="true"
415
- style="${styleLowerCase}">
416
- <aa:zone name="filterDialogZone">
417
- <script type="text/javascript">
418
- <c:if test="${worker.showDialog}">
419
- $('filterDialog').show();
420
- </c:if>
421
- </script>
422
- </aa:zone>
423
- <l5m:dialogBottom>
424
- <a href="javascript:pageAction.hideDialog('filterDialog');pageAction.clickButton('<%=ActionConstants.FILTER_REFRESH%>');">[OK]</a>
425
- &nbsp;&nbsp;
426
- <a href="javascript:pageAction.hideDialog('filterDialog');">[Cancel]</a>
427
- &nbsp;&nbsp;
428
- <a href="javascript:pageAction.clickButton('<%=ActionConstants.FILTER_REFRESH%>');">[Apply]</a>
429
- </l5m:dialogBottom>
430
- </l5m:dialog>
410
+ <l5m:dialog
411
+ id="filterDialog"
412
+ title="Filter"
413
+ overlayZIndex="100"
414
+ dialogWidth="700px"
415
+ canClose="true"
416
+ style="${styleLowerCase}">
417
+ <aa:zone name="filterDialogZone">
418
+ <script type="text/javascript">
419
+ <c:if test="${worker.showDialog}">
420
+ $('filterDialog').show();
421
+ </c:if>
422
+ </script>
423
+ </aa:zone>
424
+ <l5m:dialogBottom>
425
+ <a href="javascript:pageAction.hideDialog('filterDialog');pageAction.clickButton('<%=ActionConstants.FILTER_REFRESH%>');">[OK]</a>
426
+ &nbsp;&nbsp;
427
+ <a href="javascript:pageAction.hideDialog('filterDialog');">[Cancel]</a>
428
+ &nbsp;&nbsp;
429
+ <a href="javascript:pageAction.clickButton('<%=ActionConstants.FILTER_REFRESH%>');">[Apply]</a>
430
+ </l5m:dialogBottom>
431
+ </l5m:dialog>
431
432
 
432
-
433
- <l5m:dialog
434
- id="excelDialog"
435
- title="Export Option"
436
- overlayZIndex="100"
437
- dialogWidth="700px"
438
- dialogHeight="150px"
439
- canClose="true"
440
- style="${styleLowerCase}">
441
- <aa:zone name="exportDialogZone">
442
- <l5m:ExcelOption
443
- id="${servicer.excelOption.id}"
444
- stateBean="${servicer.excelOption}"
445
- style='${styleLowerCase}' includeCSV="true"
446
- />
447
- <script type="text/javascript">
448
- <c:if test="${worker.showDialog}">
449
- $('excelDialog').show();
450
- </c:if>
451
- </script>
452
- </aa:zone>
453
- <l5m:dialogBottom>
454
- <a href="javascript:pageAction.hideDialog('excelDialog');pageAction.clickExportButton('<%=ActionConstants.EXPORT_EXCEL%>');">[OK]</a>
455
- &nbsp;&nbsp;
456
- <a href="javascript:pageAction.hideDialog('excelDialog');">[Cancel]</a>
457
- &nbsp;&nbsp;
458
- <a href="javascript:pageAction.clickExportButton('<%=ActionConstants.EXPORT_EXCEL%>');">[Apply]</a>
459
- </l5m:dialogBottom>
460
- </l5m:dialog>
461
-
462
- <aa:zone name="footerZone">
463
- <l5m:jspFoot id="jspFoot"/>
464
- </aa:zone>
465
-
433
+
434
+ <l5m:dialog
435
+ id="excelDialog"
436
+ title="Export Option"
437
+ overlayZIndex="100"
438
+ dialogWidth="700px"
439
+ canClose="true"
440
+ style="${styleLowerCase}">
441
+ <aa:zone name="exportDialogZone">
442
+ <l5m:ExcelOption
443
+ id="${servicer.excelOption.id}"
444
+ stateBean="${servicer.excelOption}"
445
+ style='${styleLowerCase}' includeCSV="true"
446
+ />
447
+ <script type="text/javascript">
448
+ <c:if test="${worker.showDialog}">
449
+ $('excelDialog').show();
450
+ </c:if>
451
+ </script>
452
+ </aa:zone>
453
+ <l5m:dialogBottom>
454
+ <a href="javascript:pageAction.hideDialog('excelDialog');pageAction.clickExportButton('<%=ActionConstants.EXPORT_EXCEL%>');">[OK]</a>
455
+ &nbsp;&nbsp;
456
+ <a href="javascript:pageAction.hideDialog('excelDialog');">[Cancel]</a>
457
+ &nbsp;&nbsp;
458
+ <a href="javascript:pageAction.clickExportButton('<%=ActionConstants.EXPORT_EXCEL%>');">[Apply]</a>
459
+ </l5m:dialogBottom>
460
+ </l5m:dialog>
461
+
462
+ <aa:zone name="footerZone">
463
+ <l5m:jspFoot id="jspFoot"/>
464
+ </aa:zone>
465
+
466
+
467
+ <!-- end dialog -->
466
468
 
467
- <!-- end dialog -->
468
-
469
- </l5m:jspBody>
469
+ </l5m:jspBody>
470
470
  </html>
471
471
 
472
-
472
+