Update index.php
这个提交包含在:
父节点
6de6a8ca29
当前提交
14a331b942
共有 1 个文件被更改,包括 15 次插入 和 0 次删除
|
|
@ -10,4 +10,19 @@
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<div id="map" style="width: 100%; height: 800px"></div>
|
<div id="map" style="width: 100%; height: 800px"></div>
|
||||||
|
|
||||||
|
<?php if ($this->uri->segment(2) == "satellites") { ?>
|
||||||
|
<div class="alert alert-success" role="alert">
|
||||||
|
Confirmed is Green | Worked but not confirmed is Red
|
||||||
|
[This grid square map is publically viewable for sharing]
|
||||||
|
</div>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
|
<?php if ($this->uri->segment(2) == "band") { ?>
|
||||||
|
<div class="alert alert-success" role="alert">
|
||||||
|
Confirmed is Green | Worked but not confirmed is Red <br>
|
||||||
|
[This map does not include satellite, internet or repeater QSOs] <br>
|
||||||
|
[This grid square map is publically viewable for sharing]
|
||||||
|
</div>
|
||||||
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
正在加载…
在新工单中引用