Admin/website/include/navigation_dist.include.html
author haftmann
Tue, 28 Jun 2005 11:55:30 +0200
changeset 16575 15d5f8e729fe
parent 16296 f05c81817ec6
permissions -rw-r--r--
some minor improvements
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">
16239
5be516f79075 added shellcmd style
haftmann
parents: 16233
diff changeset
     3
<!-- $Id$ -->
16233
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"     ?>
16296
f05c81817ec6 refinements
haftmann
parents: 16239
diff changeset
     9
        <?navitem target="download.html"        title="Packages"         ?>
16233
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>