overhaul layout of release list
This commit is contained in:
43
templates/device.html
Normal file
43
templates/device.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<section id="{{codename}}">
|
||||
<h3><a href="#{{codename}}">{{name}}</a></h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Channel</th>
|
||||
<th>Version</th>
|
||||
<th>Downloads</th>
|
||||
</tr>
|
||||
<tr id="{{codename}}-stable">
|
||||
<td>Stable</td>
|
||||
<td><a href="#[[{{codename}}-stable-BUILD_NUMBER]]">[[{{codename}}-stable-BUILD_NUMBER]]</a></td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-install-[[{{codename}}-stable-BUILD_NUMBER]].zip">Install zip</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-install-[[{{codename}}-stable-BUILD_NUMBER]].zip.sig">Install zip signature</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-ota_update-[[{{codename}}-stable-BUILD_NUMBER]].zip">Signed update package</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="{{codename}}-beta">
|
||||
<td>Beta</td>
|
||||
<td><a href="#[[{{codename}}-beta-BUILD_NUMBER]]">[[{{codename}}-beta-BUILD_NUMBER]]</a></td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-install-[[{{codename}}-beta-BUILD_NUMBER]].zip">Install zip</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-install-[[{{codename}}-beta-BUILD_NUMBER]].zip.sig">Install zip signature</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-ota_update-[[{{codename}}-beta-BUILD_NUMBER]].zip">Signed update package</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="{{codename}}-alpha">
|
||||
<td>Alpha</td>
|
||||
<td><a href="#[[{{codename}}-alpha-BUILD_NUMBER]]">[[{{codename}}-alpha-BUILD_NUMBER]]</a></td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-install-[[{{codename}}-alpha-BUILD_NUMBER]].zip">Install zip</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-install-[[{{codename}}-alpha-BUILD_NUMBER]].zip.sig">Install zip signature</a></li>
|
||||
<li><a href="https://releases.grapheneos.org/{{codename}}-ota_update-[[{{codename}}-alpha-BUILD_NUMBER]].zip">Signed update package</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
Reference in New Issue
Block a user