The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<!-- <?xml version="1.0" encoding="utf-8"?> -->
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Gantry: [% view.title %]</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<link rel="stylesheet" type="text/css" media="screen"
			title="Default" href="/style/default.css" />

    </head>
    <body id="timkeefer-com">
	
	<!-- START: top nav logo (using page element style) -->
	<div id="page">
		<img style="margin-bottom: -5px" width="740" src="/images/gantry_support.jpg" alt="Tim Keefer Logo" />
	</div>
	<!-- END: top nav logo -->

	<!-- START: top navigation -->
	<div id="nav">
		<div class="lowtech">Site Navigation:</div>	
		<ul>
			<li><a href="/">Home </a></li>
			<li><a href="/download/">Download </a></li>
			<!-- li><a href="http://svn.usegantry.org/pod?file=Gantry">Documentation
</a></li -->
			<li><a href="/mailinglists/">Mailing List</a></li>
		</ul>
	</div>
	<!-- END: top navigation -->

	<br /><br />
	
	<!-- START: top navigation -->
	<div id="nav">
		<div class="lowtech">Site Navigation:</div>	
		<ul>
			<li style="border-top: solid 1px #99d">
			<a href="/cgi-bin/gantry">Gantry</a></li>
			<li style="border-top: solid 1px #99d">
			<a href="/cgi-bin/bigtop">Bigtop </a></li>
		</ul>
	</div>
	<!-- END: top navigation -->

	<!-- START: title bar -->
	<div id="title">
		<h1>[% title %]</h1>
	</div>
	<!-- END: title bar -->

	<!-- START: page -->
	<div id="page">
		<!-- START: content -->
		<div id="content">
			
			<div id="column_one_of_two" style="width: 24%;">
			<ul id="details">
			
			<li style="padding-left: 0px">
			<a href="[% self.location %]">
				<strong>[% view.data.base_module %]</strong>
			</a>
			</li>

			[%- FOREACH pm IN view.data.files %]
				[% pm = pm.replace( '^/', '' ) %]
				[% pm = pm.replace( '/', '::' ) %]
				[% pm = pm.replace( '\.pm$', '' ) %]
					
				[% NEXT IF pm.match( 'Model::' ) %]
				[% NEXT IF pm.match( '::ModelHelper' ) %]

				<li style="padding-left: 0px">
				<a href="[% self.location %]/main/[% pm %]">[%-
					view.data.base_module %]::[% pm %]</a>
				</li>
			
			[%- END %]
			</ul>
			
			</div>
			
			<div id="column_two_of_two" 
				style="font-size: .8.5em; width: 71%; 
					border-left: solid 1px; padding-left: 10px">
				
				<div style="float: right">
				<ul class="pod_links">
				[%- FOREACH head IN view.data.headings %]
				<li>[% head %]</li>
				[%- END %]
				</ul>
				</div>

				[% content %]	
			
			</div>
			<br class="clear" />
			
		</div>
		<!-- END: content -->
	
	</div>
	<!-- END: page -->

	<!-- START: footer -->
	<div id="footer">
		[% USE Date %]
		<p>Page generated on [% Date.format(Date.now, "%A, %B %d, %Y at %l:%M
%p") %]
		[% IF r.user; "for $r.user"; END; %]
		<br />
			
		This site is licensed under a 
		<a rel="license" href="http://creativecommons.org/licenses/by/2.0/">
		Creative Commons License</a>,<br />
		except where otherwise noted.
		<br />
		<a rel="license" href="http://creativecommons.org/licenses/by/2.0/">
		<img src="http://www.timkeefer.com/cc.primary.srr.gif" width="88" 
			height="31" alt="Creative Commons License" border="0" /></a>

		</p>
	</div>
	<!-- END: footer -->
	
    </body>
</html>