Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OSUG
JMMC
jmmc-jmdcui-docker
Commits
5eeebb85
Commit
5eeebb85
authored
Jan 23, 2020
by
Guillaume Mella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set column name in upper case and display line_number
parent
b129526f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
jmdc-ui/jmdc_app/templates/moderate-submission.jinja2
jmdc-ui/jmdc_app/templates/moderate-submission.jinja2
+15
-15
No files found.
jmdc-ui/jmdc_app/templates/moderate-submission.jinja2
View file @
5eeebb85
...
...
@@ -9,27 +9,27 @@
<thead>
<tr>
<th><button id="toggle-all">click all</button></th>
<th>line
id
</th>
<th>
id
1</th>
<th>
id
2</th>
<th>
ud_diam
</th>
<th>
ld_diam
</th>
<th>
e_ld_diam
</th>
<th>
band
</th>
<th>
mu_lambda
</th>
<th>
method
</th>
<th>
band_code
</th>
<th>
notes
</th>
<th>
bibcode
</th>
<th>
com
</th>
<th>
sinpe
</th>
<th>line
number
</th>
<th>
ID
1</th>
<th>
ID
2</th>
<th>
UD_DIAM
</th>
<th>
LD_DIAM
</th>
<th>
E_LD_DIAM
</th>
<th>
BAND
</th>
<th>
MU_LAMBDA
</th>
<th>
METHOD
</th>
<th>
BAND_CODE
</th>
<th>
NOTES
</th>
<th>
BIBCODE
</th>
<th>
COM
</th>
<th>
SINPE
</th>
</tr>
</thead>
<tbody>
{% for entry in entries %}
<tr>
<td><input type="checkbox" name="valid[{{entry.star_info.id}}]" value="{{entry.star_info.id}}" {% if entry.validated %}checked="on"{% endif %}/></td>
<td>{{ entry.
star_info.id
or '' }}</td>
<td>{{ entry.
line_number
or '' }}</td>
<td><a href="http://simbad.u-strasbg.fr/simbad/sim-id?Ident={{ entry.star_info.id1 or '' }}">{{ entry.star_info.id1 or '' }}</a></td>
<td>{{ entry.star_info.id2 or '' }}</td>
<td>{{ entry.star_info.ud_diam or '' }}</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment