📄 editnews.jsp
字号:
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Insert title here</title>
<style type="text/css">
<!--
body,td,th {
font-size: 9pt;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #999999;
}
-->
</style>
<script type="text/javascript" src="../../fckeditor/fckeditor.js"></script>
</head>
<body>
<table width="980" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td colspan="2">
<img src="images/managertop.jpg" width="980" height="71">
</td>
</tr>
<tr>
<td width="157" height="441" align="center" valign="top"
background="images/leftbg.jpg"><jsp:include page="menu.jsp"></jsp:include></td>
<td width="823" align="center" valign="top" bgcolor="#E0E0E0">
<br>
<table width="800" border="0" cellpadding="1" cellspacing="1"
bgcolor="#999999">
<tr>
<td height="30" bgcolor="#245F93">
</td>
</tr>
<tr>
<td height="263" align="center" valign="top" bgcolor="#FFFFFF">
<s:form action="saveNews" theme="simple">
<table width="761" border="0" cellpadding="1" cellspacing="1"
bgcolor="#CCCCCC">
<tr>
<td height="25" colspan="2" align="center" valign="middle"
bgcolor="#FFFFFF">
添加新闻
</td>
</tr>
<tr>
<td width="80" height="25" align="center" valign="middle"
bgcolor="#FFFFFF">
闻新标题:
</td>
<td width="674" height="25" align="left" valign="middle"
bgcolor="#FFFFFF">
<s:textfield name="news.newsTitle" size="90" maxlength="90"></s:textfield>
</td>
</tr>
<tr>
<td height="25" align="center" valign="middle"
bgcolor="#FFFFFF">
闻新内容:
</td>
<td width="674" height="25" align="left" valign="middle"
bgcolor="#FFFFFF">
<script type="text/javascript">
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'news.newsInfo' ) ;
oFCKeditor.BasePath="../../fckeditor/";
oFCKeditor.Width="650";
oFCKeditor.Height="550";
oFCKeditor.ToolbarSet="itcastbbs";
oFCKeditor.ReplaceTextarea() ;
}
</script>
<textarea id="MyTextarea" name="news.newsInfo"><s:property value="news.newsInfo"/></textarea>
</td>
</tr>
<tr>
<td height="25" colspan="2" align="left" valign="middle"
bgcolor="#FFFFFF">
<s:hidden name="news.newid"></s:hidden>
<s:submit></s:submit>
</td>
</tr>
</table>
</s:form>
</td>
</tr>
<tr>
<td height="20" bgcolor="#245F93">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -