>  기사  >  백엔드 개발  >  [php] 5. 학생 관리 시스템 - 관리자 환영 인터페이스

[php] 5. 학생 관리 시스템 - 관리자 환영 인터페이스

WBOY
WBOY원래의
2016-08-08 09:25:171359검색
<!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>

미리보기:


위 내용은 [php] 5. 학생 관리 시스템 - 관리자 환영 인터페이스 관련 내용을 포함하고 있어 PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.