Website: add a link to all builds on the download page

git-svn-id: file:///var/kolibrios-org-repos@40 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30
This commit is contained in:
leency 2021-12-04 22:55:32 +00:00
parent b3d3f785af
commit 7a8b2583da
8 changed files with 9 additions and 2 deletions

View File

@ -76,6 +76,7 @@
<td colspan="3">
<button class="help-button" onclick="alert('For a beginner, the LiveCD is best.\n\nCompared to a LiveCD, the advantage of a universal image is that you can save changes made in Kolibri.\n\nHybrid image includes support for UEFI technology, which is used to boot the system on new computers and laptops.');">Welches soll man wählen?</button>
<a href="//archive.kolibrios.org/de/">Kolibri vorausgegangene Veröffentlichungen</a>
<a href="//builds.kolibrios.org/">Alle Bilder</a>
</td>
</tr>
</table>

View File

@ -77,6 +77,7 @@
<td colspan="3">
<button class="help-button" onclick="alert('For a beginner, the LiveCD is best.\n\nCompared to a LiveCD, the advantage of a universal image is that you can save changes made in Kolibri.\n\nHybrid image includes support for UEFI technology, which is used to boot the system on new computers and laptops.');">Which to choose?</button>
<a href="//archive.kolibrios.org/en/">Kolibri previous releases</a>
<a href="//builds.kolibrios.org/">All image builds</a>
</td>
</tr>
</table>

View File

@ -77,6 +77,7 @@
<td colspan="3">
<button class="help-button" onclick="alert('Para un principiante, el LiveCD es lo mejor.\n\nEn comparación con un LiveCD, la ventaja de una imagen genérica es que puede guardar los cambios realizados en Kolibri.\n\nLa imagen híbrida incluye soporte para la tecnología UEFI, que se utiliza para iniciar el sistema en computadoras y laptops nuevas.');">¿Cuál elegir?</button>
<a href="//archive.kolibrios.org/es/">Versiones anteriores de Kolibri</a>
<a href="//builds.kolibrios.org/">Todas las imágenes</a>
</td>
</tr>
</table>

View File

@ -76,6 +76,7 @@
<td colspan="3">
<button class="help-button" onclick="alert('For a beginner, the LiveCD is best.\n\nCompared to a LiveCD, the advantage of a universal image is that you can save changes made in Kolibri.\n\nHybrid image includes support for UEFI technology, which is used to boot the system on new computers and laptops.');">Lequel choisir ?</button>
<a href="//archive.kolibrios.org/fr/">Versions antérieures de Kolibri</a>
<a href="//builds.kolibrios.org/">Toutes les images</a>
</td>
</tr>
</table>

View File

@ -76,6 +76,7 @@
<td colspan="3">
<button class="help-button" onclick="alert('For a beginner, the LiveCD is best.\n\nCompared to a LiveCD, the advantage of a universal image is that you can save changes made in Kolibri.\n\nHybrid image includes support for UEFI technology, which is used to boot the system on new computers and laptops. Beta version.');">Quale scegliere?</button>
<a href="//archive.kolibrios.org/it/">Versioni precedenti di KolibriOS</a>
<a href="//builds.kolibrios.org/">Tutte le immagini</a>
</td>
</tr>
</table>

View File

@ -76,6 +76,7 @@
<td colspan="3">
<button class="help-button" onclick="alert('For a beginner, the LiveCD is best.\n\nCompared to a LiveCD, the advantage of a universal image is that you can save changes made in Kolibri.\n\nHybrid image includes support for UEFI technology, which is used to boot the system on new computers and laptops.');">Welke te kiezen?</button>
<a href="//archive.kolibrios.org/nl/">Kolibri vorige releases</a>
<a href="//builds.kolibrios.org/">Alle baugruppen</a>
</td>
</tr>
</table>

View File

@ -76,6 +76,7 @@
<td colspan="3">
<button class="help-button" onclick="alert('Для новичка лучше всего подойдёт LiveCD.\n\nПо сравнению с LiveCD преимущество универсального образа в том, что можно сохранять изменения, сделанные в Колибри.\n\nГибридный образ имеет в своём составе поддержку технологии UEFI, которая используется для загрузки системы на новых компьютерах и ноутбуках.');">Какой выбрать?</button>
<a href="//archive.kolibrios.org/ru/">Архив старых версий</a>
<a href="//builds.kolibrios.org/">Все сборки</a>
</td>
</tr>
</table>

View File

@ -138,10 +138,10 @@ table {
margin-bottom: 30px;
}
.download table a[href^="//archive"] {
.download table [colspan="3"] a {
padding-bottom: 1px;
border-bottom: 1px dashed #ccc;
margin-left:0;
margin-left: 10px;
text-align: right;
float: right;
line-height: 1.2;