User: fs      
Date: 06/04/25 04:58:19

Modified:
 /dba/www/
  project_tools.html
 /dba/www/js/
  dba_default.js

Log:
 unique ids (even in the merged documents at www.ooo)

File Changes:

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

File [changed]: project_tools.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/project_tools.html?r1=1.19&r2=1.20
Delta lines:  +16 -16
---------------------
--- project_tools.html  25 Apr 2006 10:43:59 -0000      1.19
+++ project_tools.html  25 Apr 2006 11:58:16 -0000      1.20
@@ -35,23 +35,23 @@
 
 <div class="label"><a href="/index.html"><strong>Database Access</strong></a> 
</div>
 <div class="body" id="dba_project_menu">
-  <div id="dba_howto"><a href="/howto/index.html">HowTo's</a></div>
-  <div id="dba_specifications"><a 
href="/specifications/index.html">Specifications</a></div>
-  <div id="dba_tt"><a href="/FAQ/index.html">Tips 'n' tricks</a>
-    <div id="dba_tt_faq"><a href="/FAQ/FAQ.html">FAQ</a></div>
-    <div id="dba_tt_common"><a href="/FAQ/common.html">Common 
Problems</a></div>
-    <div id="dba_tt_specific"><a href="/FAQ/specific.html">Specific 
Problems</a></div>
-    <div id="dba_tt_external"><a href="/FAQ/external.html">External 
Resources</a></div>
+  <div id="dba_howto_item_menu_left"><a 
href="/howto/index.html">HowTo's</a></div>
+  <div id="dba_specifications_item_menu_left"><a 
href="/specifications/index.html">Specifications</a></div>
+  <div id="dba_tt_item_menu_left"><a href="/FAQ/index.html">Tips 'n' tricks</a>
+    <div id="dba_tt_faq_item_menu_left"><a href="/FAQ/FAQ.html">FAQ</a></div>
+    <div id="dba_tt_common_item_menu_left"><a href="/FAQ/common.html">Common 
Problems</a></div>
+    <div id="dba_tt_specific_item_menu_left"><a 
href="/FAQ/specific.html">Specific Problems</a></div>
+    <div id="dba_tt_external_item_menu_left"><a 
href="/FAQ/external.html">External Resources</a></div>
   </div>
-  <div id="dba_downloads"><a href="/downloads/index.html">Downloads</a></div>
-  <div id="dba_misc"><a href="/miscellaneous/index.html">Miscellaneous</a>
-    <div id="dba_dev_projects"><a 
href="/miscellaneous/developer_projects.html">Developer Projects</a></div>
-    <div id="dba_testtool"><a href="/tools/SDBTestTool.html">SDB Test 
Tool</a></div>
-    <div id="dba_base20"><a href="/miscellaneous/dba20.html">OpenOffice.org 
Base 2.0</a></div>
+  <div id="dba_downloads_item_menu_left"><a 
href="/downloads/index.html">Downloads</a></div>
+  <div id="dba_misc_item_menu_left"><a 
href="/miscellaneous/index.html">Miscellaneous</a>
+    <div id="dba_dev_projects_item_menu_left"><a 
href="/miscellaneous/developer_projects.html">Developer Projects</a></div>
+    <div id="dba_testtool_item_menu_left"><a 
href="/tools/SDBTestTool.html">SDB Test Tool</a></div>
+    <div id="dba_base20_item_menu_left"><a 
href="/miscellaneous/dba20.html">OpenOffice.org Base 2.0</a></div>
   </div>
-  <div id="sdb_drivers"><a href="/drivers/index.html">Database Drivers</a>
-    <div id="postgres_driver"><a 
href="/drivers/postgresql/index.html">PostgreSQL</a></div>
-    <div id="mdb_driver"><a href="/drivers/mdb/index.html">MDB</a></div>
-    <div id="sqlite_driver"><a 
href="/drivers/sqlite/index.html">SQLite</a></div>
+  <div id="sdb_drivers_item_menu_left"><a href="/drivers/index.html">Database 
Drivers</a>
+    <div id="postgres_driver_item_menu_left"><a 
href="/drivers/postgresql/index.html">PostgreSQL</a></div>
+    <div id="mdb_driver_item_menu_left"><a 
href="/drivers/mdb/index.html">MDB</a></div>
+    <div id="sqlite_driver_item_menu_left"><a 
href="/drivers/sqlite/index.html">SQLite</a></div>
   </div>
 </div>

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

File [changed]: dba_default.js
Url: 
http://dba.openoffice.org/source/browse/dba/www/js/dba_default.js?r1=1.14&r2=1.15
Delta lines:  +1 -1
-------------------
--- dba_default.js      25 Apr 2006 10:45:44 -0000      1.14
+++ dba_default.js      25 Apr 2006 11:58:17 -0000      1.15
@@ -13,7 +13,7 @@
 function hilighCurrentMenuItem()
 {
     var heading = document.getElementsByTagName( "h1" )[0];
-    var currentMenuItem = document.getElementById( heading.id );
+    var currentMenuItem = document.getElementById( heading.id + 
"_item_menu_left" );
     var menuItemLink = currentMenuItem.getElementsByTagName( "a" )[0];
     menuItemLink.setAttribute( "class", "selected" );    
 }




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

Reply via email to