Matthias Seidel (2021-03-18 17:54):
Hi all,

I just added platform hints on all localized download pages.

(e.g. https://www.openoffice.org/de/download/ )

The hints are for Windows and Linux at the moment with macOS still
pending. Feel free to translate!

Regards,

    Matthias

Could you maybe do a simple show/hide or accordion or a dialog? That would be easier to read. And more accessible. You could also just add a link.

E.g. something like this (re-worded parts of the text too):

```
<a id="platform_info" href="#platform_info_details"
onclick="el=document.getElementById('platform_info_details');el.style.display = 
el.style.display=='none' ? 'block' : 'none'"
Important hint: 32-bit, 64-bit and Java - What to choose?</a>

<div id="platform_info_details" style="display:none">
<p>At the moment we offer a 32-bit (x86) version for Windows.
However, it installs and runs also on Windows 64-bit (x86-64).<br>
Please note that you may need 32-bit Java too for some additional functionality.
Proper Java version should be selected after installation (see menu 'Tools - 
Options - OpenOffice - Java').
</p>

<p>For more information about OpenOffice and Java please see
<a style="display: inline; margin:0; text-decoration:underline"
href="https://www.openoffice.org/download/common/java.html";
Java and Apache OpenOffice</a>.
</p>

</div>
```


Regards,
Maciej.

Reply via email to