Key to colours:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Page title here</title>
<!--START OF IEE HEADER TEMPLATE-->
<? include $HTTP_SERVER_VARS["DOCUMENT_ROOT"].'/resource/includes/ieeheader.inc'; ?>
<!--END OF IEE HEADER TEMPLATE-->
</head>
<body>
<!--START OF IEE LAYOUT TEMPLATE-->
<? include $HTTP_SERVER_VARS["DOCUMENT_ROOT"].'/resource/includes/ieelayout.inc'; ?>
<!--END OF IEE LAYOUT TEMPLATE-->
<!--START OF CUSTOM MENUS-->
<tr>
<td valign='top' align='left' class='thisSection'><a href='http://local.iee.org/yourbranch/'>Your Branch</a></td>
</tr>
<tr>
<td valign='top' align='left' class='section'><a href='somepage.html'>Example Link</a></td>
</tr>
<!--END OF CUSTOM MENUS-->
<!--START OF IEE LAYOUT FINISHER TEMPLATE-->
<? include $HTTP_SERVER_VARS["DOCUMENT_ROOT"].'/resource/includes/ieelayoutf.inc'; ?>
<!--END OF IEE LAYOUT FINISHER TEMPLATE-->
<!--START OF YOUR CONTENT-->
<h1 class="maintitle">Main Title Here</h1>
<p>Text</p>
<!--END OF YOUR CONTENT-->
<!--START OF IEE FOOTER TEMPLATE - YOU MUST CHANGE THE CONTACT DETAILS IN THE TABLE BELOW!-->
<table width="100%" border="0">
<tr><td colspan="2"><hr /></td></tr>
<tr><td colspan="2">
<a href="#top"><img src="http://local.iee.org/resource/images/button-top.gif" width="19" height="19" border="0" alt="[Top]" align="right"/></a>
</td></tr>
<tr><td colspan="2"><hr /></td></tr>
<tr>
<td valign="top">
<p>Contact: <a href="mailto:contactemail@iee.org">contact name</a><br />
Last modified by: <a href="mailto:authoremail@iee.org">author name</a><br />
Last modified: modified date</p>
</td>
<td valign="top">
<span class="copyright">
<strong>© 2003 IEE</strong><br />The Institution of Electrical Engineers, registered as a charity in the UK<br /><br />
<a href="mailto:webmasteremail@iee.org">Make general comments and ask questions about this website</a><br /><br />
</span>
</td>
</tr>
</table>
<? include $HTTP_SERVER_VARS["DOCUMENT_ROOT"].'/resource/includes/ieefooter.inc'; ?>
<!--END OF IEE FOOTER TEMPLATE-->
</body>
</html>