📄 noteshow.jsp
字号:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ include file="/app/inc/header.jsp"%>
<html:html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title><bean:message key="footer.note"/></title>
<meta name="keywords" content="www.yyhweb.com,yhcms,java,yyh,由由华网,个人网站,新闻系统,文章管理系统,">
<meta name="description" content="www.yyhweb.com由由华网(个人网站),爱好编程,热爱生活">
<meta name="generator" content="YHCMS 2.0,yhcms">
<meta name="author" content="stephen,yyh,yyhweb@126.com">
</head><body>
<br><table class="tab1" align="center" width="760px" cellSpacing="0" cellPadding="0">
<tr height="24px"><td class="td_b" colspan="2">
<table class="tab" width="100%" cellSpacing="0" cellPadding="0">
<tr>
<td width="12%"> <bean:message key="artshow.postion"/>:</td>
<td width="10%" align="center">
<html:link page="/index.html"><bean:message key="artshow.index"/></html:link> >> </td>
<td><html:link page="/NoteShow.html"><bean:message key="footer.note"/></html:link>
</td>
</tr>
</table>
</td></tr>
<tr class="tr_1"><td height="4px" colspan="2"></td></tr>
<tr><td class="td_tb" height="4px" colspan="2"> </td></tr>
<tr class="tr_1">
<td height="28px" class="td_b" colspan="2">
<html:link page="/NoteAdd.html"><bean:message key="noteadd.post"/></html:link>
<html:link page="/NoteShow.html"><bean:message key="noteadd.all"/></html:link>
</td>
</tr>
<logic:present name="curnote">
<tr><td class="td_b" width="25%">
<bean:message key="notelist.name"/>:<bean:write name="curnote" property="author" /><br>
<bean:message key="notelist.comefrom"/>:<bean:write name="curnote" property="comefrom" /><br>
<img src="app/images/avatars/<bean:write name="curnote" property="image" />.gif"><br>
<bean:message key="notelist.ip"/>:<bean:write name="curnote" property="ip" /><br>
</td>
<td class="td_lb" width="75%" valign="top">
<table class="tab" width="100%" cellSpacing="0" cellPadding="0">
<tr>
<td class="td_b">
<logic:notEqual name="curnote" property="weburl" value=" ">
<a href="http://<bean:write name="curnote" property="weburl" />" target=_blank>
<bean:message key="notelist.homepage"/></a>
</logic:notEqual>
<logic:equal name="curnote" property="weburl" value=" ">
<bean:message key="notelist.homepage"/>
</logic:equal>
<logic:notEqual name="curnote" property="email" value=" ">
<a href="mailto:<bean:write name="curnote" property="email" />"
title="<bean:write name="curnote" property="email" />">
<bean:message key="noteadd.email"/></a>
</logic:notEqual>
<logic:equal name="curnote" property="email" value=" ">
<bean:message key="noteadd.email"/>
</logic:equal>
<logic:notEqual name="curnote" property="qq" value="0">
<a href="#" title="<bean:write name="curnote" property="qq" />">
<bean:message key="noteadd.qq"/></a>
</logic:notEqual>
<logic:equal name="curnote" property="qq" value="0">
<bean:message key="noteadd.qq"/>
</logic:equal>
</td>
</tr>
<tr class="tr_1"><td height="4px" colspan="2"></td></tr>
<tr><td class="td_t" colspan="2">
『<bean:write name="curnote" property="title" />』
</td></tr>
<tr><td colspan="2"> </td></tr>
<tr><td colspan="2">
<bean:write name="curnote" property="content" filter="false"/><br>
</td></tr>
<logic:notEqual name="curnote" property="answer" value=" ">
<tr><td colspan="2" class="td_t">
管理员回复:<bean:write name="curnote" property="answer" /><br>
</td></tr>
</logic:notEqual>
<tr><td colspan="2"> </td></tr>
</table>
</td>
</tr>
</logic:present>
<logic:notPresent name="curnote">
<tr height="30px"><td colspan="2" class="td_b" align="center"> <bean:message key="noteshow.note.no"/></td></tr>
</logic:notPresent>
<tr><td width="25%" valign="top"> </td>
<td class="td_l" width="75%" valign="top"><br> </td></tr>
</table>
</body></html:html>
<%@ include file="/app/inc/footer.jsp"%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -