diff --git a/data-access/servlet/src/main/webapp/index.html b/data-access/servlet/src/main/webapp/index.html deleted file mode 100644 index 7084b04e496ddf7f1c0e0faed1754342c9460076..0000000000000000000000000000000000000000 --- a/data-access/servlet/src/main/webapp/index.html +++ /dev/null @@ -1,31 +0,0 @@ -<!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 >>" />--> - <button type="button" id="invButton">Search</button> - </p> - </div> - - <div id="gendHtml" > </div> - </body> -</html>