summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2001-11-06 20:29:51 +0000
committerGrant Gayed <ggayed>2001-11-06 20:29:51 +0000
commitacc13c2bc714c5c9b0541d5a6646316ed03a03ee (patch)
treef8782d644a528506080508bb11ff7e1489d32094 /examples
parent375471d2d3bb7ffa5afc77769c8abf13fead668d (diff)
downloadeclipse.platform.swt-acc13c2bc714c5c9b0541d5a6646316ed03a03ee.tar.gz
eclipse.platform.swt-acc13c2bc714c5c9b0541d5a6646316ed03a03ee.tar.xz
eclipse.platform.swt-acc13c2bc714c5c9b0541d5a6646316ed03a03ee.zip
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.swt.examples.controls/about.html31
-rw-r--r--examples/org.eclipse.swt.examples.launcher/about.html31
-rw-r--r--examples/org.eclipse.swt.examples.ole.win32/about.html31
-rw-r--r--examples/org.eclipse.swt.examples.paint/about.html31
-rw-r--r--examples/org.eclipse.swt.examples/about.html31
5 files changed, 130 insertions, 25 deletions
diff --git a/examples/org.eclipse.swt.examples.controls/about.html b/examples/org.eclipse.swt.examples.controls/about.html
index fcadc82e6a..9a15e5ca28 100644
--- a/examples/org.eclipse.swt.examples.controls/about.html
+++ b/examples/org.eclipse.swt.examples.controls/about.html
@@ -1,9 +1,30 @@
<html>
-<title>about.html</title>
+<head>
+<title>About</title>
+<style type="text/css">
+p, table, td, th { font-family: arial, helvetica, geneva; font-size: 10pt}
+pre { font-family: "Courier New", Courier, mono; font-size: 10pt}
+h2 { font-family: arial, helvetica, geneva; font-size: 18pt; font-weight: bold ; line-height: 14px}
+code { font-family: "Courier New", Courier, mono; font-size: 10pt}
+sup { font-family: arial,helvetica,geneva; font-size: 10px}
+h3 { font-family: arial, helvetica, geneva; font-size: 14pt; font-weight: bold}
+li { font-family: arial, helvetica, geneva; font-size: 10pt}
+h1 { font-family: arial, helvetica, geneva; font-size: 28px; font-weight: bold}
+body { font-family: arial, helvetica, geneva; font-size: 10pt; clip: rect( ); margin-top: 5mm; margin-left: 3mm}
+</style>
+</head>
<body>
-<h3>Copyright</h3>
-(c) Copyright IBM Corp. 2000, 2001. All rights reserved.<br>
-"This offering is based on technology from the Eclipse Project"<br>
-<a href="http://www.eclipse.org">http://www.eclipse.org</a>
+<body lang=EN-US link=blue vlink=purple>
+<table border=0 cellspacing=5 cellpadding=2 width="100%" >
+ <tr>
+ <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">About This Plug-in</font></b></td>
+ </tr>
+ <tr>
+ <td>
+<p>1st November, 2001</p>
+<h3>License</h3>
+<p>Eclipse.org makes available all content in this plug-in. The plug-in is provided to you under the terms and conditions of the
+<a href="http://www.eclipse.org/legal/cpl-v05.html">Common Public License Version 0.5</a>. For purposes of the Common Public License, &quot;Program&quot; will mean the plug-in.</p>
+</td></tr></table>
</body>
</html> \ No newline at end of file
diff --git a/examples/org.eclipse.swt.examples.launcher/about.html b/examples/org.eclipse.swt.examples.launcher/about.html
index fcadc82e6a..9a15e5ca28 100644
--- a/examples/org.eclipse.swt.examples.launcher/about.html
+++ b/examples/org.eclipse.swt.examples.launcher/about.html
@@ -1,9 +1,30 @@
<html>
-<title>about.html</title>
+<head>
+<title>About</title>
+<style type="text/css">
+p, table, td, th { font-family: arial, helvetica, geneva; font-size: 10pt}
+pre { font-family: "Courier New", Courier, mono; font-size: 10pt}
+h2 { font-family: arial, helvetica, geneva; font-size: 18pt; font-weight: bold ; line-height: 14px}
+code { font-family: "Courier New", Courier, mono; font-size: 10pt}
+sup { font-family: arial,helvetica,geneva; font-size: 10px}
+h3 { font-family: arial, helvetica, geneva; font-size: 14pt; font-weight: bold}
+li { font-family: arial, helvetica, geneva; font-size: 10pt}
+h1 { font-family: arial, helvetica, geneva; font-size: 28px; font-weight: bold}
+body { font-family: arial, helvetica, geneva; font-size: 10pt; clip: rect( ); margin-top: 5mm; margin-left: 3mm}
+</style>
+</head>
<body>
-<h3>Copyright</h3>
-(c) Copyright IBM Corp. 2000, 2001. All rights reserved.<br>
-"This offering is based on technology from the Eclipse Project"<br>
-<a href="http://www.eclipse.org">http://www.eclipse.org</a>
+<body lang=EN-US link=blue vlink=purple>
+<table border=0 cellspacing=5 cellpadding=2 width="100%" >
+ <tr>
+ <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">About This Plug-in</font></b></td>
+ </tr>
+ <tr>
+ <td>
+<p>1st November, 2001</p>
+<h3>License</h3>
+<p>Eclipse.org makes available all content in this plug-in. The plug-in is provided to you under the terms and conditions of the
+<a href="http://www.eclipse.org/legal/cpl-v05.html">Common Public License Version 0.5</a>. For purposes of the Common Public License, &quot;Program&quot; will mean the plug-in.</p>
+</td></tr></table>
</body>
</html> \ No newline at end of file
diff --git a/examples/org.eclipse.swt.examples.ole.win32/about.html b/examples/org.eclipse.swt.examples.ole.win32/about.html
index fcadc82e6a..9a15e5ca28 100644
--- a/examples/org.eclipse.swt.examples.ole.win32/about.html
+++ b/examples/org.eclipse.swt.examples.ole.win32/about.html
@@ -1,9 +1,30 @@
<html>
-<title>about.html</title>
+<head>
+<title>About</title>
+<style type="text/css">
+p, table, td, th { font-family: arial, helvetica, geneva; font-size: 10pt}
+pre { font-family: "Courier New", Courier, mono; font-size: 10pt}
+h2 { font-family: arial, helvetica, geneva; font-size: 18pt; font-weight: bold ; line-height: 14px}
+code { font-family: "Courier New", Courier, mono; font-size: 10pt}
+sup { font-family: arial,helvetica,geneva; font-size: 10px}
+h3 { font-family: arial, helvetica, geneva; font-size: 14pt; font-weight: bold}
+li { font-family: arial, helvetica, geneva; font-size: 10pt}
+h1 { font-family: arial, helvetica, geneva; font-size: 28px; font-weight: bold}
+body { font-family: arial, helvetica, geneva; font-size: 10pt; clip: rect( ); margin-top: 5mm; margin-left: 3mm}
+</style>
+</head>
<body>
-<h3>Copyright</h3>
-(c) Copyright IBM Corp. 2000, 2001. All rights reserved.<br>
-"This offering is based on technology from the Eclipse Project"<br>
-<a href="http://www.eclipse.org">http://www.eclipse.org</a>
+<body lang=EN-US link=blue vlink=purple>
+<table border=0 cellspacing=5 cellpadding=2 width="100%" >
+ <tr>
+ <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">About This Plug-in</font></b></td>
+ </tr>
+ <tr>
+ <td>
+<p>1st November, 2001</p>
+<h3>License</h3>
+<p>Eclipse.org makes available all content in this plug-in. The plug-in is provided to you under the terms and conditions of the
+<a href="http://www.eclipse.org/legal/cpl-v05.html">Common Public License Version 0.5</a>. For purposes of the Common Public License, &quot;Program&quot; will mean the plug-in.</p>
+</td></tr></table>
</body>
</html> \ No newline at end of file
diff --git a/examples/org.eclipse.swt.examples.paint/about.html b/examples/org.eclipse.swt.examples.paint/about.html
index fcadc82e6a..9a15e5ca28 100644
--- a/examples/org.eclipse.swt.examples.paint/about.html
+++ b/examples/org.eclipse.swt.examples.paint/about.html
@@ -1,9 +1,30 @@
<html>
-<title>about.html</title>
+<head>
+<title>About</title>
+<style type="text/css">
+p, table, td, th { font-family: arial, helvetica, geneva; font-size: 10pt}
+pre { font-family: "Courier New", Courier, mono; font-size: 10pt}
+h2 { font-family: arial, helvetica, geneva; font-size: 18pt; font-weight: bold ; line-height: 14px}
+code { font-family: "Courier New", Courier, mono; font-size: 10pt}
+sup { font-family: arial,helvetica,geneva; font-size: 10px}
+h3 { font-family: arial, helvetica, geneva; font-size: 14pt; font-weight: bold}
+li { font-family: arial, helvetica, geneva; font-size: 10pt}
+h1 { font-family: arial, helvetica, geneva; font-size: 28px; font-weight: bold}
+body { font-family: arial, helvetica, geneva; font-size: 10pt; clip: rect( ); margin-top: 5mm; margin-left: 3mm}
+</style>
+</head>
<body>
-<h3>Copyright</h3>
-(c) Copyright IBM Corp. 2000, 2001. All rights reserved.<br>
-"This offering is based on technology from the Eclipse Project"<br>
-<a href="http://www.eclipse.org">http://www.eclipse.org</a>
+<body lang=EN-US link=blue vlink=purple>
+<table border=0 cellspacing=5 cellpadding=2 width="100%" >
+ <tr>
+ <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">About This Plug-in</font></b></td>
+ </tr>
+ <tr>
+ <td>
+<p>1st November, 2001</p>
+<h3>License</h3>
+<p>Eclipse.org makes available all content in this plug-in. The plug-in is provided to you under the terms and conditions of the
+<a href="http://www.eclipse.org/legal/cpl-v05.html">Common Public License Version 0.5</a>. For purposes of the Common Public License, &quot;Program&quot; will mean the plug-in.</p>
+</td></tr></table>
</body>
</html> \ No newline at end of file
diff --git a/examples/org.eclipse.swt.examples/about.html b/examples/org.eclipse.swt.examples/about.html
index fcadc82e6a..9a15e5ca28 100644
--- a/examples/org.eclipse.swt.examples/about.html
+++ b/examples/org.eclipse.swt.examples/about.html
@@ -1,9 +1,30 @@
<html>
-<title>about.html</title>
+<head>
+<title>About</title>
+<style type="text/css">
+p, table, td, th { font-family: arial, helvetica, geneva; font-size: 10pt}
+pre { font-family: "Courier New", Courier, mono; font-size: 10pt}
+h2 { font-family: arial, helvetica, geneva; font-size: 18pt; font-weight: bold ; line-height: 14px}
+code { font-family: "Courier New", Courier, mono; font-size: 10pt}
+sup { font-family: arial,helvetica,geneva; font-size: 10px}
+h3 { font-family: arial, helvetica, geneva; font-size: 14pt; font-weight: bold}
+li { font-family: arial, helvetica, geneva; font-size: 10pt}
+h1 { font-family: arial, helvetica, geneva; font-size: 28px; font-weight: bold}
+body { font-family: arial, helvetica, geneva; font-size: 10pt; clip: rect( ); margin-top: 5mm; margin-left: 3mm}
+</style>
+</head>
<body>
-<h3>Copyright</h3>
-(c) Copyright IBM Corp. 2000, 2001. All rights reserved.<br>
-"This offering is based on technology from the Eclipse Project"<br>
-<a href="http://www.eclipse.org">http://www.eclipse.org</a>
+<body lang=EN-US link=blue vlink=purple>
+<table border=0 cellspacing=5 cellpadding=2 width="100%" >
+ <tr>
+ <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">About This Plug-in</font></b></td>
+ </tr>
+ <tr>
+ <td>
+<p>1st November, 2001</p>
+<h3>License</h3>
+<p>Eclipse.org makes available all content in this plug-in. The plug-in is provided to you under the terms and conditions of the
+<a href="http://www.eclipse.org/legal/cpl-v05.html">Common Public License Version 0.5</a>. For purposes of the Common Public License, &quot;Program&quot; will mean the plug-in.</p>
+</td></tr></table>
</body>
</html> \ No newline at end of file