lib/l5m-tools/template/ttv2.jsp in l5m-tools-0.1.3 vs lib/l5m-tools/template/ttv2.jsp in l5m-tools-0.1.4
- old
+ new
@@ -2,11 +2,11 @@
<%@ page language="java"
import="java.util.*,
com.l5m.common.bean.*,
com.l5m.common.l5m_util.bean.*,
com.l5m.common.l5m_util.rld.*,
- com.l5m.common.util.*,com.l5m.customtags.beans.*, com.l5m.customtags.tags*,
+ com.l5m.common.util.*,com.l5m.customtags.beans.*, com.l5m.customtags.tags.*,
org.ajaxanywhere.AAUtils,
com.l5m.ttv2.bean.*,
com.l5m.ttv2.engine.worker.*,
com.l5m.common.l5m_util.module.*"
%>
@@ -33,11 +33,10 @@
<%
if(AAUtils.isAjaxRequest(request)){
AAUtils.addZonesToRefresh(request, "alwaysRefreshZone,"+ ((String)request.getAttribute("refreshZones")));
}
%>
- <c:set var="soc" value='${servicer.sourceOptionController}'/>
<c:set var='jsCache' value='<%="&__jstimeunique="+System.currentTimeMillis()%>'/>
<c:set var='theme' value='${worker.navigationBean.theme}' />
<c:set var='_request' value="<%=request%>"/>
<c:set var="isIE9Below" value="${l5mfunctions:isIE9Below(_request)}"/>
<%
@@ -49,11 +48,11 @@
<html>
- <l5m:jspHead useIE7Compatible="true" useCssImport='1' includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
+ <l5m:jspHead useIE7Compatible="true" useCssImport='1' cssImportParaBean="<%=_cssImport%>" jsImportParaBean="<%=_jsImport%>" includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
<!-- add additinal js css in here -->
<link href="<%=request.getContextPath()%>/htdoc/datepicker-lite.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="<%=request.getContextPath()%>/tagresources/javascript/timeSpan/datepicker-lite.js "></script>
@@ -381,10 +380,11 @@
<l5m:tabPanel2
id="${baseServicerParameterBean.tabPanelID}"
captions="${baseServicerParameterBean.tabbedPanelCaptions}"
selected="${baseServicerParameterBean.selectedTab}"
+ hiddenCaptions="${baseServicerParameterBean.hiddenPanelCaptions}"
style="${styleLowerCase}"
showDisplayControl="false">
<l5m:tab2>
<div class="text">
<table border="0" cellspacing="0" cellpadding="0" width="100%" style='height:100%;font-size:11px;'>
@@ -405,10 +405,10 @@
</table>
<aa:zone name="sourcePanelZone">
<table id='sourcePanel' border="0" cellspacing="0" cellpadding="0" width="100%">
<tr class="row">
- <td class="TD" style="${leftstyle};" nowrap valign="top"> /td>
+ <td class="TD" style="${leftstyle};" nowrap valign="top"> </td>
<td class="TD LD" style="${righstyle}; line-height:16px;">
</td>
</tr>
</table>