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 59 60 61
|
<!------------------------------------------------------------------------------
! Copyright (c) 2000, 2004 IBM Corporation and others.
!
! This program and the accompanying materials
! are made available under the terms of the Eclipse Public License 2.0
! which accompanies this distribution, and is available at
! https://www.eclipse.org/legal/epl-2.0/
!
! SPDX-License-Identifier: EPL-2.0
!
! Contributors:
! IBM Corporation - initial API and implementation
------------------------------------------------------------------------------->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Banner</title>
<style type="text/css">
/* need this one for Mozilla */
HTML {
width:100%;
height:100%;
margin:0px;
padding:0px;
border:0px;
}
BODY {
background-color:#7168D1;
text:white;
height:60px;
}
TABLE {
margin:0;
border:0;
padding:0;
height:100%;
}
</style>
</head>
<body marginwidth="0" marginheight="0">
<table align="left" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align=left valign="center"><img src="images/help_banner.jpg" alt="Eclipse icon" title="Eclipse icon">
</td>
</tr>
</table>
</body>
</html>
|