UQ Students should read the Disclaimer & Warning
Note: This page dates from 2005, and is kept for historical purposes.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Site Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
input {
border: none;
background-color: transparent;
}
-->
</style>
</head>
<body>
<h1>Site Menu </h1>
<p>This site uses a <acronym title="Cascading Style Sheet">CSS</acronym> menu
expansion technique<a id="orig_IE" href="#note_IE" title="Note for Internet Explorer users">*</a>, allowing navigational information to be presented in a
cleaner, easier to use and more concise fashion. This feature is aesthetic and
users without <acronym title="Cascading Style Sheet">CSS</acronym> support,
or with <acronym title="Cascading Style Sheet">CSS</acronym> disabled, will
still be able to view all content on this site. </p>
<p>However, I do recommend that, if possible, users acquire the latest browser
version with <acronym title="Cascading Style Sheet">CSS</acronym> and JavaScript
support enabled. </p>
<p>The contents of the menu are presented below without the <acronym title="Cascading Style Sheet">CSS</acronym> or JavaScript. </p>
<form action="http://www.google.com/search" title="Search this site (provided by Google)">
<p>
<input type="hidden" name="domains" value="uni.the-i.org" />
<input type="hidden" name="sitesearch" value="uni.the-i.org" />
<input style="width: 86%; border-bottom: 1px dashed" type="text" name="q" maxlength="256" value="Enter a search query" onblur="clr(this)" onfocus="clr(this)" />
<input style="width: 12%; border: 1px solid; cursor: pointer" type="submit" value="Search Site" />
</p>
</form>
<ul>
<li><a id="m_description" href="description" title="Description of this site and myself">What
is this & Who am I?</a>
<ul>
<li><a id="m_this-site" href="this-site" title="A quick overview of the techniques powering this site">How
this site works</a></li>
<li><a href="http://validator.w3.org/check/referer" title="Validate this page's XHTML code">XHTML
Validation</a></li>
<li><a href="http://jigsaw.w3.org/css-validator/check/referer" title="Validate this page's cascading style sheets">CSS
Validation</a></li>
<li><a id="m_<?php echo($page); ?>.src" href="<?php echo($page); ?>.src" title="View this page's source code">View
page source</a></li>
<li><a id="m_comments" href="comments" title="View all the comments left on this site">View
all Comments</a></li>
<li><a href="http://the-i.org" title="t h e - i . o r g | Accept no imitations">My
Other Site</a></li>
</ul>
</li>
<li><a id="m_studies-report" href="studies-report" title="Studies report showing studies undertaken and results achieved">Studies
Report</a></li>
<li><a id="m_contact" href="contact" title="Contact and Copyright Information, including disclaimer">Contact & Copyright</a></li>
</ul>
<?php
// include menu
include('_menu.inc');
?>
<p><a id="note_IE" href="#orig_IE" title="Return to originating link">*</a> Note: Current versions of Internet Explorer™ do not fully
support the required level of <acronym title="Cascading Style Sheet">CSS</acronym> needed
for the menu expansion effect used on this site, so <acronym title="Dynamic Hyper Text Markup Language">DHTML</acronym> JavaScript
has been used to add the required support. Because of this, Internet Explorer™ users
will need JavaScript enabled as well as <acronym title="Cascading Style Sheet">CSS</acronym>,
to correctly view this site’s menu.</p>
</body>
</html>