forked from darktable-org/darktable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnavigation.html
More file actions
16 lines (16 loc) · 1.1 KB
/
Copy pathnavigation.html
File metadata and controls
16 lines (16 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="navigation" style="counter-reset: navchapter;">
<span class="navigationNumber">0</span><a href="index.shtml" target="_top">news</a>
<span class="navigationNumber">1</span><a href="about.shtml" target="_top">about</a>
<span class="navigationNumber">2</span><a href="features.shtml" target="_top">features</a>
<span class="navigationNumber">3</span><a href="screenshots.shtml" target="_top">screenshots</a>
<span class="navigationNumber">4</span><a href="install.shtml" target="_top">install</a>
<span class="navigationNumber">5</span><a href="documentation.shtml" target="_top">documentation</a>
<span class="navigationNumber">6</span><a href="contact.shtml" target="_top">contact</a>
</div>
<div class="eyeCatcher">
<img id="teaser" style='border-style:solid;border-width:1px;border-color:#6a6868' width='692' alt='header' src=''/>
</div>
<script language="JavaScript" type="text/javascript">
document.getElementById("teaser").src = "images/header/header" + (Math.floor(Math.random()*20) + 1) + ".jpg"
</script>
<!-- <img src="header.jpg" width="692" alt="header"/>-->