-
Notifications
You must be signed in to change notification settings - Fork 46
/
nav.html
58 lines (58 loc) · 2.24 KB
/
nav.html
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Eclipse Project navigator</title>
<base target="main">
<link rel="stylesheet" href="../nav_style.css" type="text/css">
</head>
<body text="#000000" bgcolor="#6699CC" link="#FFFFCC" vlink="#551A8B" alink="#FF0000">
<table BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=1 WIDTH="100%" BGCOLOR="#90C8FF" >
<tr>
<td VALIGN=CENTER HEIGHT="21" BGCOLOR="#0080C0"> <a href="../eclipse/index.html" target="_top" class="navhead">eclipse
project</a></td>
</tr>
<tr VALIGN=CENTER>
<td VALIGN=CENTER HEIGHT="21"> <a href="../platform/index.html" class="nav" target="_top">Platform</a></td>
</tr>
<tr>
<td BGCOLOR="#CFFFFF"><img SRC="../images/c.gif" height=1 width=1></td>
</tr>
<tr VALIGN=CENTER>
<td VALIGN=CENTER HEIGHT="21"> <a href="../jdt/index.html" class="nav" target="_top">JDT</a></td>
</tr>
<tr>
<td BGCOLOR="#CFFFFF"><img SRC="../images/c.gif" height=1 width=1></td>
</tr>
<tr VALIGN=CENTER>
<td VALIGN=CENTER HEIGHT="21"> <a href="../pde/index.html" class="nav" target="_top">PDE</a></td>
</tr>
<tr>
<td BGCOLOR="#CFFFFF"><img SRC="../images/c.gif" height=1 width=1></td>
</tr>
<tr VALIGN=CENTER>
<td VALIGN=CENTER HEIGHT="21"> <a href="http://www.eclipse.org/rcp/" class="nav" target="_top">RCP</a></td>
</tr>
<tr>
<td BGCOLOR="#CFFFFF"><img SRC="../images/c.gif" height=1 width=1></td>
</tr>
<tr VALIGN=CENTER>
<td VALIGN=CENTER HEIGHT="21"> <a href="http://www.eclipse.org/equinox/" class="nav" target="_top">Equinox</a></td>
</tr>
<tr>
<td BGCOLOR="#CFFFFF"><img SRC="../images/c.gif" height=1 width=1></td>
</tr>
<tr valign=CENTER>
<td valign=CENTER height="21"> <a href="../documentation/main.html" class="nav">documentation</a></td>
</tr>
<tr>
<td bgcolor="#CFFFFF"><img src="../images/c.gif" height=1 width=1></td>
</tr>
<tr valign=CENTER>
<td valign=CENTER height="21"> <a href="development/main.html" class="nav">development</a></td>
</tr>
<tr>
<td BGCOLOR="#CFFFFF"><img SRC="../images/c.gif" height=1 width=1></td>
</tr>
</table>
</body>