home: hub: 9ficl

Download patch

ref: 2c4ec5704740c223c847a77d09ba5b35fd6dcf95
parent: 239cc96794fe278fe95d58812b9a4122e276de75
author: jsadler <jsadler@ficl.sf.net>
date: Wed Oct 31 22:18:50 CST 2001

ficl 3.01

binary files /dev/null b/doc/ficl_top.jpg differ
--- /dev/null
+++ b/doc/ficlheader.js
@@ -1,0 +1,19 @@
+function ficlHeader()
+{
+  document.write("<table BORDER=0 CELLSPACING=3 WIDTH='640' %>");
+  document.write("<tr %>");
+  document.write("<td %> <b %>Forth Inspired Command Language</b %></td %>");
+  document.write("<td ROWSPAN='4' %><a href='http://ficl.sourceforge.net' %><img SRC='ficl_logo.jpg' border='0' alt='The ficl home page' height=64 width=64 %></a %></td %>");
+  document.write("<td ROWSPAN='4' %><A href='http://sourceforge.net' %><IMG src='http://sourceforge.net/sflogo.php?group_id=24441' width='88' height='31' border='0' alt='Sourceforge Logo' %></A %></td %>");
+  document.write("<td ROWSPAN='4' %><a href='http://www.links2go.net/topic/Forth' %><img SRC='skey.gif' ALT='Key Resources -- Forth' BORDER=0 height=81 width=81 %></a %></td %>");
+  document.write("</tr %>");
+  document.write("<tr %><td %><b %>Author: <a href='mailto:john_sadler@alum.mit.edu' %> John Sadler</a %></b %></td %></tr %>");
+  document.write("<tr %><td %><b %>Created: 19 July 1997</b %></td %></tr %>");
+  document.write("<tr %><td %><b %>Current Revision: 3.00a -- July 2001</b %></td %></tr %>");
+  document.write("<tr %><td %><b %>Last Modified " + document.lastModified + "</b %></td %></tr %>");
+  document.write("<tr %><td COLSPAN=4 %><b %><a href='index.html' %>Home</a %>&nbsp;|&nbsp;<a href='http://sourceforge.net/mail/?group_id=24441' %>Join Mailing Lists</a %>&nbsp;|&nbsp;<a href='http://sourceforge.net/projects/ficl' %>Project Page</a %>&nbsp|&nbsp;<a href='http://sourceforge.net/project/showfiles.php?group_id=24441' %>Download</a %></b %></td %></tr %>");
+  document.write("</table %>");
+}
+
+ficlHeader();
+