File: guide-navigation.html

package info (click to toggle)
miro 1.2.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 60,356 kB
  • ctags: 15,099
  • sloc: cpp: 58,491; python: 40,363; ansic: 796; xml: 265; sh: 197; makefile: 167
file content (20 lines) | stat: -rw-r--r-- 902 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="Stylesheet" type="text/css" href="../css/style.css">
    <link rel="Stylesheet" type="text/css" href="../css/nav-bar.css">
</head>
<body>
    <div id="nav-bar">
        <ul>
            <li class="previous"><a href="action:back" ><span class="hidden">Previous</span></a></li>
           <li class="next"><a href="action:forward" ><span class="hidden">Next</span></a></li>

            <li class="home">
            <a href="action:home" class="home-button-left"><span class="home-button-right"><span class="home-button-content">HOME</span></span></a>
            </li>
        </ul>
        <img id="load-indicator" alt="loading" src="../images/load-indicator.gif">
    </div><!-- /nav-bar --> 
</body>
</html>