Project Claire: default.html

From PikaDocs

 Valid XHTML 1.0!

Last modified: July 1, 2005

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="MSTHEMECOMPATIBLE" content="no"/>
<title>Pika: %%[page_title]%%</title>
<link rel="stylesheet" type="text/css" href="%%[base_url]%%/css/danio.css" />
</head>

<body>

<!-- "page-container" DIV -->

<div id="page-container">


    <!-- "banner" DIV -->

    <div id="banner">
		
        <!-- page title and breadcrumb -->
		
        <div id="title-box">

            <h1>%%[page_title]%%</h1>
            <h5>%%[nav]%%</h5>

        </div>
	    
        <!-- "global-search" form -->
		
        <form name="sform" method="get" action="%%[base_url]%%/search.php">
        <div id="global-search">

            <input class="search-text" title="Enter keywords for a global search of the Pika database" type="text" name="s" value="" accesskey="" />
            <input class="button" id="global-search-button" title="Global search of the Pika database" type="submit" value="Search" onmouseover="this.className='button button-hover'" onmouseout="this.className='button'" />

        </div>
        </form>
		
    </div> <!-- "banner" closing DIV -->
	
    <!-- "horizontal-navigation" DIV -->

    <div id="horizontal-navigation">

        <a href="%%[base_url]%%/" accesskey="" title="Pika Home page">Home</a>
        <a href="%%[base_url]%%/intake2.php/" accesskey="" title="Begin new intake">Intake</a>
        <a href="%%[base_url]%%/activity.php?screen=compose&act_type=L" accesskey="" title="Create new MSR entry">MSR</a>
        <a href="%%[base_url]%%/activity.php?screen=compose&act_type=T" accesskey="" title="Create new Time Slip">Time Slip</a>
        <a href="%%[base_url]%%/cal_day.php" accesskey="" title="Daily, weekly and monthly calendars">Calendar</a>
        <a href="%%[base_url]%%/cases.php/" accesskey="" title="Case List">Case List</a>
        <a href="%%[base_url]%%/reports/" accesskey="" title="Pika report options">Reports</a>
        <a href="%%[base_url]%%/site_map.php" accesskey="" title="Site Map">Site Map</a>

    </div> <!-- "horizontal-navigation" closing DIV -->

    <!-- "icon-navigation" DIV -->

    <div id="icon-navigation">

        <a target="_blank" href="http://www.google.com/"><img src="%%[base_url]%%/images/google_button.gif" alt="Google" title="Click to go to Google" /></a>
        <a target="_blank" href="http://www.lsnc.net/"><img src="%%[base_url]%%/images/lsnc_button.gif" alt="LSNC.net" title="Click to go to LSNC.net home page" /></a>
        <a target="_blank" href="http://www.westlaw.com/"><img src="%%[base_url]%%/images/westlaw_button.gif" alt="Westlaw" title="Click to go to Westlaw" /></a>

    </div> <!-- Icon-navigation closing DIV -->
		
    <!-- Begin page content -->
    %%[content]%%
    <!-- End page content -->
	
    <!-- Clear nested floats in "content-container" DIV -->
    <div class="clear-fix"></div>
	
</div> <!-- Page-Container closing DIV -->

</body>

</html>


Return to Table of Contents

Related articles and files: