You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.8 KiB
HTML

<html>
<head>
<meta charset="utf-8">
<title>GeoData for IP</title>
<script type="text/javascript" src="lang.js"></script>
<script type="text/javascript" src="popup.js"></script>
<style>
* { font-family: Verdana, Arial; overflow: hidden }
body { padding-bottom: 0; margin-bottom: 0 }
table { width: 410px; height: 405px }
table td:nth-child(2n) { text-align: right }
table td:nth-child(2n+1) { white-space: nowrap; padding-right: 5px }
table tr:nth-child(1) td:nth-child(2) { font-weight: bold }
table tr:nth-child(2n) { background-color: #F1FEF1 }
#iidbimg, #gimg, #tracertimg, #whoisimg { margin: 9px 10px 0 0 }
#swapimg, #reloadlink, #reloadwaitimg { margin: 9px 5px 0 10px; float: right }
.chk { visibility: hidden; white-space: nowrap }
</style>
</head>
<body>
<table style="display: table" cellpadding="0" cellspacing="0" id="geotablesrv"></table>
<table style="display: none" cellpadding="0" cellspacing="0" id="geotablemy"></table>
<a href="http://ipinfodb.com/ip_locator.php?ip=" id="iidblink" target="_blank"><img src="icons/ipinfo.png" id="iidbimg" title="" alt="" /></a>
<a href="#" id="glink" target="_blank"><img id="gimg" src="icons/gmap.png" title="Google Maps" alt="Google Maps" /></a>
<a href="#" id="tracertlink" target="_blank"><img id="tracertimg" src="icons/traceroute.png" title="Traceroute" alt="Traceroute" /></a>
<a href="#" id="whoislink" target="_blank"><img id="whoisimg" src="icons/whois1.png" title="Domain WhoIs" alt="Domain WhoIs" /></a>
<a href="#" id="swaplink"><img src="icons/swapdatano.png" id="swapimg" title="" alt="" /></a>
<a href="#" id="reloadlink"><img src="icons/redownload.png" id="reloadimg" title="" alt="" /></a>
<img style="display: none" src="icons/loading.gif" id="reloadwaitimg" title="" alt="" />
<span class="chk" id="checker"></span>
</body>
</html>