您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->个人图书管理系统源码>>Reader/ReaderNotLogin.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:个人图书管理系统源码
当前文件:文件类型 MyLibary/Reader/ReaderNotLogin.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ReaderNotLogin.aspx.cs" Inherits="Reader_ReaderNotLogin" %> 2 3<%@ Register Src="../Controls/ReaderTop.ascx" TagName="ReaderTop" TagPrefix="uc1" %> 4 5<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 6 7<html xmlns="http://www.w3.org/1999/xhtml" > 8<head runat="server"> 9 <title>无标题页</title> 10</head> 11<body topmargin="0" leftmargin="0" rightmargin="0"> 12 <form id="form1" runat="server"> 13 <div> 14 <table align="center" id="table1" cellpadding="0" cellspacing="0" border="0" width="400"> 15 <tr> 16 <td valign="top" align="center" width=100% id="TDTree"> 17 <uc1:ReaderTop ID="ReaderTop1" runat="server" /> 18 </td> 19 </tr> 20 <tr> 21 <td vAlign="top" align="center"><iframe id="Main" name="frameMain" src="../BookManage/BookSearch.aspx" height="320" width="410" frameborder="no" marginwidth="0" marginheight="0"></iframe></td> 22 </tr> 23 </table> 24 </div> 25 </form> 26</body> 27</html> 28
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:个人图书管理系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号