您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->某高校团委在线报名系统源码>>MasterPage.master>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:某高校团委在线报名系统源码
当前文件:文件类型 TuanWeiBaoMing/MasterPage.master打开代码结构图
普通视图
		            
1<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage_070521" %> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xmlns="http://www.w3.org/1999/xhtml" > 4<head runat="server"> 5 <title>信管系团委学生会 网上报名表</title> 6<link href="App_Themes/SkinFile/myliuyan.css" rel="stylesheet" type="text/css"> 7</head> 8<body style="background-color: #ccccff"> 9<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0" rules="none" class="border"> 10 <tr> 11 <td><div align="center"><img src="images/top-1.jpg" ></div></td> 12 </tr> 13</table> 14 <form id="form1" runat="server"> 15 <div align="center" > 16 <table border="0" cellpadding="0" cellspacing="0" style="height:80" width="90%"> 17 <tr> 18 <td style="height: 80px" > 19 <div align="center" style="text-align: center"> 20 <div style="text-align: center"> 21 <table> 22 <tr> 23 <td align="center" style="background-color: #cccccc; height: 21px;" 24 valign="middle"> 25 <asp:LinkButton ID="LinkButton1" runat="server" PostBackUrl="~/index.aspx" >申  报</asp:LinkButton>&nbsp; &nbsp; | &nbsp;<asp:LinkButton ID="LinkButton2" runat="server" PostBackUrl="~/user_list.aspx">报名列表</asp:LinkButton>&nbsp; 26 |&nbsp; <asp:LinkButton ID="LinkButton3" runat="server" PostBackUrl="~/user_modify_0.aspx">数据修改</asp:LinkButton>&nbsp; 27 | 28 <asp:LinkButton ID="LinkButton4" runat="server" PostBackUrl="~/ad_login.aspx">后台管理</asp:LinkButton> 29 &nbsp; | 30 <asp:LinkButton ID="LinkButton5" runat="server" PostBackUrl="~/ad_quit.aspx">退出登陆</asp:LinkButton>&nbsp; 31 </td> 32 </tr> 33 </table> 34 </div> 35 </div> 36 </td> 37 </tr> 38 <tr> 39 <td style="width: 100%; text-align: center;"> 40 <asp:contentplaceholder id="ContentPlaceHolder1" runat="server"> 41 </asp:contentplaceholder> 42 <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="border"> 43 <tr> 44 <td style="text-align: center"> 45 <a href="http://www.51aspx.com" target="_blank">Download From 51aspx.com</a>&nbsp; 作者:2指禅</td> 46 </tr> 47</table> 48 </td> 49 </tr> 50 </table> 51 </div> 52 </form> 53</body> 54</html> 55
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:某高校团委在线报名系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号