Admin/website/include/navigation.include.html
author haftmann
Wed, 28 Sep 2005 09:14:44 +0200
changeset 17687 52157349e006
parent 17677 9763b78adb1b
permissions -rw-r--r--
better appearance in lynx and netscape4

<?xml version='1.0' encoding='iso-8859-1' ?>
<!DOCTYPE div PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- $Id$ -->
<div id="navigation">
    <h2>Navigation</h2>
    <ul>
        <?navitem target="index.html"           title="Home"                           ?>
        <?navitem target="overview.html"        title="Overview"                       ?>
        <?navitem target="logics.html"          title="Logics"                         ?>
        <?navitem target="installation.html"    title="Installation"                   ?>
        <?navitem target="download.html"        title="Download"                       ?>
        <?navitem target="documentation.html"   title="Documentation"                  ?>
        <?navitem target="community.html"       title="Community"                      ?>
    </ul>
    <div class="hr"><hr/></div>
    <ul>
        <li><?include file="//include/mirrorlist.include.html"?></li>
    </ul>
</div>