Admin/website/include/navigation_dist.include.html
author haftmann
Sat, 04 Jun 2005 10:26:08 +0200
changeset 16233 e634d33deb86
child 16239 5be516f79075
permissions -rw-r--r--
added new website
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16233
e634d33deb86 added new website
haftmann
parents:
diff changeset
     1
<?xml version='1.0' encoding='iso-8859-1' ?>
e634d33deb86 added new website
haftmann
parents:
diff changeset
     2
<!DOCTYPE div PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
e634d33deb86 added new website
haftmann
parents:
diff changeset
     3
<?cvs id="$Id$"?>
e634d33deb86 added new website
haftmann
parents:
diff changeset
     4
<div id="navigation">
e634d33deb86 added new website
haftmann
parents:
diff changeset
     5
    <h2>Navigation</h2>
e634d33deb86 added new website
haftmann
parents:
diff changeset
     6
    <ul>
e634d33deb86 added new website
haftmann
parents:
diff changeset
     7
        <?navitem target="index.html"           title="Mirrors"          ?>
e634d33deb86 added new website
haftmann
parents:
diff changeset
     8
        <?navitem target="installation.html"    title="Installation"     ?>
e634d33deb86 added new website
haftmann
parents:
diff changeset
     9
        <?navitem target="download.html"        title="Download"         ?>
e634d33deb86 added new website
haftmann
parents:
diff changeset
    10
        <?navitem target="documentation.html"   title="Documentation"    ?>
e634d33deb86 added new website
haftmann
parents:
diff changeset
    11
        <?navitem target="others.html"          title="Other links"      ?>
e634d33deb86 added new website
haftmann
parents:
diff changeset
    12
    </ul>
e634d33deb86 added new website
haftmann
parents:
diff changeset
    13
</div>