All pastes #2074864 Raw Edit

Someone

public text v1 · immutable
#2074864 ·published 2011-06-05 03:59 UTC
rendered paste body
<?php
/**
 * @package NAMC
 * @subpackage NAMC_Theme
 */
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>NAMC</title>

		<link rel="stylesheet" type="text/css" href="/style.css" />
		<link rel="stylesheet" type="text/css" href="/dropdown.css" />
		<script type="text/javascript" src="/dropdown.js"></script>
		<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
<style type="text/css">
<!--
.style1 {
	font-size: 24px;
	font-weight: bold;
}
-->
</style>

<script type="text/javascript" src="cookie.js"></script>
<script type="text/javascript">
var img = getCookie('currentImg');
if (img) img = parseInt(img);
else img=0;
img++;
if (img > 5) img = 1;
setCookie('currentImg',img);
function swapPic() {
  if(!document.getElementById) return; 
  var thePicture=document.getElementById("header");
  var picPath="banners/banner"+img+".gif";
  thePicture.style.background="url("+picPath+")";
}
 
</script>

</head>
<body onload="swapPic()">
</head>
<body>
<div id="skip">Skip to: <a href="#content">Content</a></div>
            <table align="center" summary="Layout table with two columns: menu and content">
  <thead>
  <tr>
    <td id="header" abbr="Header and Body" height="122px"></td>
  </tr>
    <tr>
  
    <td id="img" height="18%" width="100%">

		<ul id="nav">
			<li>
				<a href="#">Home</a>
			</li>
			<li>
				<a href="#">About NAMC</a>
                				<ul>
					<li>
						<a href="#">NAMC history</a>
					</li>
					<li>
						<a href="#">Core Leadership</a>
						<ul>
							<li>
								<a href="#">Third Level 1</a>
							</li>
							<li>
								<a href="#">Third Level 2</a>
							</li>
							<li>
								<a href="#">Third Level 3</a>
							</li>
						</ul></li></ul>
			</li>
			<li>
				<a href="#">Join NAMC</a>
				<ul>
					<li>
						<a href="#">Subscribe to Email List</a>
					</li>
					<li>
						<a href="#">Member Benefits</a>
					</li>
					<li>
						<a href="#">Membership application</a>
						<ul>
							<li>
								<a href="#">Third Level 1</a>
							</li>
							<li>
								<a href="#">Third Level 2</a>
							</li>
							<li>
								<a href="#">Third Level 3</a>
							</li>
						</ul>
					</li>
				</ul>
			</li>
			<li>
				<a href="#">News/Events</a>
						<ul>
							<li>
								<a href="#">Calendar</a>
							</li>
							<li>
								<a href="#">Event Archive</a>
							</li>
							<li>
								<a href="#">Newsletters</a>
							</li>
						</ul></li>
			<li>
				<a href="#">Diversity/Social Equity</a>
						<ul>
							<li>
								<a href="#">Project Summary</a>
							</li>
							<li>
								<a href="#">Process Design</a>
							</li>
							<li>
								<a href="#">Blue Ribbon Panel</a>
							</li>
							<li>
								<a href="#">Diversity/Social Equity Resources</a>
							</li>
						</ul></li>
            <li>
				<a href="#">Contact Us</a>
			</li>
            <li>
				<a href="#">Advocacy</a>
			</li>
            <li>
				<a href="#">Resources</a>
			</li>
		</ul>
		<script type="text/javascript">dropdown('nav', 'hover', 1000);</script>

    </td>
  </tr>
  </thead>
  <tbody>
  <tr>
    <td class="hgt" valign="top" bgcolor="#FFFFFF">


<!-- end header -->