<%= stash('title') || 'Main Content' %>
Responsive dashboard with Light, Dark, Auto, Light Blue, and High Contrast themes.
##
name: Enforce unique printers across files
on: [pull_request]
jobs:
unique-printer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check for duplicate printer tokens
run: |
DELIM=','
FIELD=4
awk -F"$DELIM" 'NR>1 {print tolower($FIELD)}' fileA.csv | sort > a.txt
awk -F"$DELIM" 'NR>1 {print tolower($FIELD)}' fileB.csv | sort > b.txt
duplicates=$(comm -12 a.txt b.txt)
if [ -n "$duplicates" ]; then
echo "Duplicate printer tokens detected:"
echo "$duplicates"
exit 1
fi
####
####
Menu
####
<%= stash('title') || 'Main Content' %>
Responsive dashboard with Light, Dark, Auto, Light Blue, and High Contrast themes.
####
<%= title %>
%= include '_header'
%= include '_sidebar'
<%= content %>
<%== $js %>
<%== $icons %>
####
% layout 'default';
% title 'Dashboard';
%= include '_content'
####
% layout 'default';
% title 'Dashboard';
%= include '_content'
####
templates/
layouts/
default.html.ep
_header.html.ep
_sidebar.html.ep
_content.html.ep
index.html.ep
####
Search Screen
Document Search
####
Dyslexic Mode Bootstrap Demo
Welcome
This page supports dyslexic-friendly light and dark modes using the local OpenDyslexic font.
This is a dyslexic-friendly alert box.