User: SimonAW Date: 2006/12/26 20:16:00 Modified: de/www/testdir/ooo_dok_portal.html
Log: Test 2 File Changes: Directory: /de/www/testdir/ =========================== File [changed]: ooo_dok_portal.html Url: http://de.openoffice.org/source/browse/de/www/testdir/ooo_dok_portal.html?r1=1.1&r2=1.2 Delta lines: +31 -80 --------------------- --- ooo_dok_portal.html 27 Dec 2006 02:24:14 -0000 1.1 +++ ooo_dok_portal.html 27 Dec 2006 04:15:57 -0000 1.2 @@ -1,23 +1,34 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> - <title>de-OOo Dokumentationsportal</title> + <title>OpenOffice.org Dokumentationsportal</title> - <!-- $Id: ooo_dok_portal.html,v 1.1 2006/12/27 02:24:14 SimonAW Exp $ --> + <!-- $Id: ooo_dok_portal.html,v 1.2 2006/12/27 04:15:57 SimonAW Exp $ --> <!-- Start de-header --> <link rel="stylesheet" href="../styles/de.css" media="screen" type="text/css" /> <link rel="stylesheet" href="../styles/de_print.css" media="print" type="text/css" /> <link rel="stylesheet" href="../styles/de_navbar6.css" type="text/css" /> + <link rel="alternate stylesheet" title="ohne Navbar" media="screen" href="../styles/de_nonavbar.css" type="text/css" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css"> - td.test1 { - background: white; + /* + td { + background: white !important; vertical-align: top; + padding: 4px; + }*/ + + td.icon { + border-left: 2px solid gray; + } + + #doc_table { + text-align: center; } </style> <!-- End de-header --> @@ -73,91 +84,31 @@ Dokumentationen, die sich in ihrem Adressatenkreis unterscheiden. Entsprechende Informationen hierzu finden Sie auf den Seiten zu den einzelnen Versionen von OpenOffice.org, die Sie über die Links direkt unter diesem Absatz -erreichen. </p> +erreichen.</p> -<h4>Alle Module</h4> -<table> - <tr> - <td class="icon-column"><img src="ooo_all.png" alt="Icon OpenOffice.org All" /></td> - <td> - <ul> - <li>Test <a href="test.pdf">Test</a></li> - </ul> - </td> - </tr> -</table> +<div id="dok_table"> -<h4>Writer</h4> <table> <tr> - <td class="icon-column"><img src="ooo_writer.png" alt="Icon OpenOffice.org Writer" /></td> - <td> - <ul> - <li>Test <a href="test.pdf">Test</a></li> - </ul> - </td> + <td><a href="all.html"><img src="ooo_all.png" alt="Icon OpenOffice.org All" /></a></td> +<td><img src="ooo_writer.png" alt="Icon OpenOffice.org Writer" /></td> +<td><img src="ooo_calc.png" alt="Icon OpenOffice.org Calc" /></td> +<td><img src="ooo_draw.png" alt="Icon OpenOffice.org Draw" /></td> +<td><img src="ooo_impress.png" alt="Icon OpenOffice.org Impress" /></td> +<td><img src="ooo_base.png" alt="Icon OpenOffice.org Base" /></td> +<td><img src="ooo_math.png" alt="Icon OpenOffice.org Math" /></td> </tr> -</table> - -<h4>Calc</h4> -<table> <tr> - <td class="icon-column"><img src="ooo_calc.png" alt="Icon OpenOffice.org Calc" /></td> - <td> - <ul> - <li>Test <a href="test.pdf">Test</a></li> - </ul> - </td> - </tr> -</table> - -<h4>Draw</h4> -<table> - <tr> - <td class="icon-column"><img src="ooo_draw.png" alt="Icon OpenOffice.org Draw" /></td> - <td> - <ul> - <li>Test <a href="test.pdf">Test</a></li> - </ul> - </td> - </tr> -</table> - -<h4>Impress</h4> -<table> - <tr> - <td class="icon-column"><img src="ooo_impress.png" alt="Icon OpenOffice.org Impress" /></td> - <td> - <ul> - <li>Test <a href="test.pdf">Test</a></li> - </ul> - </td> - </tr> -</table> - -<h4>Base</h4> -<table> - <tr> - <td class="icon-column"><img src="ooo_base.png" alt="Icon OpenOffice.org Base" /></td> - <td> - <ul> - <li>Test <a href="test.pdf">Test</a></li> - </ul> - </td> - </tr> -</table> - -<h4>Math</h4> -<table> - <tr> - <td class="icon-column"><img src="ooo_math.png" alt="Icon OpenOffice.org Math" /></td> - <td> - <ul> - <li>Test <a href="test.pdf">Test</a></li> - </ul> - </td> + <td>Alle Module</td> + <td>Writer</td> + <td>Calc</td> + <td>Draw</td> + <td>Impress</td> + <td>Base</td> + <td>Math</td> </tr> </table> +</div> </div> <p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
