User: fs      
Date: 06/04/25 03:52:52

Modified:
 /dba/www/
  index.html
 /dba/www/FAQ/
  FAQ.html, common.html, external.html, index.html, specific.html
 /dba/www/downloads/
  index.html
 /dba/www/howto/
  index.html
 /dba/www/miscellaneous/
  developer_projects.html
 /dba/www/specifications/
  test.html

Log:
 some common behaviour, implemented via JS

File Changes:

Directory: /dba/www/
====================

File [changed]: index.html
Url: http://dba.openoffice.org/source/browse/dba/www/index.html?r1=1.76&r2=1.77
Delta lines:  +1 -3
-------------------
--- index.html  21 Apr 2006 12:16:18 -0000      1.76
+++ index.html  25 Apr 2006 10:52:45 -0000      1.77
@@ -6,9 +6,7 @@
     <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>
+    <script type="text/javascript" src="/js/dba_default.js"></script>
   </head>
   <body>
     <div class="menu">

Directory: /dba/www/FAQ/
========================

File [changed]: FAQ.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/FAQ/FAQ.html?r1=1.12&r2=1.13
Delta lines:  +3 -1
-------------------
--- FAQ.html    1 Dec 2005 10:03:27 -0000       1.12
+++ FAQ.html    25 Apr 2006 10:52:45 -0000      1.13
@@ -5,6 +5,8 @@
     <meta content="text/css" http-equiv="Content-Style-Type">
     <style type="text/css">@import url("/css/dba.css");</style>
     <title>Tips 'n' Tricks - FAQ</title>
+    <script type="text/javascript" src="/js/niftycube.js"></script>
+    <script type="text/javascript" src="/js/dba_default.js"></script>
   </head>
   <body>
     <span style="font-weight: bold;">Project Sections</span>:
@@ -22,7 +24,7 @@
       | <a href="external.html">External Resources</a>
     <hr/>
     <div class="dba">
-      <h1>Frequently Asked Questions - FAQ</h1>
+      <h1 id="dba_tt_faq">Frequently Asked Questions - FAQ</h1>
       <table style="text-align: left; width: 100%;" border="0" cellspacing="2" 
cellpadding="0">
         <tbody>
           <tr>

File [changed]: common.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/FAQ/common.html?r1=1.7&r2=1.8
Delta lines:  +3 -1
-------------------
--- common.html 23 Jun 2005 10:04:37 -0000      1.7
+++ common.html 25 Apr 2006 10:52:46 -0000      1.8
@@ -5,6 +5,8 @@
     <meta http-equiv="Content-Style-Type" content="text/css" />
     <style type="text/css">@import url("/css/dba.css");</style>
     <title>Tips 'n' Tricks - External Resources</title>
+    <script type="text/javascript" src="/js/niftycube.js"></script>
+    <script type="text/javascript" src="/js/dba_default.js"></script>
   </head>
   <body>
     <span style="font-weight: bold;">Project Sections</span>:
@@ -22,7 +24,7 @@
       | <a href="external.html">External Resources</a>
     <hr/>
     <div class="dba">
-      <h1>Common Problems</h1>
+      <h1 id="dba_tt_common">Common Problems</h1>
       <table cellpadding="2" cellspacing="0" border="0" style="text-align: 
left; width: 100%;">
         <tbody>
           <tr>

File [changed]: external.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/FAQ/external.html?r1=1.15&r2=1.16
Delta lines:  +3 -1
-------------------
--- external.html       28 Feb 2005 13:38:14 -0000      1.15
+++ external.html       25 Apr 2006 10:52:46 -0000      1.16
@@ -5,6 +5,8 @@
     <meta content="text/css" http-equiv="Content-Style-Type">
     <style type="text/css">@import url("/css/dba.css");</style>
     <title>Tips 'n' Tricks - External Resources</title>
+    <script type="text/javascript" src="/js/niftycube.js"></script>
+    <script type="text/javascript" src="/js/dba_default.js"></script>
   </head>
   <body>
     <span style="font-weight: bold;">Project Sections</span>:
@@ -22,7 +24,7 @@
       | <a href="external.html"><b>External Resources</b></a>
     <hr/>
     <div class="dba">
-      <h1>External Resources</h1>
+      <h1 id="dba_tt_external">External Resources</h1>
       The following is a list of documents which may prove useful when you try 
to get
       your pet database to work with OpenOffice.org, or when you simply want 
to know
       how to do something ...<br>

File [changed]: index.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/FAQ/index.html?r1=1.40&r2=1.41
Delta lines:  +3 -1
-------------------
--- index.html  28 Feb 2005 13:25:48 -0000      1.40
+++ index.html  25 Apr 2006 10:52:47 -0000      1.41
@@ -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">
     <span style="font-weight: bold;">Project Sections</span>:
