From 904ca4a6d9ab6dd77717ea1a2b4068e5ee19b3d6 Mon Sep 17 00:00:00 2001 From: ugyballoons Date: Thu, 26 Sep 2024 17:41:43 +0100 Subject: [PATCH] Remove page header for mosaic --- .../lsst/ts/rubintv/templates/_layout.jinja | 86 ++++++++++--------- python/lsst/ts/rubintv/templates/mosaic.jinja | 15 +--- 2 files changed, 47 insertions(+), 54 deletions(-) diff --git a/python/lsst/ts/rubintv/templates/_layout.jinja b/python/lsst/ts/rubintv/templates/_layout.jinja index f01e1b2..4163a67 100644 --- a/python/lsst/ts/rubintv/templates/_layout.jinja +++ b/python/lsst/ts/rubintv/templates/_layout.jinja @@ -36,49 +36,53 @@ window.onpageshow = function (event) { window.APP_DATA.siteLocation = {{ site_location|tojson if site_location else "null" }} window.APP_DATA.pathPrefix = {{ path_prefix|tojson if path_prefix else "null" }} -
-
-
-

- {% block pagetitle %} - {% endblock pagetitle %} -

- {% block allsky_status %} - {% endblock allsky_status %} -

- {% block pagesubtitle %} - {% endblock pagesubtitle %} -

-

- {% block undertitle %} - {% endblock undertitle %} -

-
-
- {% block headerbuttons %} - {% endblock headerbuttons %} -
-
- -
+ + {% endblock header %} +