[m-rev.] for review: more minor changes to the web site

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Mar 28 23:16:03 AEST 2001


Estimated hours taken: 0.25
Branches: main

w3/include/information.inc:
	Add link to the Events and Reports sections (previously these
	were linked to only via the menu, not via the information.html page).

w3/include/menubar.inc:
	Add submenu entries for the "Contact" menu.

Workspace: /mnt/murlibobo/home/mercury0/fjh/mercury
Index: w3/include/information.inc
===================================================================
RCS file: /home/mercury1/repository/w3/include/information.inc,v
retrieving revision 1.1.1.1
diff -u -d -r1.1.1.1 information.inc
--- w3/include/information.inc	1998/09/01 02:41:05	1.1.1.1
+++ w3/include/information.inc	2001/03/23 21:22:08
@@ -53,3 +53,11 @@
         <a href = "information/developer.html">
         Information for the developers of Mercury</a>
 </ul>
+
+<h3> Events and Reports </h3>
+
+Want to know more about what's happening with Mercury?
+<p>
+Check out our <a href = "information/events.html">Events</a>
+and <a href = "information/reports.html">Reports</a> web pages.
+
Index: w3/include/menubar.inc
===================================================================
RCS file: /home/mercury1/repository/w3/include/menubar.inc,v
retrieving revision 1.13
diff -u -d -r1.13 menubar.inc
--- w3/include/menubar.inc	2001/03/28 12:55:06	1.13
+++ w3/include/menubar.inc	2001/03/28 13:05:20
@@ -120,7 +120,18 @@
 
 <P>
 
-<B><a href="<?echo $root?>/contact.html">Contact</a></B>
+<B><a href="<?echo $root?>/contact.html">Contact</a></B><BR>
+<?
+if($menu == "Contact") {
+?>
+<SMALL>
+    <a href="<?echo $root?>/contact/email.html">Email Addresses</a><BR>
+    <a href="<?echo $root?>/contact/people.html">People</a> <BR>
+    <a href="<?echo $root?>/mailing-lists/mailing-lists.html">Mailing Lists</a> <BR>
+</SMALL>
+<?
+}
+?>
 
 <P>
 

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list