@@ -21,7 +23,7 @@
       | <a href="specific.html">Database Specific Problems</a>
       | <a href="external.html">External Resources</a>
     <div class="dba">
-      <h1>OpenOffice.org Database Access - Tips and Tricks</h1>
+      <h1 id="dba_tt">OpenOffice.org Database Access - Tips and Tricks</h1>
       <table cellpadding="3" cellspacing="0" border=1>
         <tbody>
           <tr class="OddTableRow">

File [changed]: specific.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/FAQ/specific.html?r1=1.16&r2=1.17
Delta lines:  +3 -1
-------------------
--- specific.html       28 Feb 2005 13:38:14 -0000      1.16
+++ specific.html       25 Apr 2006 10:52:47 -0000      1.17
@@ -5,6 +5,8 @@
     <meta content="text/css" http-equiv="Content-Style-Type">
     <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">
     <span style="font-weight: bold;">Project Sections</span>:
@@ -22,7 +24,7 @@
       | <a href="external.html">External Resources</a>
     <hr/>
     <div class="dba">
-      <h1>Database Specific Problems</h1>
+      <h1 id="dba_tt_specific">Database Specific Problems</h1>
       <table style="width: 100%; text-align: left;" border="0" cellspacing="0" 
cellpadding="0">
         <tbody>
           <tr>

Directory: /dba/www/downloads/
==============================

File [changed]: index.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/downloads/index.html?r1=1.7&r2=1.8
Delta lines:  +3 -1
-------------------
--- index.html  28 Feb 2005 13:25:56 -0000      1.7
+++ index.html  25 Apr 2006 10:52:48 -0000      1.8
@@ -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 - Downloads</title>
+    <script type="text/javascript" src="/js/niftycube.js"></script>
+    <script type="text/javascript" src="/js/dba_default.js"></script>
   </head>
   <body>
     <span style="font-weight: bold;">Project Sections</span>:
@@ -16,7 +18,7 @@
       | <a href="/miscellaneous/index.html">Miscellaneous</a>
       | <a href="/drivers/index.html">Drivers</a><br/>
     <div class="dba">
-      <h1>Downloads</h1>
+      <h1 id="dba_downloads">Downloads</h1>
       <table cellpadding="0" cellspacing="0" ID="Table1">
         <tbody>
           <tr class="OddTableRow">

Directory: /dba/www/howto/
==========================

File [changed]: index.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/howto/index.html?r1=1.23&r2=1.24
Delta lines:  +5 -4
-------------------
--- index.html  28 Feb 2005 13:32:19 -0000      1.23
+++ index.html  25 Apr 2006 10:52:48 -0000      1.24
@@ -1,11 +1,12 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
-<head>
-  <meta http-equiv="content-type"
- content="text/html; charset=ISO-8859-1">
+  <head>
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   <meta http-equiv="Content-Style-Type" content="text/css">
   <style type="text/css">@import "/css/dba.css";</style>
   <title>OpenOffice.org Database Access - HowTo's</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>:
@@ -18,7 +19,7 @@
     | <a href="/drivers/index.html">Drivers</a><br/>
 <hr/>
 <div class="dba">
-<h1>HowTo's</h1>
+<h1 id="dba_howto">HowTo's</h1>
 <table cellpadding="0" cellspacing="0" id="Table1">
   <tbody>
     <tr class="OddTableRow">

Directory: /dba/www/miscellaneous/
==================================

File [changed]: developer_projects.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/miscellaneous/developer_projects.html?r1=1.50&r2=1.51
Delta lines:  +16 -14
---------------------
--- developer_projects.html     7 Apr 2005 12:53:56 -0000       1.50
+++ developer_projects.html     25 Apr 2006 10:52:49 -0000      1.51
@@ -5,7 +5,9 @@
     <meta content="text/css" http-equiv="Content-Style-Type">
     <style type="text/css">
     /* <![CDATA[ */
-    @import url("/css/dba.css");
+    @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";);
     .left_align { text-align:left; }
     .centered { text-align:center; !important; }
     /* ]]> */
@@ -143,7 +145,7 @@
       like file access), but chances are good that it will be implemented 
towards 2.0. When it is available,
       record-locking for dBase files will at least be technically 
possible...</p>
 
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
+      <table style="text-align: left; width: 100%;" cellspacing="0" 
cellpadding="2">
         <tbody>
           <tr>
             <td style="vertical-align: top; width:20%;" class="centered">
@@ -241,7 +243,7 @@
 
       <br/>
 
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
+      <table style="text-align: left; width: 100%;" cellspacing="0" 
cellpadding="2">
         <tbody>
           <tr>
             <td style="vertical-align: top; width:20%;" class="centered">
@@ -298,7 +300,7 @@
       drivers. The task of this item is to define and implement a user 
interface for user administration, which is
       generic enough to cover different database types, and to implement this 
