lycode.jsp

来自「LyBBS基于Struts1.3/Ajax的架构」· JSP 代码 · 共 49 行

JSP
49
字号
<%@ 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>&nbsp;
<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 + =
减小字号Ctrl + -
显示快捷键?