User: alexandruszasz Date: 2008-09-11 20:11:57+0000 Modified: ro/www/index.html
Log: Small design updates File Changes: Directory: /ro/www/ =================== File [changed]: index.html Url: http://ro.openoffice.org/source/browse/ro/www/index.html?r1=1.91&r2=1.92 Delta lines: +7 -5 ------------------- --- index.html 2008-09-11 20:07:15+0000 1.91 +++ index.html 2008-09-11 20:11:54+0000 1.92 @@ -46,13 +46,15 @@ </script> </head> <body> -<img src="imagini/bannerlogo.png" alt="OpenOffice.org" style="display:absolute;top:0px;left:0px;z-index:10" /> <script type="text/javascript"> -if (document.getElementById('positioner')) -document.getElementById('positioner').innerHTML = '' + -'<a href="http://www.openoffice.org/"><img src="http://ro.openoffice.org/imagini/bannerlogo.png" alt="OpenOffice.org" /></a>' + -'<h1><em>Productivitate liberÄ Èi deschisÄ</em></h1>'; +if (document.getElementById('positioner')) { + var imgs = document.getElementById('positioner').getElementsByTagName('a'); + imgs[0].innerHTML = '<img src="http://ro.openoffice.org/imagini/bannerlogo.png" alt="OpenOffice.org" />'; + var ems = document.getElementById('positioner').getElementsByTagName('em'); + ems[0].innerHTML = 'Productivitate liberÄ Èi deschisÄ'; + +} if (document.getElementById('minitabs')) document.getElementById('minitabs').innerHTML = '' + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
