⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 itemadd.jsp

📁 一个基于Java的新闻发布系统
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<%@ taglib uri="/TestFCKeditor" prefix="FCK" %>

<html>
<head>
<title>无标题文档</title>
<link href="css/default.css" rel="stylesheet" type="text/css">
</head>

<%
String menuid=(String)request.getAttribute("menuid"); 
String menuName=(String)request.getAttribute("menuName"); 
%>
<body>

<form name="itemForm" action="ItemAction.do?act=doadd" method="POST">

<input type="hidden" name="menuid" value="<%=menuid%>">
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr valign="top">
    <td height="252" align="left">
	  <table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="34" align="left">&nbsp;&nbsp;文章管理:<%=menuName%>=>添加文章</td>
		  <td height="34" align="right">&nbsp;&nbsp;<a href="ItemAction.do?act=dolist&menuid=<%=menuid%>"><FONT color="#FF0000">文章管理</FONT></a> | <a href="MenuAction.do?act=dolist&menuid=<%=menuid%>">栏目管理</a></td>
        </tr>
      </table>
	  <hr>
      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="20%" align="center" nowrap>&nbsp;标题:</td>
          <td width="80%" align="left"><input type="text" name="DnetName" size="77"></td>
        </tr>

        <tr>
          <td width="20%" valign="top" align="center" nowrap>&nbsp;内容:</td>
          <td width="80%" align="left">
		  	<FCK:editor id="DnetContent" basePath="FCKeditor/" height="420" width="550"
				imageBrowserURL="../../../FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/jsp/connector"
				linkBrowserURL="../../../FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors/jsp/connector"
				flashBrowserURL="../../../FCKeditor/editor/filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/jsp/connector"
				imageUploadURL="../../../FCKeditor/editor/filemanager/upload/simpleuploader?Type=Image"
				linkUploadURL="../../../FCKeditor/editor/filemanager/upload/simpleuploader?Type=File"
				flashUploadURL="../../../FCKeditor/editor/filemanager/upload/simpleuploader?Type=Flash">
			</FCK:editor>
		  </td>
        </tr>
        <tr>
		  <td>&nbsp;</td>
          <td height="25" align="center"><input type="submit" name="okItem" value="确定提交">&nbsp;&nbsp;<input type="reset" name="reset" value="重新填写"></td>
		  <td>&nbsp;</td>
        </tr>
      </table>
	</td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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