User: fs Date: 06/04/25 03:56:13 Modified: /dba/www/drivers/ index.html /dba/www/drivers/mdb/ index.html /dba/www/drivers/postgresql/ index.html /dba/www/drivers/sqlite/ index.html /dba/www/miscellaneous/ dba20.html, developer_projects.html, index.html /dba/www/tools/ SDBTestTool.html
Log: some common behaviour, implemented via JS File Changes: Directory: /dba/www/drivers/ ============================ File [changed]: index.html Url: http://dba.openoffice.org/source/browse/dba/www/drivers/index.html?r1=1.6&r2=1.7 Delta lines: +2 -0 ------------------- --- index.html 8 Jul 2005 06:40:34 -0000 1.6 +++ index.html 25 Apr 2006 10:56:07 -0000 1.7 @@ -5,6 +5,8 @@ <meta http-equiv="Content-Style-Type" content="text/css" /> <style type="text/css">@import url("/css/dba.css");</style> <title>OpenOffice.org Database Access - Tips 'n' Tricks</title> + <script type="text/javascript" src="/js/niftycube.js"></script> + <script type="text/javascript" src="/js/dba_default.js"></script> </head> <body lang="en-US"> <b>Project Sections</b>: Directory: /dba/www/drivers/mdb/ ================================ File [changed]: index.html Url: http://dba.openoffice.org/source/browse/dba/www/drivers/mdb/index.html?r1=1.17&r2=1.18 Delta lines: +3 -1 ------------------- --- index.html 6 Apr 2006 07:15:16 -0000 1.17 +++ index.html 25 Apr 2006 10:56:08 -0000 1.18 @@ -8,6 +8,8 @@ /* ]]> */ </style> <title>Linux MDB driver - alpha version</title> + <script type="text/javascript" src="/js/niftycube.js"></script> + <script type="text/javascript" src="/js/dba_default.js"></script> </head> <body lang="" dir="ltr"> <b>Project Sections</b>: @@ -24,7 +26,7 @@ | <a href="/drivers/sqlite/index.html">SQLite</a> <hr/> <div class="dba"> - <h1>mdb-sdbc-driver-0.1.0</h1> + <h1 id="mdb_driver">mdb-sdbc-driver-0.1.0</h1> <h2>Content</h2> <ul> <li> Directory: /dba/www/drivers/postgresql/ ======================================= File [changed]: index.html Url: http://dba.openoffice.org/source/browse/dba/www/drivers/postgresql/index.html?r1=1.32&r2=1.33 Delta lines: +4 -2 ------------------- --- index.html 17 Mar 2006 22:18:03 -0000 1.32 +++ index.html 25 Apr 2006 10:56:08 -0000 1.33 @@ -3,8 +3,10 @@ <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="Content-Style-Type" content="text/css"> - <title>PostgreSQL SDBC driver</title> <style type="text/css">@import url("/css/dba.css");</style> + <title>PostgreSQL SDBC driver</title> + <script type="text/javascript" src="/js/niftycube.js"></script> + <script type="text/javascript" src="/js/dba_default.js"></script> </head> <body> <b>Project Sections</b>: @@ -21,7 +23,7 @@ | <a href="/drivers/sqlite/index.html">SQLite</a> <hr/> <div class="dba"> - <h1>postgresql-sdbc-driver</h1> + <h1 id="postgres_driver">postgresql-sdbc-driver</h1> <h2>Content</h2> <ul> <li> Directory: /dba/www/drivers/sqlite/ =================================== File [changed]: index.html Url: http://dba.openoffice.org/source/browse/dba/www/drivers/sqlite/index.html?r1=1.6&r2=1.7 Delta lines: +4 -6 ------------------- --- index.html 1 Mar 2005 09:28:40 -0000 1.6 +++ index.html 25 Apr 2006 10:56:09 -0000 1.7 @@ -1,12 +1,10 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <style type="text/css"> - /* <![CDATA[ */ - @import "/css/dba.css"; - /* ]]> */ - </style> + <style type="text/css">@import url("/css/dba.css");</style> <title>Linux SQLite driver - alpha version</title> + <script type="text/javascript" src="/js/niftycube.js"></script> + <script type="text/javascript" src="/js/dba_default.js"></script> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body> @@ -24,7 +22,7 @@ | <a href="/drivers/sqlite/index.html"><b>SQLite</b></a> <hr/> <div class="dba"> - <h1>sqlite-sdbc-driver-0.1.0</h1> + <h1 id="sqlite_driver">sqlite-sdbc-driver-0.1.0</h1> <h2>Content</h2> <ul> <li> Directory: /dba/www/miscellaneous/ ================================== File [changed]: dba20.html Url: http://dba.openoffice.org/source/browse/dba/www/miscellaneous/dba20.html?r1=1.19&r2=1.20 Delta lines: +8 -3 ------------------- --- dba20.html 28 Feb 2005 13:39:42 -0000 1.19 +++ dba20.html 25 Apr 2006 10:56:09 -0000 1.20 @@ -11,6 +11,8 @@ /* ]]> */ </style> <title>OpenOffice.org Base 2.0</title> + <script type="text/javascript" src="/js/niftycube.js"></script> + <script type="text/javascript" src="/js/dba_default.js"></script> </head> <body> <b>Project Sections</b>: @@ -27,7 +29,7 @@ | <a href="/miscellaneous/dba20.html"><b>OpenOffice.org Base 2.0</b></a> <hr/> <div class="dba"> - <h1>OpenOffice.org Base 2.0</h1> + <h1 id="dba_base20">OpenOffice.org Base 2.0</h1> <p>There has been some confusion recently about the direction of OpenOffice.org Base, and in particular about OpenOffice.org Base 2.0. A lot of rumors have been spread, a lot of questions @@ -431,6 +433,9 @@ <pre> $Log: dba20.html,v $ +Revision 1.20 2006/04/25 10:56:09 fs +some common behaviour, implemented via JS + Revision 1.19 2005/02/28 13:39:42 fs new section 'drivers' @@ -454,8 +459,8 @@ <hr/> <p align="right"> Author: <a href="mailto:[EMAIL PROTECTED]">Frank Schönheit</a>.<br/> - Version: $Revision: 1.19 $<br/> - Last change: $Date: 2005/02/28 13:39:42 $ + Version: $Revision: 1.20 $<br/> + Last change: $Date: 2006/04/25 10:56:09 $ </p> </div> </body> File [changed]: developer_projects.html Url: http://dba.openoffice.org/source/browse/dba/www/miscellaneous/developer_projects.html?r1=1.51&r2=1.52 Delta lines: +4 -4 ------------------- --- developer_projects.html 25 Apr 2006 10:52:49 -0000 1.51 +++ developer_projects.html 25 Apr 2006 10:56:10 -0000 1.52 @@ -5,14 +5,14 @@ <meta content="text/css" http-equiv="Content-Style-Type"> <style type="text/css"> /* <![CDATA[ */ - @import url("file:///g:/www/dba/css/dba.css"); - @import url("http://www.openoffice.org/branding/css/tigris.css"); - @import url("http://www.openoffice.org/branding/css/inst.css"); + @import url("/css/dba.css"); .left_align { text-align:left; } .centered { text-align:center; !important; } /* ]]> */ </style> <title>Developer projects</title> + <script type="text/javascript" src="/js/niftycube.js"></script> + <script type="text/javascript" src="/js/dba_default.js"></script> </head> <body> <b>Project Sections</b>: @@ -29,7 +29,7 @@ | <a href="/miscellaneous/dba20.html">OpenOffice.org Base 2.0</a> <hr/> <div class="dba"> - <h1>Developer Projects</h1> + <h1 id="dba_dev_projects">Developer Projects</h1> <p>Below is a list of projects which could be implemented by developers from the community. Most of these projects are relatively self-contained, and do not require too much knowledge about OOo's code infrastructure (well, this File [changed]: index.html Url: http://dba.openoffice.org/source/browse/dba/www/miscellaneous/index.html?r1=1.10&r2=1.11 Delta lines: +3 -1 ------------------- --- index.html 28 Feb 2005 13:18:57 -0000 1.10 +++ index.html 25 Apr 2006 10:56:10 -0000 1.11 @@ -5,6 +5,8 @@ <meta http-equiv="Content-Style-Type" content="text/css" /> <style type="text/css">@import url("/css/dba.css");</style> <title>OpenOffice.org Database Access - Tips 'n' Tricks</title> + <script type="text/javascript" src="/js/niftycube.js"></script> + <script type="text/javascript" src="/js/dba_default.js"></script> </head> <body lang="en-US"> <b>Project Sections</b>: @@ -20,7 +22,7 @@ | <a href="/tools/SDBTestTool.html">SDBTestTool</a> | <a href="/miscellaneous/dba20.html">OpenOffice.org Base 2.0</a> <div class="dba"> - <h1>Miscellaneous</h1> + <h1 id="dba_misc">Miscellaneous</h1> <table cellpadding="0" cellspacing="0" ID="Table1"> <tbody> <tr class="OddTableRow"> Directory: /dba/www/tools/ ========================== File [changed]: SDBTestTool.html Url: http://dba.openoffice.org/source/browse/dba/www/tools/SDBTestTool.html?r1=1.17&r2=1.18 Delta lines: +3 -1 ------------------- --- SDBTestTool.html 28 Feb 2005 13:39:43 -0000 1.17 +++ SDBTestTool.html 25 Apr 2006 10:56:11 -0000 1.18 @@ -5,6 +5,8 @@ <meta http-equiv="Content-Style-Type" content="text/css" /> <style type="text/css">@import url("/css/dba.css");</style> <title>SDBTestTool</title> + <script type="text/javascript" src="/js/niftycube.js"></script> + <script type="text/javascript" src="/js/dba_default.js"></script> <meta name="CREATEDBY" content="Marc Schwanz"> </head> <body lang="en-US"> @@ -22,7 +24,7 @@ | <a href="/miscellaneous/dba20.html">OpenOffice.org Base 2.0</a> <hr/> <div class="dba"> - <h1>SDBTestTool</h1> + <h1 id="dba_testtool">SDBTestTool</h1> <h2>Description</h2> <p>The SDBTestTool is a java program which use the StarOffice API to examine a datasource.<br> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
