l5m-tools 0.0.10 → 0.0.11

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