infoHighlight.jsp 364 Bytes
Newer Older
1 2 3 4 5 6 7
<%@ include file="/project/include.jsp" %>

<shell:highlight>
	<img src="${infoimg_1}" border="0" align="middle"/><span class="form-data">&nbsp;${infodesc_1}&nbsp;</span>
	<c:if test="${!empty infoimg_2}">&nbsp;&nbsp;&nbsp;<img src="${infoimg_2}" border="0" align="middle"/><span class="form-data">&nbsp;${infodesc_2}&nbsp;</span></c:if>
	<br/>
</shell:highlight>