Better adaptation for WebView (#3)

- Smaller images
- Hardcoded table cells sizes
- Different colors for highlighting links of different types

Reviewed-on: KolibriOS/kolibrios.org#3
Co-authored-by: Burer <burer@kolibrios.org>
Co-committed-by: Burer <burer@kolibrios.org>
This commit is contained in:
2025-03-22 10:21:50 +01:00
committed by Burer
parent b5ab6271bc
commit 9d58cf0668
20 changed files with 61 additions and 60 deletions

View File

@@ -17,7 +17,7 @@
<div id="lang-dropdown">
<div>
<a href="../en/download.htm"><img src="../i/fl/en.png" alt="en" />English</a>
<font bg="lightblue">
<font bg="#90EE90">
<a class="a-sel" href="../de/download.htm"><img src="../i/fl/de.png" alt="de" />Deutsch</a>
</font>
<a href="../es/download.htm"><img src="../i/fl/es.png" alt="es" />Español</a>
@@ -45,7 +45,7 @@
<h1>Herunterladen</h1>
<table>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_floppy.png" alt="disketten"></td>
<td class="td-image" width="40"><img src="../i/i_floppy.png" alt="disketten"></td>
<td class="td-description">Disketten-Image</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -58,7 +58,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-image" width="40"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-description">LiveCD-Abbild</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -71,7 +71,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uni.png" alt="universal"></td>
<td class="td-image" width="40"><img src="../i/i_uni.png" alt="universal"></td>
<td class="td-description">Universal Flash/<acronym title="Laden mehrerer Betriebssysteme auf einem PC"></acronym>Multi-Boot</acronym>-Abbild</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -84,7 +84,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-image" width="40"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-description">Hybrides UEFI/BIOS-Abbild <span class="beta">BETA</span></td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">

View File

@@ -17,7 +17,7 @@
<div id="lang-dropdown">
<div>
<a href="../en/index.htm"><img src="../i/fl/en.png" alt="en" />English</a>
<font bg="lightblue">
<font bg="#90EE90">
<a class="a-sel" href="../de/index.htm"><img src="../i/fl/de.png" alt="de" />Deutsch</a>
</font>
<a href="../es/index.htm"><img src="../i/fl/es.png" alt="es" />Español</a>
@@ -30,7 +30,7 @@
<nav id="menu">
<a href="../de/index.htm" class="a-sel">
<font bg=lightblue>KolibriOS</font>
<font bg="lightblue">KolibriOS</font>
</a>
<a href="../de/download.htm">Herunterladen</a>
<a href="http://board.kolibrios.org">Forum</a>
@@ -46,7 +46,7 @@
<a id="banner" href="https://git.kolibrios.org" target="_blank">
<table>
<tr>
<td valign="top">
<td valign="top" width="128">
<img src="../i/logo.png" alt="Banner Image" />
</td>
<td valign="top">
@@ -58,7 +58,7 @@
<a href="https://git.kolibrios.org">https://git.kolibrios.org</a>
</p>
</td>
<td valign="top">
<td valign="top" width="128">
<img src="../i/banners/gitea.png" alt="Banner Image" />
</td>
</tr>

View File

@@ -17,7 +17,7 @@
<div id="lang-dropdown">
<div>
<font bg="lightblue">
<font bg="#90EE90">
<a class="a-sel" href="../en/download.htm"><img src="../i/fl/en.png" alt="en" />English</a>
</font>
<a href="../de/download.htm"><img src="../i/fl/de.png" alt="de" />Deutsch</a>
@@ -46,7 +46,7 @@
<h1>Downloads</h1>
<table>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_floppy.png" alt="floppy"></td>
<td class="td-image" width="40"><img src="../i/i_floppy.png" alt="floppy"></td>
<td class="td-description">Floppy disk image</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -59,7 +59,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-image" width="40"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-description">LiveCD image</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -72,7 +72,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uni.png" alt="universal"></td>
<td class="td-image" width="40"><img src="../i/i_uni.png" alt="universal"></td>
<td class="td-description">Universal Flash/<acronym title="Loading multiple operating systems on one PC">Multi-boot</acronym> image</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -85,7 +85,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-image" width="40"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-description">Hybrid UEFI/BIOS image <span class="beta">BETA</span></td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">

View File

@@ -17,7 +17,7 @@
<div id="lang-dropdown">
<div>
<font bg="lightblue">
<font bg="#90EE90">
<a href="../en/index.htm" class="a-sel"><img src="../i/fl/en.png" alt="en" />English</a>
</font>
<a href="../de/index.htm"><img src="../i/fl/de.png" alt="de" />Deutsch</a>
@@ -47,7 +47,7 @@
<a id="banner" href="https://git.kolibrios.org" target="_blank">
<table>
<tr>
<td valign="top">
<td valign="top" width="128">
<img src="../i/logo.png" alt="Banner Image" />
</td>
<td valign="top">
@@ -59,7 +59,7 @@
<a href="https://git.kolibrios.org">https://git.kolibrios.org</a>
</p>
</td>
<td valign="top">
<td valign="top" width="128">
<img src="../i/banners/gitea.png" alt="Banner Image" />
</td>
</tr>

View File

@@ -18,7 +18,7 @@
<div>
<a href="../en/download.htm"><img src="../i/fl/en.png" alt="en" />English</a>
<a href="../de/download.htm"><img src="../i/fl/de.png" alt="de" />Deutsch</a>
<font bg="lightblue">
<font bg="#90EE90">
<a class="a-sel" href="../es/download.htm"><img src="../i/fl/es.png" alt="es" />Español</a>
</font>
<a href="../fr/download.htm"><img src="../i/fl/fr.png" alt="fr" />Français</a>
@@ -45,7 +45,7 @@
<h1>Descargas</h1>
<table>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_floppy.png" alt="floppy"></td>
<td class="td-image" width="40"><img src="../i/i_floppy.png" alt="floppy"></td>
<td class="td-description">Imagen de disquete</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -58,7 +58,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-image" width="40"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-description">Imagen LiveCD</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -71,7 +71,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uni.png" alt="universal"></td>
<td class="td-image" width="40"><img src="../i/i_uni.png" alt="universal"></td>
<td class="td-description">Imagen Flash Universal/<acronym title="Cargar varios sistemas operativos en un PC">Multi-boot</acronym></td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -84,7 +84,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-image" width="40"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-description">Imagen híbrida UEFI/BIOS <span class="beta">BETA</span></td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">

View File

@@ -18,7 +18,7 @@
<div>
<a href="../en/index.htm"><img src="../i/fl/en.png" alt="en" />English</a>
<a href="../de/index.htm"><img src="../i/fl/de.png" alt="de" />Deutsch</a>
<font bg="lightblue">
<font bg="#90EE90">
<a class="a-sel" href="../es/index.htm"><img src="../i/fl/es.png" alt="es" />Español</a>
</font>
<a href="../fr/index.htm"><img src="../i/fl/fr.png" alt="fr" />Français</a>
@@ -46,7 +46,7 @@
<a id="banner" href="https://git.kolibrios.org" target="_blank">
<table>
<tr>
<td valign="top">
<td valign="top" width="128">
<img src="../i/logo.png" alt="Banner Image" />
</td>
<td valign="top">
@@ -58,7 +58,7 @@
<a href="https://git.kolibrios.org">https://git.kolibrios.org</a>
</p>
</td>
<td valign="top">
<td valign="top" width="128">
<img src="../i/banners/gitea.png" alt="Banner Image" />
</td>
</tr>

View File

@@ -20,7 +20,7 @@
<a href="../en/download.htm"><img src="../i/fl/en.png" alt="en" />English</a>
<a href="../de/download.htm"><img src="../i/fl/de.png" alt="de" />Deutsch</a>
<a href="../es/download.htm"><img src="../i/fl/es.png" alt="es" />Español</a>
<font bg="lightblue">
<font bg="#90EE90">
<a class="a-sel" href="../fr/download.htm"><img src="../i/fl/fr.png" alt="fr" />Français</a>
</font>
<a href="../it/download.htm"><img src="../i/fl/it.png" alt="it" />Italiano</a>
@@ -46,7 +46,7 @@
<h1>Téléchargements</h1>
<table>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_floppy.png" alt="floppy"></td>
<td class="td-image" width="40"><img src="../i/i_floppy.png" alt="floppy"></td>
<td class="td-description">Image de la disquette</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -59,7 +59,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-image" width="40"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-description">Image du LiveCD</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -72,7 +72,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uni.png" alt="universal"></td>
<td class="td-image" width="40"><img src="../i/i_uni.png" alt="universal"></td>
<td class="td-description">Image Universal Flash/<acronym title="Chargement de plusieurs systèmes d'exploitation sur un PC">Multi-boot</acronym></td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -85,7 +85,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-image" width="40"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-description">Image hybride UEFI/BIOS <span class="beta">BÊTA</span></td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">

View File

@@ -20,7 +20,7 @@
<a href="../en/index.htm"><img src="../i/fl/en.png" alt="en" />English</a>
<a href="../de/index.htm"><img src="../i/fl/de.png" alt="de" />Deutsch</a>
<a href="../es/index.htm"><img src="../i/fl/es.png" alt="es" />Español</a>
<font bg="lightblue">
<font bg="#90EE90">
<a class="a-sel" href="../fr/index.htm"><img src="../i/fl/fr.png" alt="fr" />Français</a>
</font>
<a href="../it/index.htm"><img src="../i/fl/it.png" alt="it" />Italiano</a>
@@ -31,7 +31,7 @@
<nav id="menu">
<a href="../fr/index.htm" class="a-sel">
<font bg=lightblue>KolibriOS</font>
<font bg="lightblue">KolibriOS</font>
</a>
<a href="../fr/download.htm">Télécharger</a>
<a href="http://board.kolibrios.org">Forum</a>
@@ -47,7 +47,7 @@
<a id="banner" href="https://git.kolibrios.org" target="_blank">
<table>
<tr>
<td valign="top">
<td valign="top" width="128">
<img src="../i/logo.png" alt="Banner Image" />
</td>
<td valign="top">
@@ -59,7 +59,7 @@
<a href="https://git.kolibrios.org">https://git.kolibrios.org</a>
</p>
</td>
<td valign="top">
<td valign="top" width="128">
<img src="../i/banners/gitea.png" alt="Banner Image" />
</td>
</tr>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 747 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 700 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 843 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -21,7 +21,7 @@
<a href="../de/download.htm"><img src="../i/fl/de.png" alt="de" />Deutsch</a>
<a href="../es/download.htm"><img src="../i/fl/es.png" alt="es" />Español</a>
<a href="../fr/download.htm"><img src="../i/fl/fr.png" alt="fr" />Français</a>
<font bg="lightblue">
<font bg="#90EE90">
<a class="a-sel" href="../it/download.htm"><img src="../i/fl/it.png" alt="it" />Italiano</a>
</font>
<a href="../nl/download.htm"><img src="../i/fl/nl.png" alt="nl" />Nederlands</a>
@@ -46,7 +46,7 @@
<h1>Downloads</h1>
<table>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_floppy.png" alt="dischetto"></td>
<td class="td-image" width="40"><img src="../i/i_floppy.png" alt="dischetto"></td>
<td class="td-description">Immagine su dischetto</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -59,7 +59,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-image" width="40"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-description">Immagine LiveCD</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -72,7 +72,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uni.png" alt="universale"></td>
<td class="td-image" width="40"><img src="../i/i_uni.png" alt="universale"></td>
<td class="td-description">Immagine universale Flash/<acronym title="Caricamento di più sistemi operativi su un PC">MultiBoot</acronym></td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -85,7 +85,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-image" width="40"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-description">Immagine ibrida UEFI/BIOS <span class="beta">BETA</span></td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">

View File

@@ -21,7 +21,8 @@
<a href="../de/index.htm"><img src="../i/fl/de.png" alt="de" />Deutsch</a>
<a href="../es/index.htm"><img src="../i/fl/es.png" alt="es" />Español</a>
<a href="../fr/index.htm"><img src="../i/fl/fr.png" alt="fr" />Français</a>
<font bg="lightblue"><a class="a-sel" href="../it/index.htm"><img src="../i/fl/it.png" alt="it" />Italiano</a>
<font bg="#90EE90">
<a class="a-sel" href="../it/index.htm"><img src="../i/fl/it.png" alt="it" />Italiano</a>
</font>
<a href="../nl/index.htm"><img src="../i/fl/nl.png" alt="nl" />Nederlands</a>
<a href="../ru/index.htm"><img src="../i/fl/ru.png" alt="ru" />Русский</a>
@@ -30,7 +31,7 @@
<nav id="menu">
<a href="../it/index.htm" class="a-sel">
<font bg=lightblue>KolibriOS</font>
<font bg="lightblue">KolibriOS</font>
</a>
<a href="../it/download.htm">Scaricare</a>
<a href="http://board.kolibrios.org">Forum</a>
@@ -44,7 +45,7 @@
<a id="banner" href="https://git.kolibrios.org" target="_blank">
<table>
<tr>
<td valign="top">
<td valign="top" width="128">
<img src="../i/logo.png" alt="Banner Image" />
</td>
<td valign="top">
@@ -56,7 +57,7 @@
<a href="https://git.kolibrios.org">https://git.kolibrios.org</a>
</p>
</td>
<td valign="top">
<td valign="top" width="128">
<img src="../i/banners/gitea.png" alt="Banner Image" />
</td>
</tr>

View File

@@ -22,7 +22,7 @@
<a href="../es/download.htm"><img src="../i/fl/es.png" alt="es" />Español</a>
<a href="../fr/download.htm"><img src="../i/fl/fr.png" alt="fr" />Français</a>
<a href="../it/download.htm"><img src="../i/fl/it.png" alt="it" />Italiano</a>
<font bg="lightblue">
<font bg="#90EE90">
<a class="a-sel" href="../nl/download.htm"><img src="../i/fl/nl.png" alt="nl" />Nederlands</a>
</font>
<a href="../ru/download.htm"><img src="../i/fl/ru.png" alt="ru" />Русский</a>
@@ -46,7 +46,7 @@
<h1>Downloaden</h1>
<table>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_floppy.png" alt="diskette"></td>
<td class="td-image" width="40"><img src="../i/i_floppy.png" alt="diskette"></td>
<td class="td-description">Afbeelding op diskette</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -59,7 +59,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-image" width="40"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-description">LiveCD-afbeelding</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -72,7 +72,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uni.png" alt="universele"></td>
<td class="td-image" width="40"><img src="../i/i_uni.png" alt="universele"></td>
<td class="td-description">Universele Flash/<acronym title="Meerdere besturingssystemen laden op één pc">Multi-boot</acronym> image</td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">
@@ -85,7 +85,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-image" width="40"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-description">Hybride UEFI/BIOS-image <span class="beta">BÈTA</span></td>
<td class="td-date">$autobuild_date_en</td>
<td class="td-languages">

View File

@@ -22,7 +22,7 @@
<a href="../es/index.htm"><img src="../i/fl/es.png" alt="es" />Español</a>
<a href="../fr/index.htm"><img src="../i/fl/fr.png" alt="fr" />Français</a>
<a href="../it/index.htm"><img src="../i/fl/it.png" alt="it" />Italiano</a>
<font bg="lightblue">
<font bg="#90EE90">
<a class="a-sel" href="../nl/index.htm"><img src="../i/fl/nl.png" alt="nl" />Nederlands</a>
</font>
<a href="../ru/index.htm"><img src="../i/fl/ru.png" alt="ru" />Русский</a>
@@ -47,7 +47,7 @@
<a id="banner" href="https://git.kolibrios.org" target="_blank">
<table>
<tr>
<td valign="top">
<td valign="top" width="128">
<img src="../i/logo.png" alt="Banner Image" />
</td>
<td valign="top">
@@ -59,7 +59,7 @@
<a href="https://git.kolibrios.org">https://git.kolibrios.org</a>
</p>
</td>
<td valign="top">
<td valign="top" width="128">
<img src="../i/banners/gitea.png" alt="Banner Image" />
</td>
</tr>

View File

@@ -23,7 +23,7 @@
<a href="../fr/download.htm"><img src="../i/fl/fr.png" alt="fr" />Français</a>
<a href="../it/download.htm"><img src="../i/fl/it.png" alt="it" />Italiano</a>
<a href="../nl/download.htm"><img src="../i/fl/nl.png" alt="nl" />Nederlands</a>
<font bg="lightblue">
<font bg="#90EE90">
<a class="a-sel" href="../ru/download.htm"><img src="../i/fl/ru.png" alt="ru" />Русский</a>
</font>
</div>
@@ -46,7 +46,7 @@
<h1>Загрузка</h1>
<table>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_floppy.png" alt="floppy"></td>
<td class="td-image" width="40"><img src="../i/i_floppy.png" alt="floppy"></td>
<td class="td-description">Образ дискеты</td>
<td class="td-date">$autobuild_date_ru</td>
<td class="td-languages">
@@ -59,7 +59,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-image" width="40"><img src="../i/i_cd.png" alt="cd"></td>
<td class="td-description">Образ LiveCD</td>
<td class="td-date">$autobuild_date_ru</td>
<td class="td-languages">
@@ -72,7 +72,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uni.png" alt="universal"></td>
<td class="td-image" width="40"><img src="../i/i_uni.png" alt="universal"></td>
<td class="td-description">Универсальный образ Flash/<acronym title="Загрузка несколько операционных систем на одном компьютере">Multi-boot</acronym></td>
<td class="td-date">$autobuild_date_ru</td>
<td class="td-languages">
@@ -85,7 +85,7 @@
</td>
</tr>
<tr class="tr-margin-bot">
<td class="td-image"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-image" width="40"><img src="../i/i_uefi.png" alt="uefi"></td>
<td class="td-description">Гибридный UEFI/BIOS образ <span class="beta">БЕТА</span></td>
<td class="td-date">$autobuild_date_ru</td>
<td class="td-languages">

View File

@@ -23,7 +23,7 @@
<a href="../fr/index.htm"><img src="../i/fl/fr.png" alt="fr" />Français</a>
<a href="../it/index.htm"><img src="../i/fl/it.png" alt="it" />Italiano</a>
<a href="../nl/index.htm"><img src="../i/fl/nl.png" alt="nl" />Nederlands</a>
<font bg="lightblue">
<font bg="#90EE90">
<a class="a-sel" href="../ru/index.htm">
<img src="../i/fl/ru.png" alt="ru" />Русский
</a>
@@ -49,7 +49,7 @@
<a id="banner" href="https://git.kolibrios.org" target="_blank">
<table>
<tr>
<td valign="top">
<td valign="top" width="128">
<img src="../i/logo.png" alt="Banner Image" />
</td>
<td valign="top">
@@ -61,7 +61,7 @@
<a href="https://git.kolibrios.org">https://git.kolibrios.org</a>
</p>
</td>
<td valign="top">
<td valign="top" width="128">
<img src="../i/banners/gitea.png" alt="Banner Image" />
</td>
</tr>
@@ -96,7 +96,7 @@
<p>
<b>КолибриОС</b> отделилась от MenuetOS в 2004 году и с тех пор развивается
независимым интернациональным сообществом.
независимым международным сообществом.
Ваши <a href="http://board.kolibrios.org">отзывы</a> очень ценится, а ваша
<a href="https://git.kolibrios.org/KolibriOS/kolibrios">помощь</a>
ценится ещё больше.