1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2026-06-25 04:53:32 -04:00

Merge pull request #201 from narspt/patch-12

add YSF DG-ID info to modules list page
This commit is contained in:
LX1IQ
2021-10-11 06:50:26 +02:00
committed by GitHub
+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>';
}