温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:某大学学生管理系统(毕业设计)源码
当前文件:
StudentsInfo/ST_COMMAN/st_bottom.ascx,打开代码结构图
StudentsInfo/ST_COMMAN/st_bottom.ascx,打开代码结构图1<%@ Control Language="c#" Inherits="STGROUP.ST_Common.ST_Bottom" CodeBehind="st_bottom.ascx.cs" AutoEventWireup="false" %> 2
<LINK href="ST_COMMAN/style.css" type="text/css" rel="stylesheet"> 3
<body leftmargin="0" topmargin="0"> 4
<div align="center"> 5
<table cellSpacing="0" cellPadding="0" width="777" border="0" id="Table1" bgcolor="#CBC19E"> 6
<tr> 7
<td align="center"> 8
<span style="font-size: 10pt; font-family: Courier New"> 9
CopyRight @ Beijing STStudio 2006~2008<br> 10
DownLoad From <a href="http://www.51aspx.com">51aspx</a> </span> 11
</td> 12
</tr> 13
</table> 14
</div> 15
</body>




