From 533acf5e9963d3c5abec73ecb3542987e52ca45c Mon Sep 17 00:00:00 2001 From: Patrick Fairbank Date: Mon, 3 Sep 2018 16:46:57 -0700 Subject: [PATCH] Remove navbar from panels and displays that don't need it. --- templates/base.html | 274 +++++++++++++++++++---------------- templates/fta_display.html | 1 + templates/scoring_panel.html | 1 + web/announcer_display.go | 2 +- web/fta_display.go | 2 +- web/scoring_panel.go | 2 +- 6 files changed, 154 insertions(+), 128 deletions(-) diff --git a/templates/base.html b/templates/base.html index c03db43..2a04a52 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,136 +2,160 @@ Copyright 2014 Team 254. All Rights Reserved. Author: pat@patfairbank.com (Patrick Fairbank) - Base template used by most pages to render the top bar and include common resources. + Base template used by most pages to include common resources and optionally render the top bar. */}} {{define "base"}} - - - - {{template "title" .}} - {{.EventSettings.Name}} - Cheesy Arena - - - - - - - - - - - - -
- {{template "body" .}} -
-