?? modifyalumniform.inc
字號(hào):
<center>
<form method="POST" action="modify.php">
<table border="0" cellpadding="0" cellspacing="0" width="362" height="68">
<tr>
<td width="358" colspan="2" valign="middle" bgcolor="#000080" height="24" style="border-style: solid; border-width: 1">
<p align="center"><b><font color="#00FFFF" size="5">Edit Alumni Details</font></b>
</td>
</tr>
<tr>
<td width="124" height="21" style="border-style: solid; border-width: 1">
<div align="left"><b><font face="Haettenschweiler" size="4">Index No.</font></b></div>
</td>
<td width="234" height="21" style="border-style: solid; border-width: 1">
<p align="left">
<input type="text" name="index" Readonly="yes" src="32" value=<? echo @$id;?>>
</td>
</tr>
<tr>
<td width="124" height="21" style="border-style: solid; border-width: 1">
<div align="left"><b><font face="Haettenschweiler" size="4">Name</font></b></div>
</td>
<td width="234" height="21" style="border-style: solid; border-width: 1">
<p align="left">
<input type="text" name="name" size="32" value=<? echo @$name;?>>
</td>
</tr>
<tr>
<td width="124" height="21" style="border-style: solid; border-width: 1">
<div align="left"><b><font face="Haettenschweiler" size="4">Email</font></b></div>
</td>
<td width="234" height="21" style="border-style: solid; border-width: 1">
<p align="left">
<input type="text" name="email" size="32" value=<? echo @$email;?>>
</td>
</tr>
<tr>
<td width="124" height="21" style="border-style: solid; border-width: 1">
<div align="left"><b><font face="Haettenschweiler" size="4">Country</font></b></div>
</td>
<td width="234" height="21" style="border-style: solid; border-width: 1">
<p align="left">
<input type="text" name="country" size="32" value=<? echo @$country;?>>
</td>
</tr>
<tr>
<td width="124" height="21" style="border-style: solid; border-width: 1">
<div align="left"><b><font face="Haettenschweiler" size="4">Address</font></b></div>
</td>
<td width="234" height="21" style="border-style: solid; border-width: 1">
<input type="text" name="address" size="32" value=<? echo @$address;?>>
</td>
</tr>
<tr>
<td width="124" height="21" style="border-style: solid; border-width: 1">
<div align="left"><b><font face="Haettenschweiler" size="4">Department</font></b></div>
</td>
<td width="234" height="21" style="border-style: solid; border-width: 1">
<input type="text" name="department" size="32" value=<? echo @$department;?>>
</td>
</tr>
<tr>
<td width="124" height="22" style="border-style: solid; border-width: 1">
<div align="left"><b><font face="Haettenschweiler" size="4">Year</font></b></div>
</td>
<td width="234" height="22" style="border-style: solid; border-width: 1">
<input type="text" name="year" size="7" value=<? echo @$year;?>>
<b><font color="#800000">e.g. 2003</font></b></td>
</tr>
<tr>
<td width="124" height="19" valign="middle" style="border-style: solid; border-width: 1">
<p align="center"><font color="#008000">
<input type="submit" value="Update" name="B1">
</font></p>
</td>
<td width="234" height="19" valign="middle" style="border-style: solid; border-width: 1">
<p align="center">
<input type="reset" value="Reset" name="B2">
</p>
</td>
</tr>
<tr>
<td width="124" height="21" style="border-style: solid; border-width: 1"></td>
<td width="234" height="21" style="border-style: solid; border-width: 1"></td>
</tr>
</table>
</form>
</center>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -