You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
314 B
PHTML
15 lines
314 B
PHTML
7 years ago
|
<table class='firmware-download-list'>
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th width='50'>Version/<br/>Modell</th>
|
||
|
<th width='50'>Datum</th>
|
||
|
<th width='50'>Release</th>
|
||
|
<th width='200'>MD5</th>
|
||
|
<th>Download</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
<?=$table?>
|
||
|
</tbody>
|
||
|
</table><!-- table factory -->
|