Online Catering

Submitted by: Submitted by

Views: 267

Words: 3781

Pages: 16

Category: Business and Industry

Date Submitted: 08/09/2013 03:26 AM

Report This Essay

MEMBER MASTER PAGE

<%@ Master Language="VB" CodeFile="Main_MasterPage.master.vb" Inherits="MasterPage" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">

<title>Online Library Management System</title>

<link href="App_Themes/Theme_Data/style.css" rel="stylesheet" type="text/css" />

<asp:ContentPlaceHolder id="head" runat="server">

</asp:ContentPlaceHolder>

</head>

<body>

<form id="form1" runat="server">

<div id="all">

<div id="container">

<!-- header -->

<div id="header">

<div id="logo">

<a href="#"><img src="App_Themes/Theme_Data/logo.gif" alt=""/><br/><br/> Online Library Management System </a>

</div>

<div id="head">

<ul>

<li><a href="#">O</a></li>

<li><a href="#">L</a></li>

<li><a href="#">S</a></li>

</ul>

<p> "To buy books would be a good thing, if we also could buy the time to read them....." </p>

</div>

</div>

<div id="main">

<div id="menu">

<ul>

<li><a href="Member_Home.aspx">Home</a></li>

<li><a href="AboutUs.aspx">About us</a></li>

<li><a href="Library_Books.aspx">Library Books</a></li>

<li><a href="ContactUs.aspx">Contacts Us</a></li>

</ul>

<h2> Benefit : </h2>

<p>&quot;The Principal Benefit of the Online Library will be to supplement the formal education system by making knowledge available to anyone who can read and has access.&quot;</p>...