Home  >  Article  >  Backend Development  >  [php] 5. Student management system-administrator welcome interface

[php] 5. Student management system-administrator welcome interface

WBOY
WBOYOriginal
2016-08-08 09:25:171362browse
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>管理员管理系统</title>
	</head>
	
	<body background="pic/bg.gif">
		<form action="admin_login.php" method="post">
			<table width="767" height="644" border="0" align="center">
				<tr>
					<td height="228" background="../pic/top.gif" />
				</tr>
				<tr>
			    	<td height="22" background="../pic/in_01.gif" />
			    </tr>
			    <tr>
			    	<td background="../pic/in_20.gif" >
			    		<table width="298" height="120" border="0" align="center">
			    			<tr>
			    				<td width="101">
			    					<strong>管理员名</strong>:
			    				</td>
			    				<td colspan="2">
			    					<label>
			    						<input type="text" name="name" />
			    					</label>
			    				</td>
			    			</tr>
			    			<tr>
			    				<td><strong>密码</strong>:</td>
			    				<td colspan="2">
			    					<label>
			    						<input type="password" name="password" />
			    					</label>
			    				</td>
			    			</tr>
			    			<tr>
			    				<td> </td>
						        <td width="30"> </td>
						        <td width="135">
						        	<input name="submit" type="submit" value="管理员登陆" />
									<input type="reset" value="清空" />
								</td>
			    			</tr>
			    		</table>
			    	</td>
			    </tr>
			</table>
		</form>
	</body>
</html>

Preview:


The above introduces [php] 5. Student Management System-Administrator Welcome Interface, including relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn