[open-ils-commits] r780 - evergreen-ils.org (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Feb 10 17:08:30 EST 2010


Author: phasefx
Date: 2010-02-10 17:08:24 -0500 (Wed, 10 Feb 2010)
New Revision: 780

Modified:
   evergreen-ils.org/downloads.php
Log:
thinko, committed the results of a php rendered page

Modified: evergreen-ils.org/downloads.php
===================================================================
--- evergreen-ils.org/downloads.php	2010-02-10 22:04:45 UTC (rev 779)
+++ evergreen-ils.org/downloads.php	2010-02-10 22:08:24 UTC (rev 780)
@@ -7,62 +7,11 @@
 </head>
 <body>
 <div id="wrap">
-<!--start header-->
-<div id="mainhead">
-<a href="/"><img src="/img/evergreen_logo.gif" border="0" alt="Open Source Integrated Library System" /></a>
-</div>
-<div id="subhead">
-<a href="/about.php" class="first">About Us</a> 
-<!-- a href="/search.php">Search</a -->
-<a href="/dokuwiki/doku.php?id=faqs:evergreen_faq_1">FAQs</a> 
-<a href="/documentation.php">Documentation</a> 
-<a href="/blog">Blog</a> 
-<!-- a href="/dokuwiki/doku.php?id=evergreen_libraries">Evergreen Libraries</a --> 
-<a href="/irc.php">Chat</a>
-<a href="/listserv.php">Mailing Lists</a>
-<a href="http://planet.evergreen-ils.org">Evergreen Blogs</a>
-<!-- a href="/cgi-bin/bugzilla/index.cgi">Bug Database</a -->
-<a href="/downloads.php">Download</a> 
-</div>
-<!--end header-->
+<?php include "/var/www/open-ils.org/incl/header.php" ;?>
 
+<?php include "/var/www/open-ils.org/incl/sidebar.php" ;?>
 
-<!--begin sidebar-->
 
-<link href="/css/style.css" rel="stylesheet" type="text/css" />
-<div id="side">
-<div id="sidebox">
-<h3>Quick Search</h3>
-<!-- Google CSE Search Box Begins  -->
-<form action="http://evergreen-ils.org/search.php" id="searchbox_010560097571033607994:41nggnnkkwg">
-  <input type="hidden" name="cx" value="010560097571033607994:41nggnnkkwg" />
-  <input type="hidden" name="cof" value="FORID:11" />
-  <input type="text" name="q" size="20" style="width: 175px"/>
-  <input style="display: none" type="submit" name="sa" value="Search" />
-</form>
-<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_010560097571033607994%3A41nggnnkkwg&lang=en"></script>
-<!-- Google CSE Search Box Ends -->
-</div>
-<br />
-
-<div id="sidebox">
-<h3>Quick Links</h3>
-<ul>
-<li><a href="http://gapines.org/">PINES (First Evergreen System)</a></li>
-<li><a href="/dokuwiki/doku.php?id=evergreen_libraries">Evergreen Libraries</a></li> 
-<li><a href="http://demo.gapines.org/">Evergreen Demo System</a></li>
-<li><a href="http://dev.gapines.org/">Evergreen Dev System</a></li>
-<li><a href="/downloads.php">Server &amp; Staff Client Download</a></li>
-<li><a href="/dokuwiki/doku.php?id=faqs:evergreen_roadmap">Development Roadmap</a></li>
-<li><a href="/dokuwiki/doku.php?id=faqs:evergreen_feature_request_procedures">Request a Feature</a></li>
-</ul>
-</div>
-
-<br />
-
-</div>
-
-
 <!--end side-->
 
 <div id="pagebody">
@@ -189,14 +138,9 @@
 
 <!--end pagebody-->
 
-<div id="footerwrap">
-<div id="footer">
-<p>
-&copy; 2008 <a href="http://www.georgialibraries.org">GPLS</a> | Partially funded by the Library Services &amp; Technology Act through the Institute of Museum and Library Services.
-</p>
+<?php include "/var/www/open-ils.org/incl/footer.php"; ?>
+
 </div>
-</div>
-</div>
 
 <!--end wrapper-->
 



More information about the open-ils-commits mailing list