温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:WebQuest发布系统源码及文档
当前文件:
WebQuest/Admin/Admin.master,打开代码结构图
WebQuest/Admin/Admin.master,打开代码结构图1<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Admin.master.cs" Inherits="Admin_Admin" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head runat="server"> 7
<title>无标题页</title><link href="../css/style.css" rel="stylesheet" type="text/css" /> 8
</head> 9
<body> 10
<form id="form1" runat="server"> 11
<div id="header" style="text-align: center"><p></p><br /> 12
<p class="head"> |<a href="admin_users.aspx" class="head">用户管理</a>|<a href="admin_webquests.aspx" class="head">主题管理</a>|<a 13
href="admin_subjects.aspx"class="head" >学科管理</a>|<a href="admin_activities.aspx" class="head">活动管理</a>|<a href="admin_comments.aspx" class="head">评论管理<br /> 14
</a></p> 15
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server"> 16
</asp:contentplaceholder> 17
</div><div id="foot"><br /> 18
<p class="head" style="text-align: center"> 19
<a href="../index.aspx">回到首页</a>|<a href="http://www.51aspx.com/CV/WebQuest" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a> 20
</p></div> 21
</form> 22
</body> 23
</html> 24



