1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2026-06-17 04:48:34 -04:00

add YSF DG-ID info to modules list page

This commit is contained in:
narspt
2021-10-10 22:43:58 +01:00
committed by GitHub
parent 4a6a1dd50d
commit bd23aca1df
+2
View File
@@ -7,6 +7,7 @@
<th colspan="2">DExtra</th>
<th colspan="2">DCS</th>
<th width="65" rowspan="2">DMR</th>
<th width="65" rowspan="2">YSF<br />DG-ID</th>
</tr>
<tr>
<th width="100">URCALL</th>
@@ -41,6 +42,7 @@ for ($i = 1; $i <= $NumberOfModules; $i++) {
<td align="center">'. 'DCS' . $ReflectorNumber . $module . 'L' .'</td>
<td align="center">'. (is_numeric($ReflectorNumber) ? 'D' . sprintf('%01d',$ReflectorNumber) . (($i<=4)?$module:sprintf('%02d',$i)) : '-') .'</td>
<td align="center">'. (4000+$i) .'</td>
<td align="center">'. (9+$i) .'</td>
</tr>';
}