mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Add link to qrz/hamqth in QSO details
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
<tr>
|
||||
<td><?php echo $this->lang->line('gen_hamradio_callsign'); ?></td>
|
||||
<td><b><?php echo str_replace("0","Ø",strtoupper($row->COL_CALL)); ?></b></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>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
BIN
images/icons/hamqth.png
Normal file
BIN
images/icons/hamqth.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
images/icons/qrz.png
Normal file
BIN
images/icons/qrz.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Reference in New Issue
Block a user