Initial
This commit is contained in:
parent
4d8ba20820
commit
f371cab518
109 changed files with 157765 additions and 0 deletions
19
_pages/get_velocity.html
Normal file
19
_pages/get_velocity.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{%block title_page%}
|
||||
Velocity field database
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form action="/cgi-bin/flows2.py" enctype="multipart/form-data" method="post">
|
||||
<input type="text" name="galname"/><br/>
|
||||
<input type="hidden" name="download" value="1"/>
|
||||
<input type="radio" name="coords" value="Galactic"/>Galactic coordinates<br/>
|
||||
<input type="radio" name="coords" value="SuperGalactic"/>Super galactic coordinates<br/>
|
||||
<input type="radio" name="coords" value="Equatorial"/>Equatorial coordinates<br/>
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="100000"/>
|
||||
Filename: <input type="file" name="inpath"/><br/>
|
||||
<input type="submit" value="Submit"/>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue