Templates added
This commit is contained in:
18
Templates/heasarc/show_object_classes.html
Normal file
18
Templates/heasarc/show_object_classes.html
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block header %}
|
||||
|
||||
|
||||
<h3>Loaded <a href="https://heasarc.gsfc.nasa.gov/W3Browse/catalog/class.html">HEASARC Object Classification <span class="glyphicon glyphicon-new-window"></span></a></h3>
|
||||
<ul>
|
||||
{% for class in classes %}
|
||||
{% if class.class_name != 'UNCLASSIFIED' %}<li>{{ class.class_id }}, <b>{{ class.class_name }}</b></li>{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user