From de02b8cb514a95c100d0ec11ab469acfc687ca00 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 22 Oct 2012 15:42:07 +0200 Subject: switch design to bootstrap; minor fixes along the way Initial-work-by: Oliver Mader Additional-work-by: Markus Cisler Signed-off-by: Florian Pritz --- application/views/file/html_header.php | 131 +++++++++++++++++++++------------ 1 file changed, 82 insertions(+), 49 deletions(-) (limited to 'application/views/file/html_header.php') diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php index 60db38238..67e9d0cca 100644 --- a/application/views/file/html_header.php +++ b/application/views/file/html_header.php @@ -1,52 +1,85 @@ - - - - <?php echo $title; ?> - - " /> - - " /> - - - -
- New | - Raw | - ">Plain | - ">Info | - Currently: | - Timeout: - + +
- + + +
+ +
+ -if ("onhashchange" in window) { - window.onload = function () { - update_anchor_highlight(); - } - window.onhashchange = function () { - update_anchor_highlight(); - } -} -/* ]]> */ - +
+
+ +
-- cgit v1.2.3-24-g4f1b