Commit 505493d7 authored by Robert Butora's avatar Robert Butora
Browse files

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

parent d72b3fa0
Loading
Loading
Loading
Loading
+0 −31
Original line number Diff line number Diff line
<!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>