User: fs Date: 06/04/21 05:27:35 Modified: /dba/www/specifications/ index.html
Log: new spec: Queries in Queries File Changes: Directory: /dba/www/specifications/ =================================== File [changed]: index.html Url: http://dba.openoffice.org/source/browse/dba/www/specifications/index.html?r1=1.121&r2=1.122 Delta lines: +29 -17 --------------------- --- index.html 21 Apr 2006 10:46:13 -0000 1.121 +++ index.html 21 Apr 2006 12:27:32 -0000 1.122 @@ -10,6 +10,10 @@ .available_in_20_not_used { background-color:#CCFFFF; } .available_in_680_not_used { background-color:#FFFFCC; } </style> + <script type="text/javascript" src="/js/niftycube.js"></script> + <script type="text/javascript"> + window.onload=function(){ Nifty("h1", "normal"); } + </script> </head> <body> <b>Project Sections</b>: @@ -33,7 +37,10 @@ <tr> <td> <ul> - <li>2005-12-09: <a href="#misc">KDE Address Book Access</a> (new)</li> + <li>2006-04-21: <a href="#application">Queries in Queries</a> + <img class="vertically_centerred" src="../images/new.gif" alt="new item" style="width: 31px; height: 12px"/></li> + <li>2005-12-09: <a href="#misc">KDE Address Book Access</a> + <img class="vertically_centerred" src="../images/new.gif" alt="new item" style="width: 31px; height: 12px"/></li> </ul> </td> <td/> @@ -62,10 +69,10 @@ </table> <table cellpadding="0" cellspacing="0"> <tbody> -<!-- ======================= --><!-- Application --> <tr - class="MainTableHeader"> - <td rowspan="1" colspan="7"> <a name="application">Database -Application </a></td> +<!-- ======================= --> + <!-----------------------------> + <tr class="MainTableHeader"> + <td rowspan="1" colspan="7"> <a name="application">Database Application </a></td> </tr> <tr class="InnerTableHeader"> <td valign="top" width=180>Specification Name:</td> @@ -76,23 +83,28 @@ <td>D</td> <td>T</td> </tr> -<!-----------------------------> <tr> - <td valign="top" width=180><a - href="Data_Source_Property_Dialog.sxw">Data Source Property dialog</a> - <a - href="http://dba.openoffice.org/specifications/Data_Source_Property_Dialog.sxw"> - </a> </td> - <td>This document describes the handling of data source -properties in OO.org 2.0.</td> + <!-----------------------------> + <tr> + <td valign="top" width=180><a href="Queries_in_Queries.odt">Queries in Queries</a></td> + <td>For certain database backends, OpenOffice.org supports using queries in queries.</td> + <td><a href="mailto:[EMAIL PROTECTED]">Frank Schönheit</a></td> + <td>0.1</td> + <td><span class="available_whenever">t.b.d.</span></td> + <td>2006-04-21</td> + <td><img src="../images/odt.gif" title="OASIS OpenDocument Text" alt="odt" style="width: 16px; height: 16px"></td> + </tr> + <!-----------------------------> + <tr> + <td valign="top" width=180><a href="Data_Source_Property_Dialog.sxw">Data Source Property dialog</a></td> + <td>This document describes the handling of data source properties in OO.org 2.0.</td> <td><a href="mailto:[EMAIL PROTECTED]">Ocke Janssen</a></td> <td>0.5</td> <td><a class="available_in_680" href="http://download.openoffice.org/680/index.html">680</a></td> <td>2005-02-01</td> - <td><img src="../images/sxw.gif" - title="OpenOffice.org Text Document" alt="sxw" - style="width: 13px; height: 16px"> </td> + <td><img src="../images/sxw.gif" title="OpenOffice.org Text Document" alt="sxw" style="width: 13px; height: 16px"> </td> </tr> -<!-----------------------------> <tr> + <!-----------------------------> + <tr> <td width=180> <a href="http://dba.openoffice.org/specifications/Database_application.sxw"></a> <a href="Database_application.sxw">Database Application</a> </td> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
