Cloudlog/application/views/public_search/empty.php

5 行
325 B
PHP

2023-07-11 04:57:07 +08:00
<div class="container publicsearch">
<h1>Results <small class="text-muted">Searching for <?php echo str_replace("0","&Oslash;",strtoupper($callsign)); ?></small></h1>
2023-11-14 20:35:53 +08:00
<div class="alert alert-danger" role="alert"><a href="#" class="btn-close" data-bs-dismiss="alert" aria-label="close">&times;</a>Nothing found!</div>
2023-07-11 04:57:07 +08:00
</div>