?? insert_cinfo.php
字號:
<!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=gb2312" />
<title>insert student info</title>
<style type="text/css">
<!--
body {
background-image: url(image/200512319114114285.jpg);
repeat-x ;
}
.STYLE6 {font-size: 14px; color: #FFFFFF; }
-->
</style>
</head>
<?php
include("head.php");
?>
<body>
<form action="insertnew_Cinfo.php" method="post">
<table width="271" height="252" border="1" align="center">
<tr>
<td height="70"><span class="STYLE6">課程代碼</span></td>
<td width="189"><input type="text" name="Cid"></td>
</tr>
<tr>
<td height="70" class="STYLE6">課程名</td>
<td><input type="text" name="Cname"></td>
</tr>
<tr>
<td height="70" class="STYLE6">課程教師</td>
<td><input type="text" name="Cteacher"></td>
</tr>
<tr>
<td height="70" class="STYLE6">課程學分</td>
<td><input type="text" name="Ccredit"></td>
</tr>
<tr>
<td height="70" class="STYLE6">建議就讀學期</td>
<td><input type="text" name="Cgrade"></td>
</tr>
<tr>
<td height="70" class="STYLE6">課程描述</td>
<td><textarea name="Cdescription"></textarea></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置"></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -