Sidebar scrolling

This commit is contained in:
John Crisp
2025-04-23 15:33:16 +02:00
parent 50edcdee9c
commit 95dedd2f38
5 changed files with 37 additions and 23 deletions

View File

@@ -1,33 +1,39 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- default +jquery -->
<!-- https://icons.getbootstrap.com/ -->
<!-- Nice mojo links -->
<!-- https://en.mojolicious.perlzemi.com/blog/20140414139745.html -->
<!-- https://en.mojolicious.perlzemi.com/blog/20110616130993.html -->
<head>
<title>
<%= $title %>
</title>
<link rel="made" href="mailto:bugs%40koozali.org">
<link rel="icon" type="image/x-icon" href="koozali/assets/img/favicon.ico">
<meta name="copyright" content="(head.tmpl)Copyright 2003-2004 Mitel Corporation">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
%= content_for 'head_contrib'
%= content_for 'refresh'
%= include 'common_js'
%= include 'common_css'
<!-- Custom overrides js/css? -->
<!-- This needs refining - do contribs add in their own stuff?? -->
<!-- This needs refining -->
% if (config 'hasJquery') {
%= include 'partials/_js_imports'
%= include 'common_js'
% }
%= content_for 'refresh'
%= include 'common_css'
<!-- Custom overrides? -->
% if ($c->current_route eq 'nutups') {
%= include 'partials/_nutups_overrides'
% }
% if ($c->current_route eq 'nutups') {
%= include 'partials/_nutups_overrides'
% }
</head>
@@ -108,7 +114,7 @@
<!--end::Sidebar Brand-->
<!--begin::Sidebar Wrapper-->
<div class="sidebar-wrapper">
<div class="sidebar-wrapper navbar-nav-scroll">
<nav class="mt-2">
<!--begin::Sidebar Menu-->
<ul class="nav sidebar-menu flex-column" data-lte-toggle="treeview" role="menu" data-accordion="false">
@@ -155,7 +161,7 @@
<!--end::Rows-->
<br>
<!-- <br> -->
<!-- This is the main page content depening on the calling module -->
<!-- nameofpanel.html.ep -->