index1.jsp

来自「来源网上」· JSP 代码 · 共 67 行

JSP
67
字号
<%@page contentType="text/html; charset=gbk"%>
<HTML lang="gb2312">
	<HEAD>
<style type="text/css">
<!--
body {
	background-image: url(a293eaf499b108d5f3d3856d.jpg);
}

-->
</style>
	 <title>图书馆支持系统</title>
	</HEAD>
	<body >
		<center>
		<h1> </h1>
		<h1> </h1>
		<h1><font color="#FF0000" face="楷体_GB2312">欢迎进入图书馆管理系统</font></h1>
<table border="border">
<form name="form1" method="post" action="index.jsp" id="form1">
<center>
		<table border="border">
		<tr>
		<td> 
		<p align="center">用户名:</td>
		<td>
		<p align="center">
		<input name="TextBox1" type="text"/>
		</td>
		<tr>
		<td > 
		<p align="center">密 码:</td>
		<td>
		<p align="center">
		<input name="TextBox2" type="password" id="TextBox2">
		</td>
		</tr>
</center>
<center>
	<tr>
	<td>
	<p align="center">
	<input id="RadioButtonList1_1" type="radio" name="RadioButtonList1" value="管理员"/>
	 <label >管理员</label>
	</td>
	<td>
	<p align="center">
	<input id="RadioButtonList1_2" type="radio" name="RadioButtonList1" value="学生" checked="checked"  />
	<label >学生</label>
	</td>
	</tr>
	
	<tr>
	<td align="left">
	<p align="center">
	<input type="submit" name="Button1" value=" 登 录 " id="Button1" class="button" /></TD>
	<TD>
	<input type="submit" name="Button2" value=" 关 闭 " id="Button2" class="button" onclick="window.close();" /></TD>
	</td>
	</tr>	
</center>
</table>
</form>
<p> </p>
		<p> </p>
</body>
</HTML>

⌨️ 快捷键说明

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