All pastes #102270 Raw Edit

Anonymous

public text v1 · immutable
#102270 ·published 2006-07-27 13:43 UTC
rendered paste body
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="GamerForceMasterPage.master.cs" Inherits="GamerForceMasterPage" %>

<!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>GamerForce.net PC, Playstation 2, Playstation 3, PS Portable, Xbox, Xbox 360, Gamecube, Wii, Gameboy Advance, DS, Cheats, Forums, FAQs, News</title>
<!--[if IE]>
<link href="http://localhost:4355/WebSite1/scripts/css/GamerForceIE.css" media="all" rel="Stylesheet" />
<![endif]-->
<link href="http://localhost:4355/WebSite1/scripts/css/GamerForce.css" media="all" rel="Stylesheet" />
</head>
<body>
    <form id="form1" runat="server">
    <div class="header">
		<div class="topnavbar">
			<%-- <asp:ContentPlaceHolder ID="topnavbarContent" runat="server">
			</asp:ContentPlaceHolder> --%>
		</div><!-- end topnavbar -->
		<div class="banner">
			<asp:Image ID="banner" runat="server" AlternateText="GamerForce's Banner" ImageUrl="http://localhost:4355/WebSite1/images/gamerforcebanner.jpg" />
		</div><!-- end banner -->
		<div class="navbar">
			<script type="text/javascript" src="http://localhost:4355/WebSite1/scripts/js/GamerForceNavBar.js"></script>
		</div>
    </div><!-- end header -->
    <div class="footer">
		<asp:HyperLink ID="Copyright" runat="server" NavigateUrl="http://www.gamerforce.net/Default.aspx">GamerForce.net</asp:HyperLink>
    </div>
    </form>
</body>
</html>