Suggested formatting change to news.html file on website

Started by Fred Wilson Horchalmost 27 years ago2 messagesdocs
Jump to latest
#1Fred Wilson Horch
fhorch@ecoaccess.org

The file http://www.postgresql.org/news.html seems to be missing the
elephant. Patch attached.

Fred

Attachments:

news.html.patchtext/html; charset=us-ascii; name=news.html.patchDownload+118-4
#2Bruce Momjian
bruce@momjian.us
In reply to: Fred Wilson Horch (#1)
Re: [DOCS] Suggested formatting change to news.html file on website

Applied.

The file http://www.postgresql.org/news.html seems to be missing the
elephant. Patch attached.

Fred

[text/html is unsupported, treating like TEXT/PLAIN]

*** news.html.orig	Thu Jun 24 18:02:51 1999
--- news.html	Thu Jun 24 18:08:59 1999
***************
*** 2,14 ****
<HEAD>
<!-- $Id: news.html,v 1.7 1999/06/23 00:52:48 momjian Exp $ -->
<TITLE>
! News
</TITLE>
<LINK rel="stylesheet" href="style1.css">
</HEAD>
! <BODY>
<DIV CLASS="main">
<H1>
NEWS
</H1>
--- 2,114 ----
<HEAD>
<!-- $Id: news.html,v 1.7 1999/06/23 00:52:48 momjian Exp $ -->
<TITLE>
! PostgreSQL News
</TITLE>
<LINK rel="stylesheet" href="style1.css">
+ <SCRIPT src="js/msact2.js">
+ 
+ <!---
+ 
+ /* We dont perform mouse actions on IE3.x & NS 2.x */
+ function msOn() 
+ {
+ }
+ 
+ function msOff() 
+ {
+ }
+ 
+ //--->
+ 
+ </SCRIPT>
+ 
+ 
+ <SCRIPT>
+ <!----
+  browserName = navigator.appName;
+    browserVer = parseInt(navigator.appVersion);
+     if (browserVer >= 4)
+              
+        {
+ 
+ img('s1');
+ img('s2');
+ img('s3');
+ img('s4');
+ img('s5');
+ img('s6');
+ 
+ img('m1');
+ img('m2');
+ img('m3');
+ img('m4');
+ }
+ 
+ //-----> 
+ 
+ </SCRIPT>
+ 
</HEAD>
! <BODY BGCOLOR="#FFFFFF" MARGINWIDTH="0" MARGINHEIGHT="0" TOPMARGIN="0" LEFTMARGIN="0" text="#000000" link="#000066" vlink="#000099" alink="#FF0000" background="images/bkg.gif">
<DIV CLASS="main">
+ <table border="0" cellspacing="0" cellpadding="0" width="772">
+   <tr valign="top"> 
+     <td width="772"> 
+       <table border="0" cellspacing="0" cellpadding="0" width="771">
+         <tr valign="top"> 
+           <td width="284"><img src="images/verh1.gif" width="284" height="80" border="0" alt="PostgreSQL"></td>
+           <td width="194"><img src="images/verh2.gif" width="194" height="80" border="0" alt="Slonik"></td>
+           <td width="293"><img src="images/verh3.gif" width="293" height="80"></td>
+         </tr>
+       </table>
+     </td>
+   </tr>
+   <tr valign="top"> 
+     <td height="358" width="772"> 
+       <table border="0" cellpadding="0" cellspacing="0" width="771">
+         <tr valign="top"> 
+           <td width="132"> 
+             <table border="0" cellspacing="0" cellpadding="0" background="images/tbkg.gif" width="131">
+               <tr valign="top"> 
+                 <td width="132"><a href="index.html" onMouseOver="msOn ('s1')"onmouseout="msOff('s1')"><img src="images/s1_off.gif" width="131" height="36" border="0" alt="Home" name="s1"></a></td>
+               </tr>
+               <tr valign="top"> 
+                 <td width="132"><a href="software.html" onMouseOver="msOn ('s2')"onmouseout="msOff('s2')"><img src="images/s2_off.gif" width="131" height="28" border="0" alt="Software" name="s2"></a></td>
+               </tr>
+               <tr valign="top"> 
+                 <td width="132"><a href="doxlist.html" onMouseOver="msOn ('s3')"onmouseout="msOff('s3')"><img src="images/s3_off.gif" width="131" height="27" border="0" alt="Info Central" name="s3"></a></td>
+               </tr>
+               <tr valign="top"> 
+                 <td width="132"><a href="devel-contrib.html" onMouseOver="msOn ('s4')"onmouseout="msOff('s4')"><img src="images/s4_off.gif" width="131" height="30" border="0" alt="Development" name="s4"></a></td>
+               </tr>
+               <tr valign="top"> 
+                 <td width="132"><a href="helpus.html" onMouseOver="msOn ('s5')"onmouseout="msOff('s5')"><img src="images/s5_off.gif" width="131" height="28" border="0" alt="Helping Us" name="s5"></a></td>
+               </tr>
+               <tr valign="top"> 
+                 <td width="132"><a href="news.html" onMouseOver="msOn ('s6')"onmouseout="msOff('s6')"><img src="images/s6_off.gif" width="131" height="28" border="0" alt="Latest News" name="s6"></a></td>
+               </tr>
+               <tr valign="top">
+                 <td width="132"><img src="images/ss.gif" width="131" height="31" border="0"></td>
+               </tr>
+               <tr valign="top"> 
+                 <td width="132"><img src="images/tbkg.gif" width="131" height="48"></td>
+               </tr>
+               <tr valign="top"> 
+                 <td width="132">&nbsp;</td>
+               </tr>
+             </table>
+           </td>
+           <td width="640"> 
+             <table border="0" width="640" cellpadding="0" cellspacing="0">
+               <tr valign="top"> 
+                 <td width="640"><nobr><img src="images/zaglushka.gif" width="153" height="36" border="0"><img src="images/poloska.gif" width="194" height="36"><img src="images/poloska1.gif" width="293" height="36"></nobr></td>
+               </tr>
+               <tr valign="top"> 
+                 <td class="ntext" width="640"> 
+                   <table border="0" cellspacing="0" cellpadding="10" width="633">
+                     <tr valign="top"> 
+                       <td class="ntext" width="633">
<H1>
NEWS
</H1>
***************
*** 108,112 ****
--- 208,226 ----
</P>
</DIV>
+ 
+                       </td>
+                     </tr>
+                   </table>
+                   <p>&nbsp;
+                 </td>
+               </tr>
+             </table>
+           </td>
+         </tr>
+       </table>
+     </td>
+   </tr>
+ </table>
</BODY>
</HTML>
-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026