-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
55 lines (47 loc) · 2.67 KB
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html>
<head >
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style3.css" type="text/css" rel="stylesheet" />
<script src="popup.js"></script>
</head>
<body>
<div class="roundbox boxshadow" style="width: 440px; height: 520px; border: solid 2px #999">
<div class="content">
<div class="top_block header">
<div id="objectname" class="title">
Highlight Object
</div>
</div>
<div class="background imgs">
</div>
<div class="right_block imgs">
<div class="content">
<img id="dssimage" src="StingRA200px.png" style="width: 200px; height: 200px;">
<a id="chartlink" href="http://www.worldwidetelescope.org/wwtweb/starchart.aspx?lat=47.61&lng=-122.3331&dec=85&ra=10&width=800&height=800">
<img id="skychart" src="http://www.worldwidetelescope.org/wwtweb/starchart.aspx?lat=47.61&lng=-122.3331&dec=85&ra=10&width=200&height=200">
</a>
<div class="small"><strong>Location: </strong></div> <div class="small" id="lat">+52</div><div class="small">, </div><div class="small" id="lng">+0.5</div>
</div>
</div>
<br/>
<div id="mags" class="content" >
<div class="label"> RA: </div><div class="data" id="ra">00:00:00.0</div><br/><div class="label"> </div><div class="data" id="rahms">00:00:00.0</div><br/>
<div class="label"> Dec: </div> <div class="data" id="dec">+00:00:00.0</div><br/><div class="label"> </div><div class="data" id="decdms">+00:00:00.0</div><br/>
<br />
<div style="font:14px 'Trebuchet MS',Verdana; padding-left:10px">Magnitudes:</div><br/>
</div>
<br/>
<div style="font:14px 'Trebuchet MS',Verdana; padding-left:10px">Links:</div>
<br/>
<a class='link' id="simbadlink" href='http://simbad.u-strasbg.fr/simbad/sim-coo?Coord=10.34635-12.3646&Radius=2m&Radius.unit=arcmin&output.max=1&output.format=html'>Simbad</a>
<br/>
<a class='link' id="wwtlink" href='http://www.worldwidetelescope.org/webclient/#/ra=15.94306&dec=-24.96417&fov=0.29329'>World Wide Telescope</a>
<a class='link' id="adslink" href='http://adsabs.harvard.edu/cgi-bin/abs_connect?db_key=AST&sim_query=YES&object='>Publications on ADS</a>
<br/>
<br/>
<a class='link' href='https://github.com/astrojonathan/StingRA' target="_blank">StingRA on GitHub</a>
</div>
</div>
</body>
</html>