UI.</p>
 
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
+      <table style="text-align: left; width: 100%;" cellspacing="0" 
cellpadding="2">
         <tbody>
           <tr>
             <td style="vertical-align: top; width:20%;" class="centered">
@@ -359,7 +361,7 @@
               the shapes to which the respective controls are bound) when they 
express the need to do so.</li>
       </ul></p>
 
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
+      <table style="text-align: left; width: 100%;" cellspacing="0" 
cellpadding="2">
         <tbody>
           <tr>
             <td style="vertical-align: top; width:20%;" class="centered">
@@ -421,7 +423,7 @@
       driver, probably including some heavy-to-read STL stuff, so be prepared 
to
       invest some time for digging around.</p>
 
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
+      <table style="text-align: left; width: 100%;" cellspacing="0" 
cellpadding="2">
         <tbody>
           <tr class="centered">
             <td style="vertical-align: top; width:20%;" class="centered">
@@ -519,7 +521,7 @@
       classes for the new implementations, and some abstraction capabilities.
       However, this is not the primary goal of this implementaton.</p>
 
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
+      <table style="text-align: left; width: 100%;" cellspacing="0" 
cellpadding="2">
         <tbody>
           <tr class="centered">
             <td style="vertical-align: top; width:20%;" class="centered">
@@ -599,7 +601,7 @@
       the mapping of Mozilla (i.e. how Mozilla maps LDAP fields to it's 
address book API), and the mapping of
       OpenOffice.org (i.e. how OpenOffice.org maps Mozilla address book fields 
to database table columns).</p>
 
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
+      <table style="text-align: left; width: 100%;" cellspacing="0" 
cellpadding="2">
         <tbody>
           <tr class="centered">
             <td style="vertical-align: top; width:20%;" class="centered">
@@ -662,7 +664,7 @@
       databases, which could be relatively easily specialized for vCard 
access. This would
       broaden the range of address book data which can be used in 
OpenOffice.org.</p>
 
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
+      <table style="text-align: left; width: 100%;" cellspacing="0" 
cellpadding="2">
         <tbody>
           <tr class="centered">
             <td style="vertical-align: top; width:20%;" class="centered">
@@ -726,7 +728,7 @@
       reports are a major part of the database access in an office suite, this 
seems
       to be heavily necessary.</p>
 
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
+      <table style="text-align: left; width: 100%;" cellspacing="0" 
cellpadding="2">
         <tbody>
           <tr class="centered">
             <td style="vertical-align: top; width:20%;" class="centered">
@@ -806,7 +808,7 @@
         </li>
       </ul></p>
 
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
+      <table style="text-align: left; width: 100%;" cellspacing="0" 
cellpadding="2">
         <tbody>
           <tr class="centered">
             <td style="vertical-align: top; width:20%;" class="centered">
@@ -878,7 +880,7 @@
       nothing you expect from a carefully designed form, where controls are 
placed at
       concrete positions and have a fixed size.</p>
 
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
+      <table style="text-align: left; width: 100%;" cellspacing="0" 
cellpadding="2">
         <tbody>
           <tr class="centered">
             <td style="vertical-align: top; width:20%;" class="centered">
@@ -961,7 +963,7 @@
       include sneaking how other products handle this ...<br/>
       <br/>
 
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
+      <table style="text-align: left; width: 100%;" cellspacing="0" 
cellpadding="2">
         <tbody>
           <tr class="centered">
             <td style="vertical-align: top; width:20%;" class="centered">
@@ -1036,7 +1038,7 @@
       be in C++ or probably even in Java) which provides the data. This is 
similar to the first approach, where
       MDB Tools would have been used as the provider of raw data.</p>
 
-      <table style="text-align: left; width: 100%;" class="with_border" 
cellspacing="0" cellpadding="2">
+      <table style="text-align: left; width: 100%;" cellspacing="0" 
cellpadding="2">
         <tbody>
           <tr class="centered">
             <td style="vertical-align: top; width:20%;" class="centered">

Directory: /dba/www/specifications/
===================================

File [changed]: test.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/specifications/test.html?r1=1.8&r2=1.9
Delta lines:  +0 -9
-------------------
--- test.html   25 Apr 2006 10:44:08 -0000      1.8
+++ test.html   25 Apr 2006 10:52:50 -0000      1.9
@@ -9,18 +9,9 @@
     .available_in_1x_not_used { background-color:#CCFFCC; }
          .available_in_20_not_used { background-color:#CCFFFF; }
          .available_in_680_not_used { background-color:#FFFFCC; }
-        #dba_project_menu .selected
-        {
-            font-weight:bold!important;
-            background-color: #DEE4EE;    
-        }
-
        </style>
   <script type="text/javascript" src="/js/niftycube.js"></script>
   <script type="text/javascript" src="/js/dba_default.js"></script>
-<script type="text/javascript">
-    window.onload=function(){ onLoad(); }
-</script>
 </head>
 <body>
     <b>Project Sections</b>:




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to