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

📄 createmainproblem.jsp

📁 是一个J2EE的项目,在eclipse下编译通过,应用struts,hibernate开源框架,界面不是很漂亮.
💻 JSP
字号:
<%@ page language="java"  contentType="text/html;charset=UTF-8" pageEncoding="utf-8"%>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>personfile page</title>
  </head>
  
  <body>
     <form action="createmp.do" method="post">
    <table id="Table1" border="0" style="background-color: #a2c9ff; position:absolute; left:180px;" width="1000px">
    <tr>
    <td  colspan="2" align="center" height="50px"><span id="Label1" style="font-size:20;color:red;">新建主要问题</span></td>

    </tr>
	    <tr><td width="80px" height="30px"align="center"><span id="Label1" >姓名</span></td><td><input name="name" type="text" id="TextBox1" style="height:22px;width:200px;font-size: 12px" value=""/></td> </tr>
		<tr><td width="80px" height="30px"align="center">性别</td><td><select name="sex"><option value="男">男</option><option value="女">女</option><option selected>不定</option></select></td></tr>
	    <tr><td width="100px" height="30px"align="left">主要问题类型</td><td><select name="type"><option>主要问题1</option><option>主要问题2</option><option selected>主要问题3</option></select></td></tr>
    <tr>
        <td align="left" valign="top" width="100px">主要问题描述</td>
	    <td width=""><textarea cols="100" rows="10" name="description"></textarea></td>
	</tr>
	<tr>	
	   <td align="center" colspan="2" height="30px"><input type="submit" name="Button1" value="确定新建" id="Button1"style=""/>&nbsp;&nbsp;&nbsp;&nbsp;<input type="reset" name="Button2" value="重填信息" id="Button2" style=""/></td>
	</tr>
    </table>
    <table>
    <tr><td><a href="../backtomainproblem.do">返回</a></td></tr>
    </table>
   </form>
   <c:out value="${fds}"/>
  </body>
</html>

⌨️ 快捷键说明

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