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

📄 newstypeupdate.jsp

📁 新闻发布系统,界面简单
💻 JSP
字号:
<%@ taglib prefix="c" uri="/WEB-INF/c.tld" %>
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>My JSP 'NewsTypeUpdate.jsp' starting page</title>
    
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	
	<link rel="stylesheet" type="text/css" href="styles.css">
	

  </head>
  
  <body background="Homepage4.jpg">
    <form name="form1" method="post" action="NewsTypeupdate.do2" enctype="multipart/form-data">
    <a href="Homepage.jsp">返回</a>
    <table width="100%" border="1" cellpadding="0" cellspacing="0" class="tableline" >
      <tr height="70" >
        <td colspan="2" class="tdtitle" ></td>
      </tr>
      <tr>
         <input type="hidden" name="ntid" value="${nt.ntid}">
         <input type="hidden" name="curpage" value=${param.curpage}>
         <input type="hidden" name="pagesize" value=${param.pagesize}>
        <td width="23%" class="tdnornalred" >新闻类别标题</td>
        <td width="77%" class="tdnornal"><input name="title" type="text" class="textwidth" id="title" value="${nt.ntname}"></td>
      </tr>
      <tr>
        <td class="tdnornalred">上传类别图片(图片名称):</td>
        <td class="tdnornal"><input name="picture" type="file" value="${nt.ntpicture}" id="author" class="textwidth" ></td>
      </tr>
      <tr>
        <td colspan="2" align="center" class="tdnornal"><input type="submit" name="Submit" value="提交该新闻类别">
        <input type="reset" name="Submit2" value="重置"></td>
      </tr>
    </table>
  </form>
  </body>
</html>

⌨️ 快捷键说明

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