📄 lycode.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ include file="common/include/taglibs.jsp" %>
<html:html>
<head>
<title><bean:write name="statusBean" property="boardName"/></title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="bookmark" href="favicon.ico" type="image/x-icon">
<%@ include file="common/include/header.jsp" %>
</head>
<body topmargin=0 leftmargin=0>
<p>
<br>
<table class=tableCommonStyle cellpadding="3" cellspacing="1" border=0 align=center>
<tr>
<td width="100%" colspan="2" class=catStyle align="center">
<b><bean:message key="jsp.lycode.title"/></b>
</td>
</tr>
<tr>
<td width="28%" class=forumColorOne><b><bean:message key="jsp.search.result.forumname"/>:</b></td>
<td width="72%" class=forumColorTwo><bean:write name="statusBean" property="boardName"/></td>
</tr>
<tr>
<td width="28%" class=forumColorOne><b><bean:message key="jsp.lycode.address"/>:</b></td>
<td width="72%" class=forumColorTwo>
<a href="<bean:write name="statusBean" property="boardUrl"/>" target=_blank><bean:write name="statusBean" property="boardUrl"/></a>
</td>
</tr>
<tr>
<td width="28%" class=forumColorOne><b><bean:message key="jsp.lycode.icon"/>:</b></td>
<td width="72%" class=forumColorTwo><img src="lybbs/images/mainlogo.gif" width=88 height=31></td>
</tr>
<tr>
<td width="28%" class=forumColorOne><b><bean:message key="jsp.lycode.description"/>:</b></td>
<td width="72%" class=forumColorTwo><bean:write name="statusBean" property="boardDescription"/></td>
</tr>
<tr>
<td width="28%" class=forumColorOne><b><bean:message key="jsp.lycode.demo"/>:</b></td>
<td width="100" class=forumColorTwo align="center">
<a href="<bean:write name="statusBean" property="boardUrl"/>" target=_blank><img src="lybbs/images/mainlogo.gif" align="left" width="88" height="31" border="0" title='<bean:write name="statusBean" property="boardName"/>
<bean:write name="statusBean" property="boardDescription"/>'></a>
</td>
</tr>
<tr>
<td width="100%" colspan="2" class=forumColorTwo align="center"><input type=button value="<bean:message key="jsp.logout.out.close"/>" onclick=window.close();></td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -