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.

112 lines
3.7 KiB
HTML

<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<link type="text/css" href="jqueryui/css/south-street/jquery-ui-1.8.23.custom.css" rel="stylesheet" />
<link rel="icon" href="/icons/geodata4ip.png" type="image/png" />
<title id="widget-title">GeoData for IP</title>
<script type="text/javascript" src="/lang.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?libraries=geometry&sensor=false"></script>
<script type="text/javascript" src="jqueryui/js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="jqueryui/js/jquery-ui-1.8.23.custom.min.js"></script>
<script type="text/javascript" src="jqueryui/js/infobox_packed.js"></script>
<script type="text/javascript" src="geocoding.js"></script>
<style type="text/css">
html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
#map_canvas { height: 100% }
#terminal {
display: none
}
.ui-dialog .ui-dialog-titlebar {
margin-top: 5px;
margin-left: 5px;
margin-right: 7px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 5px;
padding-top: 5px;
font-size: 16px;
}
.ui-dialog .ui-dialog-content {
padding-bottom: 5px;
padding-left: 5px;
padding-right: 7px;
padding-top: 10px;
overflow: hidden;
}
.ui-dialog-buttonset {
font-size: 16px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
background-color: #EEFFE1;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
background-color: #D1FFB0;
border: 1px solid #91C273;
}
.ui-dialog .ui-dialog-buttonpane {
margin-top: 5px;
padding: 5px;
position: relative;
top: auto;
left: auto;
}
#trarea {
width: 100%;
height: 100%;
border: 0;
overflow-x: hidden;
overflow-y: auto;
word-wrap: normal;
white-space: normal;
background-color: transparent;
appearance: none;
max-width: 1200px;
max-height: 260px;
min-width: 600px;
min-height: 30px;
}
#wrapContent {
height: 100%;
border-radius: 6px;
border: 1px solid #CEC6AA;
background-color: #EFEEDE;
padding: 5px;
margin: 0;
}
#infotable { height: 260px; margin: 5px 0 0 0; padding: 0 }
#infotable * { font-family: Verdana, Arial; overflow: hidden; margin: 0 }
#infotable td:nth-child(1) { width: 140px }
#infotable td:nth-child(2n) { text-align: right }
#infotable tr:nth-child(1) td:nth-child(2) { font-weight: bold }
#infotable tr:nth-child(2n) { background-color: #F1FEF1 }
#trtable { width: 100%; margin: 0; padding: 0 }
#trtable td { font-size: 14px; padding: 2px 5px }
#trtable tr:nth-child(1) td { font-weight: bold; white-space: nowrap; }
#trtable td:nth-child(n) { width: 13%; white-space: nowrap; }
#trtable td:nth-child(n+1) { width: 13%; white-space: nowrap; }
#trtable td:nth-child(n+2) { width: 13%; white-space: nowrap; }
#trtable td:nth-child(n+3) { width: 13%; white-space: nowrap; }
#trtable td:nth-child(n+4) { }
#trtable td:nth-child(n+5) { width: 23% }
</style>
</head>
<body>
<div id="map_canvas" style="width:100%; height:100%"></div>
<div id="terminal" title="Traceroute">
<div id="wrapContent"><div readonly="readonly" id="trarea">
<table cellpadding="0" cellspacing="0" id="trtable"><tbody id="trbody"></tbody></table>
</div></div>
</div>
<object type="application/real-ip-lookup" id="plugin" width="0" height="0" style="position: absolute; top: 0; left: -500px"></object>
</body>
</html>