Loading data-access/servlet/src/main/webapp/index.htmldeleted 100644 → 0 +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 >>" />--> <button type="button" id="invButton">Search</button> </p> </div> <div id="gendHtml" > </div> </body> </html> Loading
data-access/servlet/src/main/webapp/index.htmldeleted 100644 → 0 +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 >>" />--> <button type="button" id="invButton">Search</button> </p> </div> <div id="gendHtml" > </div> </body> </html>