Added ALT Text
这个提交包含在:
父节点
4e210f7706
当前提交
94d21e12eb
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php echo $this->lang->line('gen_hamradio_callsign'); ?></td>
|
<td><?php echo $this->lang->line('gen_hamradio_callsign'); ?></td>
|
||||||
<td><b><?php echo str_replace("0","Ø",strtoupper($row->COL_CALL)); ?></b> <a target="_blank" href="https://www.qrz.com/db/<?php echo strtoupper($row->COL_CALL); ?>"><img width="16" height="16" src="<?php echo base_url(); ?>images/icons/qrz.png"></a> <a target="_blank" href="https://www.hamqth.com/<?php echo strtoupper($row->COL_CALL); ?>"><img width="16" height="16" src="<?php echo base_url(); ?>images/icons/hamqth.png"></a></td>
|
<td><b><?php echo str_replace("0","Ø",strtoupper($row->COL_CALL)); ?></b> <a target="_blank" href="https://www.qrz.com/db/<?php echo strtoupper($row->COL_CALL); ?>"><img width="16" height="16" src="<?php echo base_url(); ?>images/icons/qrz.png" alt"Lookup <?php echo strtoupper($row->COL_CALL); ?> on QRZ.com"></a> <a target="_blank" href="https://www.hamqth.com/<?php echo strtoupper($row->COL_CALL); ?>"><img width="16" height="16" src="<?php echo base_url(); ?>images/icons/hamqth.png" alt"Lookup <?php echo strtoupper($row->COL_CALL); ?> on HamQTH"></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用