includebanner.jsp

来自「Java/J2EE application framework based on」· JSP 代码 · 共 14 行

JSP
14
字号
<br>
<c:if test="${!empty accountForm.account.username}">
	<c:if test="${accountForm.account.bannerOption}">
		<table align="center" background="../images/bkg-topbar.gif" cellpadding="5" width="100%">
		<tr><td>
		<center>
				<c:out value="${accountForm.account.bannerName}" escapeXml="false"/>
				&nbsp;
		</center>
		</td></tr>
		</table>
	</c:if>
</c:if>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?