Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vlkb-soda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ViaLactea
vlkb-soda
Commits
505493d7
Commit
505493d7
authored
8 months ago
by
Robert Butora
Browse files
Options
Downloads
Patches
Plain Diff
removes left-over root-html page (was for search)
parent
d72b3fa0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
data-access/servlet/src/main/webapp/index.html
+0
-31
0 additions, 31 deletions
data-access/servlet/src/main/webapp/index.html
with
0 additions
and
31 deletions
data-access/servlet/src/main/webapp/index.html
deleted
100644 → 0
+
0
−
31
View file @
d72b3fa0
<!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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment