User: fs Date: 06/04/21 05:16:20 Modified: /dba/www/ index.html
Log: nifty corners File Changes: Directory: /dba/www/ ==================== File [changed]: index.html Url: http://dba.openoffice.org/source/browse/dba/www/index.html?r1=1.75&r2=1.76 Delta lines: +16 -8 -------------------- --- index.html 26 Oct 2005 07:19:52 -0000 1.75 +++ index.html 21 Apr 2006 12:16:18 -0000 1.76 @@ -5,8 +5,13 @@ <meta http-equiv="Content-Style-Type" content="text/css" /> <style type="text/css">@import url("/css/dba.css");</style> <title>OpenOffice.org Database Access - Project Home</title> + <script type="text/javascript" src="/js/niftycube.js"></script> + <script type="text/javascript"> + window.onload=function(){ Nifty("h1", "normal"); } + </script> </head> <body> + <div class="menu"> <b>Project Sections</b>: <a href="/index.html"><b>Home</b></a> | <a href="/howto/index.html">HowTo's</a> @@ -15,7 +20,10 @@ | <a href="/downloads/index.html">Downloads</a> | <a href="/miscellaneous/index.html">Miscellaneous</a> | <a href="/drivers/index.html">Drivers</a><br/> + </div> + <hr/> + <div class="dba"> <h1>Database Access Project</h1> <div class="axial"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
