Templates added
This commit is contained in:
30
Templates/heasarc/show_heasarc_csc.html
Normal file
30
Templates/heasarc/show_heasarc_csc.html
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
{% extends "heasarc/base.html" %}
|
||||
|
||||
{% block header %}{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% if heasarc %}
|
||||
<h4>Specific {{ heasarc.description }} fields:</h4>
|
||||
|
||||
b_flux_ap = {{ heasarc.b_flux_ap|safe }}<br />
|
||||
b_flux_ap_hi = {{ heasarc.b_flux_ap_hi|safe }}<br />
|
||||
b_flux_ap_lo = {{ heasarc.b_flux_ap_lo|safe }}<br />
|
||||
m_flux_ap = {{ heasarc.m_flux_ap|safe }}<br />
|
||||
m_flux_ap_hi = {{ heasarc.m_flux_ap_hi|safe }}<br />
|
||||
m_flux_ap_lo = {{ heasarc.m_flux_ap_lo|safe }}<br />
|
||||
|
||||
conf_flag = {{ heasarc.conf_flag }}<br />
|
||||
extent_flag = {{ heasarc.extent_flag }}<br />
|
||||
error_ellipse_r0 = {{ heasarc.error_ellipse_r0 }}<br />
|
||||
error_ellipse_r1 = {{ heasarc.error_ellipse_r1 }}<br />
|
||||
error_ellipse_angle = {{ heasarc.error_ellipse_angle }}<br />
|
||||
|
||||
|
||||
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user