|
@@ -39,9 +39,9 @@ exit
|
|
<table style="width:100%">
|
|
<table style="width:100%">
|
|
<!-- table header -->
|
|
<!-- table header -->
|
|
<tr>
|
|
<tr>
|
|
- <th> Type </th>
|
|
|
|
- <th> Bootloader </th>
|
|
|
|
- <th> Description </th>
|
|
|
|
|
|
+ <th style="width:10%;"> Type </th>
|
|
|
|
+ <th style="width:20%;"> Bootloader </th>
|
|
|
|
+ <th style="width:70%;"> Description </th>
|
|
</tr>
|
|
</tr>
|
|
<!-- table rows -->
|
|
<!-- table rows -->
|
|
{% for item in bootloaders.hybrid %}
|
|
{% for item in bootloaders.hybrid %}
|
|
@@ -59,9 +59,9 @@ exit
|
|
<table style="width:100%">
|
|
<table style="width:100%">
|
|
<!-- table header -->
|
|
<!-- table header -->
|
|
<tr>
|
|
<tr>
|
|
- <th> Type </th>
|
|
|
|
- <th> Bootloader </th>
|
|
|
|
- <th> Description </th>
|
|
|
|
|
|
+ <th style="width:10%;"> Type </th>
|
|
|
|
+ <th style="width:20%;"> Bootloader </th>
|
|
|
|
+ <th style="width:70%;"> Description </th>
|
|
</tr>
|
|
</tr>
|
|
<!-- table rows -->
|
|
<!-- table rows -->
|
|
{% for item in bootloaders.legacy %}
|
|
{% for item in bootloaders.legacy %}
|
|
@@ -80,9 +80,9 @@ exit
|
|
<table style="width:100%">
|
|
<table style="width:100%">
|
|
<!-- table header -->
|
|
<!-- table header -->
|
|
<tr>
|
|
<tr>
|
|
- <th> Type </th>
|
|
|
|
- <th> Bootloader </th>
|
|
|
|
- <th> Description </th>
|
|
|
|
|
|
+ <th style="width:10%;"> Type </th>
|
|
|
|
+ <th style="width:20%;"> Bootloader </th>
|
|
|
|
+ <th style="width:70%;"> Description </th>
|
|
</tr>
|
|
</tr>
|
|
<!-- table rows -->
|
|
<!-- table rows -->
|
|
{% for item in bootloaders.uefi %}
|
|
{% for item in bootloaders.uefi %}
|
|
@@ -101,9 +101,9 @@ exit
|
|
<table style="width:100%">
|
|
<table style="width:100%">
|
|
<!-- table header -->
|
|
<!-- table header -->
|
|
<tr>
|
|
<tr>
|
|
- <th> Type </th>
|
|
|
|
- <th> Bootloader </th>
|
|
|
|
- <th> Description </th>
|
|
|
|
|
|
+ <th style="width:10%;"> Type </th>
|
|
|
|
+ <th style="width:20%;"> Bootloader </th>
|
|
|
|
+ <th style="width:70%;"> Description </th>
|
|
</tr>
|
|
</tr>
|
|
<!-- table rows -->
|
|
<!-- table rows -->
|
|
{% for item in bootloaders.arm %}
|
|
{% for item in bootloaders.arm %}
|
|
@@ -122,9 +122,9 @@ exit
|
|
<table style="width:100%">
|
|
<table style="width:100%">
|
|
<!-- table header -->
|
|
<!-- table header -->
|
|
<tr>
|
|
<tr>
|
|
- <th> Type </th>
|
|
|
|
- <th> Bootloader </th>
|
|
|
|
- <th> Description </th>
|
|
|
|
|
|
+ <th style="width:10%;"> Type </th>
|
|
|
|
+ <th style="width:20%;"> Bootloader </th>
|
|
|
|
+ <th style="width:70%;"> Description </th>
|
|
</tr>
|
|
</tr>
|
|
<!-- table rows -->
|
|
<!-- table rows -->
|
|
{% for item in bootloaders.rpi %}
|
|
{% for item in bootloaders.rpi %}
|