Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv4175
Modified Files:
headers.php
Log Message:
Minor changes to previous commit.
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/headers.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** headers.php 21 Jun 2003 17:12:54 -0000 1.2
--- headers.php 21 Jun 2003 17:28:02 -0000 1.3
***************
*** 2,12 ****
<html>
<head>
- <meta content=
- "HTML Tidy for Windows (vers 1st February 2003), see www.w3.org"
- name="generator">
<title>
Untitled Document
</title>
! <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css">
body {color: black; font-weight: bolder; font-size: 30px; font-family: sans-serif; text-decoration: none; text-align: center }
--- 2,13 ----
<html>
<head>
<title>
Untitled Document
</title>
! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <meta http-equiv="Content-Language" content="en-CA">
! <meta name="copyright" content="© 2003 openFIRST http://openfirst.sf.net.">
! <meta name="author" content="OpenFIRST - http://openfirst.sf.net">
! <meta name="generator" content="OpenFIRST - http://openfirst.sf.net">
<style type="text/css">
body {color: black; font-weight: bolder; font-size: 30px; font-family: sans-serif; text-decoration: none; text-align: center }
***************
*** 42,46 ****
<a class="menu" accesskey="h" href="openfirst.org"><u>H</u>ome</a> | »
<a class="menu" accesskey="d" href="downloads.openfirst.org"><u>D</u>ownloads</a>
! | » <a accesskey="R" class="menu" href="openfirst.org/releasenotes.php"><u>R</u>elease
Notes</a> | » <a accesskey="m" class="menu" href="modules.openfirst.org"><u>M</u>odules</a>
| » <a class="menu" accesskey="l" href="openfirst.org/license.php"><u>L</u>icense</a>
--- 43,47 ----
<a class="menu" accesskey="h" href="openfirst.org"><u>H</u>ome</a> | »
<a class="menu" accesskey="d" href="downloads.openfirst.org"><u>D</u>ownloads</a>
! | » <a accesskey="r" class="menu" href="http://openfirst.org/releasenotes.php"><u>R</u>elease
Notes</a> | » <a accesskey="m" class="menu" href="modules.openfirst.org"><u>M</u>odules</a>
| » <a class="menu" accesskey="l" href="openfirst.org/license.php"><u>L</u>icense</a>
|