addtypepage.jsp
来自「基于JSP+MYSQL的教学资源库系统」· JSP 代码 · 共 47 行
JSP
47 行
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!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=gb2312">
<title>资源库素材上传系统</title>
<style type="text/css">
<!--
.style2 {font-family: "楷体_GB2312"; font-size: 26px;}
.style3 {font-size: 12px}
-->
</style>
</head>
<body>
<form name="form1" action="addType.jsp" method="post">
<table width="560" border="1" cellpadding="6" cellspacing="0" bordercolor="#000000" style="border-collapse:collapse ">
<tr>
<td height="53" colspan="2"><div align="center" class="style2"><b>多媒体学科专业类别添加页面</b></div></td>
</tr>
<tr>
<td height="26"><div align="right" class="style3">媒体素材类型</div></td>
<td height="26"><select name="multiMediaType" id="multiMediaType">
<option value="text">文本</option>
<option value="image">图像</option>
<option value="sound">声音</option>
<option value="video">视频</option>
<option value="animate">动画</option>
</select></td>
</tr>
<tr>
<td width="82" height="26"><div align="right"><span class="style3"> 学科专业</span></div></td>
<td width="448" height="26"><span class="style3">
<input name="subjectType" type="text" id="subjectType" size="15">
</span></td>
</tr>
<tr>
<td height="26" colspan="2"><div align="center">
<input type="reset" name="Submit2" value="重置">
<input type="submit" name="Submit" value="提交">
</div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?