2019-07-05 17:30:24 +00:00
|
|
|
<HTML><HEAD>
|
|
|
|
<TITLE>OpenWebRX Feature report</TITLE>
|
2019-12-03 23:47:50 +00:00
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico" />
|
2020-05-14 20:31:54 +00:00
|
|
|
<link rel="stylesheet" href="static/css/bootstrap.min.css" />
|
2020-05-08 22:27:42 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="static/css/admin.css" />
|
2019-07-05 20:31:46 +00:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.0/showdown.min.js"></script>
|
2019-07-08 19:01:30 +00:00
|
|
|
<script src="static/lib/jquery-3.2.1.min.js"></script>
|
2020-05-10 14:23:05 +00:00
|
|
|
<script src="static/lib/Header.js"></script>
|
2019-07-05 17:30:24 +00:00
|
|
|
<script src="static/features.js"></script>
|
|
|
|
</HEAD><BODY>
|
2019-07-11 14:44:33 +00:00
|
|
|
${header}
|
2019-07-05 20:46:43 +00:00
|
|
|
<div class="container">
|
2021-04-18 15:49:13 +00:00
|
|
|
${breadcrumb}
|
2019-07-05 20:46:43 +00:00
|
|
|
<h1>OpenWebRX Feature Report</h1>
|
|
|
|
<table class="features table">
|
|
|
|
<tr>
|
|
|
|
<th>Feature</th>
|
|
|
|
<th>Requirement</th>
|
|
|
|
<th>Description</th>
|
|
|
|
<th>Available</th>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2021-04-18 15:49:13 +00:00
|
|
|
${breadcrumb}
|
2019-07-05 20:46:43 +00:00
|
|
|
</div>
|
2019-07-05 17:30:24 +00:00
|
|
|
</BODY></HTML>
|