2016-07-12 19:52:58 +00:00
<!doctype html>
2016-07-07 14:37:24 +00:00
< html >
< head >
2016-07-22 19:38:59 +00:00
< title > Map View Web Edition < / title >
2016-07-07 17:11:49 +00:00
< script src = "js/three.js" > < / script >
2016-07-22 14:23:16 +00:00
< script src = "js/decimal.min.js" > < / script >
2016-07-07 17:11:49 +00:00
< script src = "js/OrbitControls.js" > < / script >
< script src = "js/three-text2d.js" > < / script >
2016-07-14 17:21:22 +00:00
< script src = "js/Detector.js" > < / script >
2016-07-07 17:11:49 +00:00
< script src = "js/mapviewgl.js" > < / script >
2016-07-29 14:01:32 +00:00
< link href = "https://fonts.googleapis.com/css?family=Open+Sans|Raleway:400,700,700i" rel = "stylesheet" >
2016-07-14 17:21:22 +00:00
< script src = "https://code.jquery.com/jquery-3.1.0.min.js" integrity = "sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin = "anonymous" > < / script >
2016-07-12 19:52:58 +00:00
< script src = "js/GUI.Utils.js" > < / script >
2016-07-14 12:27:46 +00:00
< script >
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-80748037-1', 'auto');
ga('send', 'pageview');
< / script >
2016-07-07 14:37:24 +00:00
< style type = "text/css" >
2016-07-14 17:21:22 +00:00
body { margin: 0; overflow:hidden;}
canvas { width: 75%; height: 100% ;}
2016-07-29 14:01:32 +00:00
.reset-button {margin: 0; padding: 0; padding: 0.5vh 0.5vh; color: #AAA; font-size: 1.75vh;}
2016-07-29 16:48:44 +00:00
.menu-button { position: absolute; right: 0.1vw; top: 0; z-index: 5; color:white; background-color:#003133; padding: 0px; font-weight: bold; font-size:2.5vh; }
2016-07-29 14:01:32 +00:00
.reset-container { margin: 0; padding: 1vh; font-weight: bold; text-align: center; font-family: 'Open Sans', sans-serif; color:#67989A; background-color: maroon; width: 100%; height: 2.5vh; float:bottom; }
2016-07-27 19:43:30 +00:00
.wvg-controls { position: fixed; left: 85%; height: 96%; width: 15%; margin: 0; display: none;}
2016-07-29 16:48:44 +00:00
.wvg-navbar { height: 3vh; width: 100%; list-style-type: none; overflow: hidden; padding: 0; margin: 0; border: 0; background-color:#003133 }
.wvg-navbar li { width:auto; height: 100%; float: left; padding: 15px; margin: 0; border: 0; text-decoration: none;}
.wvg-tablink { height: 100%; border: 0; margin: 0; padding: 0; font-weight: bold; text-align: center; font-family: 'Raleway', sans-serif; color:#67989A; font-size: 1.25vh; }
2016-07-27 19:43:30 +00:00
.wvg-tab-active { background-color: #0D4A4D; color: #003133; }
2016-07-14 17:21:22 +00:00
.wvg-tools { width: 100%; height: 98%; background: #333; display: none; color: #AAA; padding-top: 2vh; padding-left:1vw; padding-right: 2.5vw;}
2016-07-22 14:23:16 +00:00
.wvg-tools select, .wvg-tools input {
width: 12vw;
2016-07-14 17:21:22 +00:00
padding: 5px;
font-size: 16px;
line-height: 1;
border: 1px solid #67878A;
border-radius: 0;
height: auto;
-webkit-appearance: none;
background: url('assets/select-arrow.png') no-repeat right center #333;
color: #67989A;
margin: 0 auto;
2016-07-27 19:43:30 +00:00
2016-07-14 17:21:22 +00:00
}
2016-07-22 14:23:16 +00:00
.wvg-tools input { background: #333; width: 11.4vw; }
2016-07-29 14:01:32 +00:00
.wvg-tools span { text-align: center; color: #FFF; font-family: 'Raleway', sans-serif; display: block; padding-right: 3vw; }
2016-07-22 14:23:16 +00:00
.wvg-first { display: block; }
2016-07-14 17:21:22 +00:00
#wrapper { height: inherit; width: 100%; }
.active { display: block; }
input[type=radio], input[type=checkbox] {
display:none;
}
input[type=checkbox] + label:before {
content: "";
display: inline-block;
width: 15px;
height: 15px;
vertical-align:middle;
margin-right: 8px;
background-color: #aaa;
box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
border-radius: 4px;
}
input[type=radio]:checked + label:before {
content: "\2022"; /* Bullet */
color:white;
background-color: #666;
font-size:1.8em;
text-align:center;
line-height:14px;
text-shadow:0px 0px 3px #eee;
}
input[type=checkbox]:checked + label:before {
content:"\2714"; /* Tick */
color:white;
background-color: #666;
text-align:center;
line-height:15px;
text-shadow:0px 0px 3px #eee;
}
.btn {
background: #67989A;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0px;
2016-07-29 14:01:32 +00:00
font-family: 'Raleway', sans-serif;
2016-07-14 17:21:22 +00:00
color: #003133;
font-size: 14px;
2016-07-22 14:23:16 +00:00
font-weight: bolder;
2016-07-14 17:21:22 +00:00
width: 75%;
height: 4vh;
padding: 3px;
2016-07-22 14:23:16 +00:00
margin-top:1vh;
2016-07-14 17:21:22 +00:00
border: solid #67878A 1px;
text-decoration: none;
}
.btn:hover {
background: #0D4A4D;
text-decoration: none;
}
2016-07-22 14:23:16 +00:00
.tool-header { font-weight: bold; padding-top: 5vh; display: block; }
2016-07-29 14:01:32 +00:00
#route_output {font-size: 1.25vh; height: 30%; padding-top: 1vh;}
2016-07-22 14:23:16 +00:00
.toolsep { margin-right: 1vw; padding:0; padding-top: 1vh; padding-bottom: 2.5vh; border-bottom: 1px #AAA solid; height: 1vh; display: block; width: 64%;}
2016-07-29 14:01:32 +00:00
.calc_data { padding-top: 2.5vh; font-size: 1.5vh; font-family: 'Open Sans', sans-serif;}
2016-07-07 14:37:24 +00:00
< / style >
< / head >
< body >
2016-07-14 17:21:22 +00:00
< div id = "container" > < / div >
< div class = "menu-button" id = "hotdog" > ☰ < / div >
< div id = "controls" class = "wvg-controls active" >
< div id = "wrapper" >
< ul class = "wvg-navbar" >
2016-07-29 16:48:44 +00:00
< li class = "wvg-tablink wvg-tab-active" onclick = "openTab(event,'Find');" > Find< / li >
< li class = "wvg-tablink" onclick = "openTab(event,'Plan');" > Plan< / li >
2016-08-02 17:22:16 +00:00
< li class = "wvg-tablink" onclick = "openTab(event,'Intel');" > Intel< / li >
< li class = "wvg-tablink" onclick = "openTab(event,'Info');" > Info< / li >
2016-07-14 17:21:22 +00:00
< / ul >
< div class = "wvg-tools wvg-first" id = "Find" >
2016-07-22 14:23:16 +00:00
< span class = "tool-header" > Find Object By Name < / span >
< span >
< select id = "findbyselect" >
< option value = '' > < / option >
< / select > < br / >
2016-07-25 16:52:06 +00:00
< input type = "checkbox" name = "objtype" id = "cbp" value = "planets" checked > < label for = "cbp" > Planets< / label > < input type = "checkbox" name = "objtype" id = "cbs" value = "stations" > < label for = "cbs" > Stations< / label >
2016-07-22 14:23:16 +00:00
< button id = "submitfindbyname" class = "btn" > Find< / button >
2016-08-24 15:48:33 +00:00
2016-07-22 14:23:16 +00:00
< / span >
< span class = "toolsep" > < / span >
2016-08-24 15:48:33 +00:00
< span >
< label > Target Data< / label >
< p id = "findbydata" > < / p >
< / span >
2016-07-27 19:43:30 +00:00
< / div >
< div class = "wvg-tools" id = "Plan" >
< span class = "tool-header" > Route Planner < / span >
2016-07-22 14:23:16 +00:00
< span >
< label for = "pointa" > Point A< / label >
< select id = "pointa" name = "Point_A" >
<!-- Options will generated in code -->
< / select >
< br / >
< label for = "pointb" > Point B < / label >
< select id = "pointb" name = "Point_B" >
<!-- Options will generated in code -->
< / select >
< label for = "speed" > Travel Speed< / label >
< input type = "text" id = "speed" value = "14" >
< select id = "speedunit" name = "Speed Unit" >
< option value = 'WF' > Warp Factor< / option >
< option value = 'PC/s' > PC/s< / option >
< option value = 'SU/s' > SU/s< / option >
< / select >
< br / >
< button id = "calctnd" class = "btn" > Calculate< / button >
< / span >
2016-07-27 19:43:30 +00:00
< br / >
< br / >
< select multiple = "multiple" id = "route_output" class = "select-route-map" >
< option > No route calculated < / option >
< / select >
2016-07-22 14:23:16 +00:00
< span class = "calc_data" > < br / >
2016-07-29 14:01:32 +00:00
From: < b id = "cal_start" > Empty< / b > < br / >
To: < b id = "cal_end" > Empty< / b > < br / >
Distance: < b id = "cal_dist" > Unknown< / b > < br / >
ETA @ < b id = "cal_speed" > Unknown< / b > : < b id = "cal_eta" > Unknown< / b >
2016-07-22 14:23:16 +00:00
< / span >
2016-08-02 17:22:16 +00:00
< / div >
< div class = "wvg-tools" id = "Intel" >
< span class = "tool-header" > Route Prediction < / span >
< span >
< input type = "text" class = "rpcoord" id = "x" value = "x" style = "width:3vw;" >
< input type = "text" class = "rpcoord" id = "y" value = "y" style = "width:3vw;" >
< input type = "text" class = "rpcoord" id = "z" value = "z" style = "width:3vw;" > < br / > < br / >
< input type = "text" class = "rpcoord" id = "azmuth" value = "azmuth" style = "width:3.1vw;" > < label for = 'inclination' > mark < / label >
< input type = "text" class = "rpcoord" id = "inclination" value = "inclination" style = "width:3.5vw;" > < br / > < br / >
< label for = "intel_frame" > Coordinate Frame< / label >
< select id = "intel_frame" >
< option val = "Galactic" > Galactic < / option >
< / select >
< / span >
< span >
Perdicted Destination: < b id = "intel_predicted" > < / b >
< button id = "calcpredict" class = "btn" > Predict< / button >
< / span >
2016-07-27 19:43:30 +00:00
< / div >
2016-07-14 17:21:22 +00:00
< div class = "wvg-tools" id = "Info" >
< span > This tool was designed by Frey @ ATSMUSH. It is based on MapView for ATS with data used from the Navcomp MUSHClient plugin with permission. < / span >
< / div >
< / div >
< div class = "reset-container" > < span class = "reset-button" > Reset < / span > < / div >
2016-07-12 19:52:58 +00:00
2016-07-08 19:18:12 +00:00
< / div >
2016-07-07 14:37:24 +00:00
< / body >
< / html >