spiderweb/templates/callsign.html

117 lines
7.6 KiB
HTML
Raw Normal View History

2020-09-20 05:10:13 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Spot search for a specific Callsign</title>
<meta charset="utf-8">
<meta name="description" content="search spot for a specific callsign">
<meta name="description" content="Amateur Radio DX Cluster online, iPhone, Android, Telnet, spots search">
<meta name="keywords" content=", ham radio dx cluster, telnet dx cluster, hf dx cluster, dx cluster search, vhf dx cluster, dxfun, dx cluster live, DX spots, dxfuncluster, dxfun cluster, cluster, radio, dx, ham cluster, webcluster, dxcc, iPhone cluster, dx cluster, dx info, locators, grid squares, grid locator, locator, cq, itu, qrz, entity, most wanted, callbook, qrz.com, ham radio, dx contest, amateur radio, spots, search spot, spot, cluster en tu web, lotw, log of the word, propagacion, ham, reportes, reports, propagation, bandas, band, ssb, cw, usb, lsb, fm, am, rtty, psk, psk31, qsl, qth, qso, real time spots, spots en tiempo real, dx spot, dx spots, qsl manager, qsl via, wpx, cqwwdx, iPhone Cluster">
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=0">
<meta name="theme-color" content="#2196f3">
<link rel="shortcut icon" href="/static/favicon.png">
<link rel="manifest" href="/static/manifest.json">
<link rel="apple-touch-icon" href="/static/images/icons/icon-apple.png">
<link rel="stylesheet" href="/static/css/min/style.min.css">
2020-12-23 11:03:58 +00:00
2021-02-16 11:37:23 +00:00
<link rel="preload" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" as="style" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous" onload="this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css"></noscript>
2020-10-18 15:19:53 +00:00
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.4.1/css/flag-icon.min.css" as="style" integrity="sha512-RYqXH3Tn/sC/iuKrQ0idMEQFSU7HEuPpQDhd/kzsIkE/1WxG43RN2RGp9bx2sX/Gdh1G0Gn3zActuCHqE4t6rg==" crossorigin="anonymous" onload="this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.4.1/css/flag-icon.min.css"></noscript>
<script>
/*! loadCSS. [c]2017 Filament Group, Inc. MIT License */
!function(a){"use strict";var b=function(b,c,d){function j(a){if(e.body)return a();setTimeout(function(){j(a)})}function l(){f.addEventListener&&f.removeEventListener("load",l),f.media=d||"all"}var g,e=a.document,f=e.createElement("link");if(c)g=c;else{var h=(e.body||e.getElementsByTagName("head")[0]).childNodes;g=h[h.length-1]}var i=e.styleSheets;f.rel="stylesheet",f.href=b,f.media="only x",j(function(){g.parentNode.insertBefore(f,c?g:g.nextSibling)});var k=function(a){for(var b=f.href,c=i.length;c--;)if(i[c].href===b)return a();setTimeout(function(){k(a)})};return f.addEventListener&&f.addEventListener("load",l),f.onloadcssdefined=k,k(l),f};"undefined"!=typeof exports?exports.loadCSS=b:a.loadCSS=b}("undefined"!=typeof global?global:this);
/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
!function(a){if(a.loadCSS){var b=loadCSS.relpreload={};if(b.support=function(){try{return a.document.createElement("link").relList.supports("preload")}catch(a){return!1}},b.poly=function(){for(var b=a.document.getElementsByTagName("link"),c=0;c<b.length;c++){var d=b[c];"preload"===d.rel&&"style"===d.getAttribute("as")&&(a.loadCSS(d.href,d,d.getAttribute("media")),d.rel=null)}},!b.support()){b.poly();var c=a.setInterval(b.poly,300);a.addEventListener&&a.addEventListener("load",function(){b.poly(),a.clearInterval(c)}),a.attachEvent&&a.attachEvent("onload",function(){a.clearInterval(c)})}}}(this);
</script>
2020-09-20 05:10:13 +00:00
</head>
<body>
<header>
2020-12-23 11:03:58 +00:00
2020-09-20 05:10:13 +00:00
<!-- nav bar -->
2020-10-11 16:37:38 +00:00
<nav class="navbar px-2 navbar-expand-lg navbar-dark bg-dark">
2020-12-23 11:03:58 +00:00
<div class="container-fluid">
2020-09-20 05:10:13 +00:00
<a class="navbar-brand" href="/">
<img src="/static/favicon.png" width="30" height="30" class="d-inline-block align-top" alt="">
2020-09-26 16:07:19 +00:00
{{ mycallsign }}
2020-09-20 05:10:13 +00:00
</a>
2020-12-23 11:03:58 +00:00
<button class="navbar-toggler" type="button" aria-controls="navbarToggler01" aria-expanded="false" aria-label="Toggle navigation" data-bs-toggle="collapse" data-bs-target="#navbarToggler01" >
2020-09-20 05:10:13 +00:00
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler01">
2020-12-23 11:03:58 +00:00
<ul class="navbar-nav me-auto mb-2 mb-lg-0" >
2020-09-26 16:07:19 +00:00
{% for dict_item in menu_list %}
<li class="nav-item">
2020-12-23 11:03:58 +00:00
<a class="nav-link {% if request.path == dict_item["link"] %} active {% endif %}" href="{{dict_item["link"]}}"
2020-09-26 16:07:19 +00:00
{% if dict_item["external"] %}
target="blank" rel="noopener"
{% endif %}
2020-10-11 10:05:18 +00:00
>{{dict_item["label"]}}<span class="sr-only"></span></a>
2020-09-26 16:07:19 +00:00
</li>
{% endfor %}
2020-09-20 05:10:13 +00:00
</ul>
2020-12-23 11:03:58 +00:00
<form method="POST" class="d-flex" id="form-callsign" enctype="application/x-www-form-urlencoded" >
2020-09-20 05:10:13 +00:00
<div class="input-group" id='input-group-callsign'>
<input type="text" class="form-control" placeholder="callsign" aria-label="callsign" aria-describedby="button-addon2" id="callsignInput" >
<div class="input-group-append">
<button class="btn btn-secondary" type="submit" onclick="myCallsignSearch()" formaction='javascript:myCallsignSearch();'>
<span class="search-callsign" aria-label="search-callsign"></span>
</button>
</div>
</div>
2020-12-23 11:03:58 +00:00
</form>
</div>
</div>
2020-09-20 05:10:13 +00:00
</nav>
</header>
<!-- <div class="mt-1 ml-0 mr-0"> -->
<div class="container-fluid mt-1 ml-0 mr-0 px-0">
2020-10-11 16:37:38 +00:00
<div class="ipcs bg-light p-4 rounded-lg m-2">
2020-09-20 05:10:13 +00:00
<h1 class="display-4 text-white">{{callsign}}</h1>
<p class="lead text-light">Some statistics about this callsign</p>
<p class="text-light">Telnet access: <a href="telnet://dxcluster.iu1bow.it:7300" class="text-white">dxcluster.iu1bow.it 7300</a></p>
<p class="text-light">For connect your cluster, write to <a href="mailto:corrado.gerbaldo@gmail.com?Subject=Connect%20my%20DxCluster%20node" target="_top" class="text-white">corrado.gerbaldo@gmail.com</a></p>
</div>
<div class="row mx-auto">
<!--Sidebar content-->
<div class="col mr-3">
2020-10-11 10:05:18 +00:00
<table id="spotsTable" class="table table-striped table-sm text-responsive table-borderless table-hover">
2020-09-20 05:10:13 +00:00
<thead>
<tr>
<th>DX De</th>
<th>Freq</th>
<th>DX</th>
<th></th>
2020-10-11 10:05:18 +00:00
<th class="d-none d-lg-table-cell d-xl-table-cell">Country</th>
2020-09-20 05:10:13 +00:00
<th class="d-none d-lg-table-cell d-xl-table-cell">Comments</th>
<th>UTC Time</th>
</tr>
</thead>
<tbody id="bodyspot">
</tbody>
</table>
</div>
</div>
</div>
<footer class="page-footer font-small blue">
<div class="footer-copyright text-center py-3">2020 <span class="copyleft">&copy;</span> Copyleft:
<a href="https://github.com/coulisse/spiderweb/" target="blank" rel="noopener">IU1BOW Spiderweb</a>
</div>
</footer>
<script async src="static/js/min/load-sw.min.js"></script>
<script>
var my_countries_json='{{ country_data|tojson|safe }}';
var payload_json={{payload|tojson|safe}};
var my_callsign='{{callsign}}';
</script>
<script defer src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=" crossorigin="anonymous"></script>
2021-02-16 11:37:23 +00:00
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script>
2020-09-20 05:10:13 +00:00
<script defer src="static/js/min/application.min.js"></script>
<script defer src="static/js/min/callsign_inline.min.js"></script>
</body>
</html>
2020-12-23 11:03:58 +00:00