?? function.asp
字號:
<table width="655" border="0" cellpadding="0" cellspacing="0">
<tr bgcolor="#33CCFF">
<td height="3" colspan="11"></td>
</tr>
<tr align="center" bgcolor="#99CC66">
<td></td>
<td width="90" align="center"> <a href="Default.asp">主頁</a></td>
<td width="105" align="center"><a href="ShowDepartment.asp">系信息</a></td>
<td width="106" align="center">
<% if Session("GuestType")>1 then %>
<a href="ShowTeacher.asp">教師信息</a>
<% Else
Response.Write("教師信息")
end if %> </td>
<td width="126" align="center"><a href="ShowSpeciality.asp">專業(yè)信息</a></td>
<td width="121" align="center"><a href="ShowClass.asp">班級信息</a></td>
<td width="96" align="center">
<% if Session("GuestType")>0 then %>
<a href="ShowStudent.asp">學(xué)生信息</a>
<% Else
Response.Write("學(xué)生信息")
end if %> </td>
</tr>
<tr bgcolor="#99CC66">
<td width="11" align="center"> </td>
<td width="90" align="center"><a href="ShowCourseType.asp">課程類別</a></td>
<td width="105" align="center"><a href="ShowCourse.asp">課程信息</a></td>
<td align="center"><a href="Grade.asp">成績信息</a></td>
<td align="center"><a href="ShowSpeciality_Course.asp">專業(yè)課程設(shè)置</a></td>
<td width="121" align="center"><a href="ShowCurriculumSchedule.asp">班級課程表 </a></td>
<td width="96" align="center">
</td>
</tr>
<tr bgcolor="#33CCFF">
<td height="3" colspan="11"></td>
</tr>
</table>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -