Skip to content
Snippets Groups Projects
Commit 505493d7 authored by Robert Butora's avatar Robert Butora
Browse files

removes left-over root-html page (was for search)

parent d72b3fa0
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3c.org/TR/xhtml1/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/XHTML"
xml:lang="it" lang="it">
<head>
<title>ViaLactea: acces FITS files</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="xml2html.js"></script>
</head>
<body>
<div>
Space axes, galactic coordinates [l,b] and radius r, defines circle:<br />
<br />
[l,b]: <input id="lon" type="text" name="l" value="-78.8" />
<input id="lat" type="text" name="b" value="-1.6" />[deg]<br />
r: <input id="radius" type="text" name="r" value="0.1" />[deg]<br />
<br />
Spectral axis, velocity bounds:<br />
<br />
[vlow,vup]: <input id="vl" type="text" name="vl" value="-30.0" />
<input id="vu" type="text" name="vu" value="20.0" />[km/s]<br />
<p>
<!--<input type="submit" value="Invia &gt;&gt;" />-->
<button type="button" id="invButton">Search</button>
</p>
</div>
<div id="gendHtml" > </div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment