File: navbar.htm

package info (click to toggle)
php-doc 20081024-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 57,752 kB
  • ctags: 3,858
  • sloc: xml: 686,554; php: 19,446; perl: 610; cpp: 500; makefile: 336; sh: 114; awk: 28
file content (31 lines) | stat: -rw-r--r-- 833 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html>
<head>
<title>Navigation</title>
<script language="JScript" src="docbook.js"></script>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="docbook.css">
</head>
<body onload="set_links()" bgcolor="#C0C0C0">
<div class="NAVBAR">
<table width="100%" border=0 cellpadding=0 cellspacing=0>
<tr>
  <td width="10%" align="left">
    <span class="NAVBTN" id="HOME"
          onClick='goto_link("HOME")'>Home</span>
  </td>
  <td width="40%" align="left">
    <span class="NAVBTN" id="UP"
          onClick='goto_link("UP")'>Up</span>
  </td>
  <td width="40%" align="right">
    <span class="NAVBTN" id="PREVIOUS"
          onClick='goto_link("PREVIOUS")'>Prev</span>
  </td>
  <td width="10%" align="right">
    <span class="NAVBTN" id="NEXT"
          onClick='goto_link("NEXT")'>Next</span>
  </td>
</tr>
</table>
</div>
</body>
</html>