{% extends "base_single.html" %} {% comment %} Written by Bill Rideout brideout@haystack.mit.edu Final template for Madrigal single experiment web interface $Id: single.html 7290 2021-01-13 21:07:21Z brideout $ {% endcomment %} {% block ajax_js %} {% endblock %} {% block isGlobal %}
{{ form.isGlobal.label }} {{ form.isGlobal }}
{% endblock %} {% block categories %}
{% if form.categories %} {% include "madweb/categories.html" %} {% endif %}
{% endblock %} {% block instruments %}
{% if form.instruments %} {% include "madweb/instruments.html" %} {% endif %}
{% endblock %} {% block years %}
{% if form.years %} {% include "madweb/years.html" %} {% endif %}
{% endblock %} {% block months %}
{% if form.months %} {% include "madweb/months.html" %} {% endif %}
{% endblock %} {% block calendar %}
{% if form.days %} {% include "madweb/calendar.html" %} {% endif %}
{% endblock %} {% block experiment_select %}
{% if form.experiment_list %} {% include "madweb/exp_list.html" %} {% endif %}
{% endblock %} {% block file_select %}
{% if form.file_list|length > 1 %} {% include "madweb/file_list.html" %} {% elif form.days and not form.experiment_list %}

This experiment has no Madrigal CEDAR format Hdf5 files. Showing only plots and auxillary files instead.

{% include "madweb/show_plots.html" %} {% endif %}
{% endblock %} {% block file_buttons %}
{% if form.file_buttons %} {% include "madweb/file_buttons.html" %} {% endif %}
 
{% endblock %} {% block file_data %}
{% if form.show_plots %} {% include "madweb/show_plots.html" %} {% endif %}
{% endblock %}