From 602aaa40709800e57af4f33b8ac5458d428b7cc3 Mon Sep 17 00:00:00 2001 From: ich Date: Wed, 18 Aug 2010 00:47:10 +0000 Subject: [PATCH] Attempt to replicate the navbar as html template. Removed "default" section, since the individual cases should cover all possibilities. VIEW_WIKI needs two new defines, one for "are we wiki home" and one for "are we history". The latter should replace the if/else section from roomops.c --- webcit/static/t/navbar.html | 150 ++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 webcit/static/t/navbar.html diff --git a/webcit/static/t/navbar.html b/webcit/static/t/navbar.html new file mode 100644 index 000000000..00be34b65 --- /dev/null +++ b/webcit/static/t/navbar.html @@ -0,0 +1,150 @@ + -- 2.30.2