mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 00:07:14 +00:00
Update result.php
This commit is contained in:
parent
67c2675f70
commit
0ef834bba4
@ -3,7 +3,11 @@
|
|||||||
|
|
||||||
<p>Sorry, but we didn't find any past QSOs with <?php echo $id; ?></p>
|
<p>Sorry, but we didn't find any past QSOs with <?php echo $id; ?></p>
|
||||||
|
|
||||||
<h3>Callbook Search for <?php echo $id; ?></h3>
|
<?php if (!empty($error)) { ?>
|
||||||
|
<p><?php echo $error; ?></p>
|
||||||
|
<?php } else { ?>
|
||||||
|
<!-- Your existing code for displaying the result -->
|
||||||
|
<h3>Callbook Search for <?php echo $id; ?></h3>
|
||||||
<?php if(isset($callsign['callsign'])) { ?>
|
<?php if(isset($callsign['callsign'])) { ?>
|
||||||
<table>
|
<table>
|
||||||
|
|
||||||
@ -43,10 +47,5 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<?php if (!empty($error)) { ?>
|
|
||||||
<p><?php echo $error; ?></p>
|
|
||||||
<?php } else { ?>
|
|
||||||
<!-- Your existing code for displaying the result -->
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user