-
-
-
- Enter a thorough account of what happened below.
-
-
-
- Please include the following information:
-
-
- - Time and date of incident
- - Location of incident
- - Name of report author, if you are entering a report for someone else
- - Names of others present at the incident
- - Identifying information for law enforcement and other officials:
-
- - Agency (BLM, Sheriff, etc.)
- - Badge numbers
- - Vehicle identifiers (plate/window numbers, make/model, color, etc.)
-
-
-
-
- Please stick to facts:
-
-
- - Do not write about what you think may have happened; just write about what you did, saw and heard yourself.
- - Do include things that people told you, but be sure to note who said what.
- - It is important to distinguish what you are saying from what you heard others say.
-
-
-
- Write everything you can remember, in as much detail as possible.
- Don't worry about your report being too long, but be clear and concise.
- Avoid jargon and acronyms.
-
-
-
- Be sure to save your report.
- Click on "Add Entry" to save your report entry.
- Once you have saved, you cannot edit the saved entry, but you can still add additional entries.
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enter a thorough account of what happened below.
+
+
+
+ Please include the following information:
+
+
+ - Time and date of incident
+ - Location of incident
+ - Name of report author, if you are entering a report for someone else
+ - Names of others present at the incident
+ - Identifying information for law enforcement and other officials:
+
+ - Agency (BLM, Sheriff, etc.)
+ - Badge numbers
+ - Vehicle identifiers (plate/window numbers, make/model, color, etc.)
+
+
+
+
+ Please stick to facts:
+
+
+ - Do not write about what you think may have happened; just write about what you did, saw and
+ heard yourself.
+
+ - Do include things that people told you, but be sure to note who said what.
+ - It is important to distinguish what you are saying from what you heard others say.
+
+
+
+ Write everything you can remember, in as much detail as possible.
+ Don't worry about your report being too long, but be clear and concise.
+ Avoid jargon and acronyms.
+
+
+
+ Be sure to save your report.
+ Click on "Add Entry" to save your report entry.
+ Once you have saved, you cannot edit the saved entry, but you can still add additional entries.
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
-
diff --git a/src/ims/element/incident/reports/template.xhtml b/src/ims/element/incident/reports/template.xhtml
index 4c1df9af0..0f0e4838f 100644
--- a/src/ims/element/incident/reports/template.xhtml
+++ b/src/ims/element/incident/reports/template.xhtml
@@ -1,17 +1,15 @@
-
-
-
+
-
+
-
+ initIncidentReportsPage();
+
diff --git a/src/ims/element/incident/reports_template/template.xhtml b/src/ims/element/incident/reports_template/template.xhtml
index 9518dc26f..dfc3c7590 100644
--- a/src/ims/element/incident/reports_template/template.xhtml
+++ b/src/ims/element/incident/reports_template/template.xhtml
@@ -7,113 +7,109 @@
- Incidents
+ → Incidents
-
+
-
-
+
+
diff --git a/src/ims/element/page/_page.py b/src/ims/element/page/_page.py
index 317ffa27a..71acf39c0 100644
--- a/src/ims/element/page/_page.py
+++ b/src/ims/element/page/_page.py
@@ -125,6 +125,11 @@ def head(self, request: IRequest, tag: Tag) -> IRenderable:
rel="stylesheet",
href=urls.bootstrapCSS.asText(),
),
+ tags.link(
+ type="text/css",
+ rel="stylesheet",
+ href=urls.dataTablesBootstrapCSS.asText(),
+ ),
tags.link(
type="text/css",
rel="stylesheet",
@@ -143,9 +148,7 @@ def container(self, request: IRequest, tag: Tag) -> IRenderable:
App container.
"""
tag.children.insert(0, self.top(request))
- return tag( # type: ignore[return-value]
- self.bottom(request), Class="container-fluid"
- )
+ return tag(self.bottom(request), Class="container-fluid") # type: ignore[return-value]
@renderer
def top(self, request: IRequest, tag: Tag | None = None) -> IRenderable:
@@ -157,8 +160,8 @@ def top(self, request: IRequest, tag: Tag | None = None) -> IRenderable:
else:
h1 = tags.h1.clone()(id="doc-title")
return ( # type: ignore[return-value]
- self.nav(request),
self.header(request),
+ self.nav(request),
self.title(request, h1),
)
diff --git a/src/ims/element/page/footer/template.xhtml b/src/ims/element/page/footer/template.xhtml
index 05a91f375..a3f1bcc82 100644
--- a/src/ims/element/page/footer/template.xhtml
+++ b/src/ims/element/page/footer/template.xhtml
@@ -1,7 +1,8 @@
diff --git a/src/ims/element/page/header/template.xhtml b/src/ims/element/page/header/template.xhtml
index 14bfa8431..ec2d78eae 100644
--- a/src/ims/element/page/header/template.xhtml
+++ b/src/ims/element/page/header/template.xhtml
@@ -1,2 +1,4 @@
-
+
diff --git a/src/ims/element/page/nav/template.xhtml b/src/ims/element/page/nav/template.xhtml
index 1790b77d4..ed017e535 100644
--- a/src/ims/element/page/nav/template.xhtml
+++ b/src/ims/element/page/nav/template.xhtml
@@ -1,53 +1,84 @@
-