Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
EMSystemsWeb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mac Stephens
EMSystemsWeb
Commits
efeb7f20
Commit
efeb7f20
authored
Jan 20, 2026
by
Mac Stephens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates to text and tab header
parent
08ecfb7c
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
231 additions
and
136 deletions
+231
-136
ConnectionModule.pas
emSystemsWeb/ConnectionModule.pas
+1
-1
Index.html
emSystemsWeb/Index.html
+1
-1
View.AboutUs.dfm
emSystemsWeb/View.AboutUs.dfm
+1
-0
View.ContactUs.dfm
emSystemsWeb/View.ContactUs.dfm
+1
-0
View.CustomSoftware.dfm
emSystemsWeb/View.CustomSoftware.dfm
+1
-0
View.CustomSoftware.html
emSystemsWeb/View.CustomSoftware.html
+59
-53
View.Home.dfm
emSystemsWeb/View.Home.dfm
+1
-0
View.PublicSafety.dfm
emSystemsWeb/View.PublicSafety.dfm
+1
-0
View.PublicSafety.html
emSystemsWeb/View.PublicSafety.html
+159
-78
View.RecordsManagement.dfm
emSystemsWeb/View.RecordsManagement.dfm
+1
-1
View.RequestDemo.dfm
emSystemsWeb/View.RequestDemo.dfm
+1
-0
emSystemsWebServer.ini
emSystemsWebServer/bin/emSystemsWebServer.ini
+2
-2
emSystemsWebServer.dproj
emSystemsWebServer/emSystemsWebServer.dproj
+2
-0
emSystemsWebServer.res
emSystemsWebServer/emSystemsWebServer.res
+0
-0
No files found.
emSystemsWeb/ConnectionModule.pas
View file @
efeb7f20
...
...
@@ -22,7 +22,7 @@ type
procedure
LoadConfig
(
loadedProc
:
TProc
<
Boolean
>);
public
const
clientVersion
=
'1.0.
1
'
;
const
clientVersion
=
'1.0.
3
'
;
procedure
InitApp
(
readyProc
:
TProc
);
procedure
SetClientConfig
(
callback
:
TVersionCheckCallback
);
end
;
...
...
emSystemsWeb/Index.html
View file @
efeb7f20
...
...
@@ -4,7 +4,7 @@
<meta
content=
"width=device-width, initial-scale=1"
name=
"viewport"
/>
<noscript>
Your browser does not support JavaScript!
</noscript>
<link
href=
"data:;base64,="
rel=
"icon"
/>
<title>
EM Systems
</title>
<title>
EM Systems
, Inc
</title>
<link
href=
"https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.3.1/css/flag-icon.min.css"
rel=
"stylesheet"
/>
<link
href=
"https://fonts.googleapis.com/icon?family=Material+Icons"
rel=
"stylesheet"
/>
...
...
emSystemsWeb/View.AboutUs.dfm
View file @
efeb7f20
object FAboutUs: TFAboutUs
Width = 1058
Height = 730
Caption = 'EM Systems, Inc'
CSSLibrary = cssBootstrap
ElementFont = efCSS
Font.Charset = ANSI_CHARSET
...
...
emSystemsWeb/View.ContactUs.dfm
View file @
efeb7f20
object FContactUs: TFContactUs
Width = 930
Height = 802
Caption = 'EM Systems, Inc'
CSSLibrary = cssBootstrap
ElementFont = efCSS
Font.Charset = ANSI_CHARSET
...
...
emSystemsWeb/View.CustomSoftware.dfm
View file @
efeb7f20
object FCustomSoftware: TFCustomSoftware
Width = 640
Height = 480
Caption = 'EM Systems, Inc'
CSSLibrary = cssBootstrap
ElementFont = efCSS
Font.Charset = ANSI_CHARSET
...
...
emSystemsWeb/View.CustomSoftware.html
View file @
efeb7f20
...
...
@@ -4,8 +4,14 @@
<!-- HERO SECTION -->
<div
class=
"container-fluid px-0"
>
<div
class=
"page-hero-section bg-dark text-white text-center"
>
<img
src=
"images\computer_code.jpg"
alt=
"Hero Image"
class=
"img-fluid hero-image"
>
<div
class=
"hero-overlay d-flex justify-content-center align-items-center"
>
<img
src=
"images\computer_code.jpg"
alt=
"Hero Image"
class=
"img-fluid hero-image"
/>
<div
class=
"hero-overlay d-flex justify-content-center align-items-center"
>
<div
class=
"text-wrapper"
>
<h1
class=
"display-4"
>
Custom Software
</h1>
</div>
...
...
@@ -19,39 +25,14 @@
<!-- CUSTOM SOFTWARE BOX 1 -->
<div
class=
"row mb-4 g-4 align-items-center bg-white shadow-sm rounded"
>
<div
class=
"col-md-12"
>
<div
class=
"p-3"
>
<div
class=
"text-center"
>
<h2>
CJIS Compliance Commitment
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
EM Systems is fully committed to meeting and exceeding CJIS
requirements across every component of the Public Safety Software programs, providing agencies with
secure, compliant, and reliable solutions that can be trusted to support mission-critical operations.
</p>
</div>
<div
class=
"container"
>
<h3
class=
"text-center"
>
List of Programs
</h3>
<div
class=
"row justify-content-center"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 350px;"
>
<ul
class=
"text-start"
>
<li>
Computer Aided Dispatch (CAD) - Police, Fire
&
EMS
</li>
<li>
Mapping w/GPS tracking
&
AVL
</li>
<li>
Records Management System (RMS)
</li>
<li>
Mobile Data System (MDS) w/Police Reports
&
Arrest
</li>
<li>
Livescan Fingerprinting w/ Booking and Civil submissions
</li>
</ul>
</div>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 350px;"
>
<ul>
<li>
Jail Management System (JMS)
</li>
<li>
iPhone
&
Android Apps - CAD Monitor
&
Data Access
</li>
<li>
FireRMS w/NERIS reporting
</li>
<li>
Summons
&
Accidents MDS modules (Tracs replacement)
</li>
<li>
Discovery module w/Interface to DEMS
</li>
<li>
Interfaces to State
&
Federal Systems
</li>
</ul>
</div>
</div>
</div>
<div
class=
"p-3 text-center"
>
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
EM Systems started as a custom software development company. Our
Public Safety and Records Management Notification System solutions
started as custom software development projects. Over the years,
we have developed many custom programs that are currently in use
by our customers to help manage and run their operations.
</p>
</div>
</div>
</div>
...
...
@@ -60,9 +41,13 @@
<div
class=
"col-md-12"
>
<div
class=
"p-3 text-center"
>
<h2>
AutoPark
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
AutoPark is our parking ticket management system. It
streamlines and coordinates the process and procedures of managing a parking area. From parking tags,
tickets and bills to payments and appeals, this solution has it all when it comes to parking management.
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
AutoPark is a parking permit and ticket management system. It
streamlines and coordinates the process and procedures of managing
a parking area. From parking permits, tickets, online payments,
and appeals, this solution has it all when it comes to parking
management. This program is in use by a State University of New
York college to manage their parking services operation.
</p>
</div>
</div>
...
...
@@ -71,10 +56,14 @@
<div
class=
"row mb-4 g-4 align-items-center bg-white shadow-sm rounded"
>
<div
class=
"col-md-12"
>
<div
class=
"p-3 text-center"
>
<h2>
Document Scanning Tools
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
Scan and transmit paper documents with ease. This software
provides an easy way to scan and organize paper documents and send them electronically to a variety of
configurable destinations including HL7, FTPS, HTTPS, CIFS and more.
</p>
<h2>
TreeStar
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
TreeStar is a full suite of tools to manage wholesale Christmas
trees and accessories. It has tools for load and route planning,
carrier and shipping oversight, customer support, sales analysis,
invoicing, and field management. It also has EDI support for
automatic processing of purchase orders, sales, and payments.
</p>
</div>
</div>
</div>
...
...
@@ -82,10 +71,19 @@
<div
class=
"row mb-4 g-4 align-items-center bg-grey shadow-sm rounded"
>
<div
class=
"col-md-12"
>
<div
class=
"p-3 text-center"
>
<h2>
Document Management System
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
Very easily scan and store all of your paper documents securely
and safely and retrieve any of them instantly at any time. This software can save countless hours for
document imaging projects and can be customized to fit specific needs.
</p>
<h2>
HSTManager
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
This is a workflow management program for Home Sleep Studies
(HST). It is used by a Sleep Medicine company to manage the HSTs’
flow of information through the process of scheduling, sleep
testing, diagnosing, and generating the medical reports.
HSTManager interfaces to the Electronic Medical Records system and
the Diagnostic Sleep Study Software to automatically exchange the
data needed to allow sleep lab technicians and clinicians to track
the HSTs from start to end. It starts by retrieving the list of
scheduled HSTs and end by uploading the final physician report to
the patient medical record.
</p>
</div>
</div>
</div>
...
...
@@ -93,10 +91,13 @@
<div
class=
"row mb-4 g-4 align-items-center bg-white shadow-sm rounded"
>
<div
class=
"col-md-12"
>
<div
class=
"p-3 text-center"
>
<h2>
Pawn Shop Pro
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
This is a pawn shop management system that will simplify record
keeping, billing, and inventory management. If there is something specific that you need for your pawn
shop the software can be modified to suit your needs.
</p>
<h2>
PawnShopPro
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
PawnShopPro simplifies your pawn shop record keeping, billing, and
inventory management. It manages your loans, repairs, sales, and
layaways, and automatically processes interest charges and late
notices.
</p>
</div>
</div>
</div>
...
...
@@ -104,9 +105,13 @@
<div
class=
"row mb-4 g-4 align-items-center bg-grey shadow-sm rounded"
>
<div
class=
"col-md-12"
>
<div
class=
"p-3 text-center"
>
<h2>
Employee Time Tracking
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
This software is an easy and useful way to track customers,
projects, tasks, and resources over time and create reports from this information.
</p>
<h2>
TransportStar
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
TransportStar is everything you need to manage your trucking
company. Track your shipments and calculate costs for your
same-day and next-day LTL and TL shipments, generate invoices and
track payments, and manage your expenses for your fleet of trucks.
</p>
</div>
</div>
</div>
...
...
@@ -115,3 +120,4 @@
<div
id=
"site_footer"
></div>
</div>
emSystemsWeb/View.Home.dfm
View file @
efeb7f20
object FHome: TFHome
Width = 1290
Height = 1090
Caption = 'EM Systems, Inc'
CSSLibrary = cssBootstrap
ElementFont = efCSS
Font.Charset = ANSI_CHARSET
...
...
emSystemsWeb/View.PublicSafety.dfm
View file @
efeb7f20
object FPublicSafety: TFPublicSafety
Width = 640
Height = 480
Caption = 'EM Systems, Inc'
CSSLibrary = cssBootstrap
ElementFont = efCSS
Font.Charset = ANSI_CHARSET
...
...
emSystemsWeb/View.PublicSafety.html
View file @
efeb7f20
...
...
@@ -4,8 +4,14 @@
<!-- HERO SECTION -->
<div
class=
"container-fluid px-0"
>
<div
class=
"page-hero-section bg-dark text-white text-center"
>
<img
src=
"images\computer_code.jpg"
alt=
"Hero Image"
class=
"img-fluid hero-image"
>
<div
class=
"hero-overlay d-flex justify-content-center align-items-center"
>
<img
src=
"images\computer_code.jpg"
alt=
"Hero Image"
class=
"img-fluid hero-image"
/>
<div
class=
"hero-overlay d-flex justify-content-center align-items-center"
>
<div
class=
"text-wrapper"
>
<h1
class=
"display-4"
>
Integrated Public Safety Software
</h1>
</div>
...
...
@@ -21,31 +27,58 @@
<div
class=
"col-md-12"
>
<div
class=
"p-3"
>
<div
class=
"text-center"
>
<h2>
CJIS Compliance Commitment
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
EM Systems is fully committed to meeting and exceeding CJIS
requirements across every component of the Public Safety Software programs, providing agencies with
secure, compliant, and reliable solutions that can be trusted to support mission-critical operations.
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
EM Systems started developing our integrated public safety
software in the early 1990s, by working closely with local law
enforcement agencies and dispatch centers to create highly
intuitive, dynamic and customizable solutions. Our public safety
software suite has been developed to meet the national and state
requirements and ensure secure data management, access control,
and encryption for public safety and law enforcement operations.
</p>
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
EM Systems is fully committed to meeting and exceeding CJIS
requirements across every component of the Public Safety
Software programs, providing agencies with secure, compliant,
and reliable solutions that can be trusted to support
mission-critical operations.
</p>
</div>
<div
class=
"container"
>
<h3
class=
"text-center"
>
List of Programs
</h3>
<div
class=
"row justify-content-center"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 350px;"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 350px"
>
<ul
class=
"text-start"
>
<li>
Computer Aided Dispatch (CAD) - Police, Fire
&
EMS
</li>
<li>
Computer Aided Dispatch (CAD) - Police, Fire
&
EMS
</li>
<li>
Mapping w/GPS tracking
&
AVL
</li>
<li>
Records Management System (RMS)
</li>
<li>
Mobile Data System (MDS) w/Police Reports
&
Arrest
</li>
<li>
Livescan Fingerprinting w/ Booking and Civil submissions
</li>
<li>
Mobile Data System (MDS) w/Police Reports
&
Arrest
</li>
<li>
Livescan Fingerprinting w/ Booking and Civil submissions
</li>
</ul>
</div>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 350px;"
>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 350px"
>
<ul>
<li>
Jail Management System (JMS)
</li>
<li>
iPhone
&
Android Apps - CAD Monitor
&
Data Access
</li>
<li>
iPhone
&
Android Apps - CAD Monitor
&
Data Access
</li>
<li>
FireRMS w/NERIS reporting
</li>
<li>
Summons
&
Accidents MDS modules (Tracs replacement)
</li>
<li>
Summons
&
Accidents MDS modules (Tracs replacement)
</li>
<li>
Discovery module w/Interface to DEMS
</li>
<li>
Interfaces to State
&
Federal Systems
</li>
</ul>
...
...
@@ -61,16 +94,24 @@
<div
class=
"p-3"
>
<div
class=
"text-center"
>
<h2>
Computer Aided Dispatch
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
EM Systems CAD solution is a powerful, scalable platform
designed to support an unlimited number of police, fire, and emergency medical services (EMS) agencies
in both single-agency and multi-agency environments. Built to enhance operational awareness and
responder safety, the system delivers advanced incident mapping, real-time vehicle tracking, seamless
field communications, and proactive alerts for potential hazards at specific locations.
</p>
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
EM Systems CAD solution is a powerful, scalable platform
designed to support an unlimited number of police, fire, and
emergency medical services (EMS) agencies in both single-agency
and multi-agency environments. Built to enhance operational
awareness and responder safety, the system delivers advanced
incident mapping, real-time vehicle tracking, seamless field
communications, and proactive alerts for potential hazards at
specific locations.
</p>
</div>
<div
class=
"container"
>
<h3
class=
"text-center"
>
System Features
</h3>
<div
class=
"row justify-content-center"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 250px;"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 250px"
>
<ul
class=
"text-start"
>
<li>
Real-time Call Taking / Dispatching
</li>
<li>
Complaint and Incident Mapping
</li>
...
...
@@ -78,7 +119,10 @@
<li>
Field Communications
</li>
</ul>
</div>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 250px;"
>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 250px"
>
<!-- Set max-width and use Bootstrap's sizing -->
<ul>
<li>
Messaging and Bulletin Boards
</li>
...
...
@@ -98,42 +142,46 @@
<div
class=
"p-3"
>
<div
class=
"text-center"
>
<h2>
Record Management System
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
Our Records Management System (RMS) is a powerful menu-driven
database system than can be used to track
everything from arrest / booking information to court records (e.g., orders of protection, summons,
etc.),
and personnel information (e.g., training, promotions, etc.). The system provides for enhanced patrol,
investigative, and administrative processes and provides a wealth of valuable analysis information.
Users
can create reports based on data from any field in the software to help prevent and solve crimes,
allocate
resources, and much more.
</p>
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
Our Records Management System (RMS) is a powerful menu-driven
database system than can be used to track everything from arrest
/ booking information to court records (e.g., orders of
protection, summons, etc.), and personnel information (e.g.,
training, promotions, etc.). The system provides for enhanced
patrol, investigative, and administrative processes and provides
a wealth of valuable analysis information. Users can create
reports based on data from any field in the software to help
prevent and solve crimes, allocate resources, and much more.
</p>
</div>
<div
class=
"container"
>
<h3
class=
"text-center"
>
System Features
</h3>
<div
class=
"row justify-content-center"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 250px;"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 250px"
>
<!-- Set max-width and use Bootstrap's sizing -->
<ul
class=
"text-start"
>
<li>
Master Name including detailed data on persons, addresses, vehicles, etc.
</li>
<li>
Tracking incident activity
</li>
<li>
Search and audit capabilities
</li>
<li>
Investigations / case management
<li>
Master Name including detailed data on persons, addresses,
vehicles, etc.
</li>
<li>
Tracking incident activity
</li>
<li>
Search and audit capabilities
</li>
<li>
Investigations / case management
</li>
</ul>
</div>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 250px;"
>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 250px"
>
<!-- Set max-width and use Bootstrap's sizing -->
<ul>
<li>
Crime analysis
</li>
<li>
Personnel information / management
</li>
<li>
Narrative with spell check
</li>
<li>
Reporting capabilities
</li>
<li>
Personnel information / management
</li>
<li>
Narrative with spell check
</li>
<li>
Reporting capabilities
</li>
</ul>
</div>
</div>
...
...
@@ -147,36 +195,53 @@
<div
class=
"p-3"
>
<div
class=
"text-center"
>
<h2>
Mobile Data System
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
The Mobile Data System (MDS) we created provides multi-agency
mobile data communications interoperability.
The system provides mobile users the ability to perform onsite data checks, including plate checks,
driver
checks, vehicle data checks, and name checks. The system also provides detailed information on the
complaint, allows the user to view all units and their status, and enables the user to send and receive
messages from other users.
</p>
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
The Mobile Data System (MDS) we created provides multi-agency
mobile data communications interoperability. The system provides
mobile users the ability to perform onsite data checks,
including plate checks, driver checks, vehicle data checks, and
name checks. The system also provides detailed information on
the complaint, allows the user to view all units and their
status, and enables the user to send and receive messages from
other users.
</p>
</div>
<div
class=
"container"
>
<h3
class=
"text-center"
>
System Features
</h3>
<div
class=
"row justify-content-center"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 250px;"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 250px"
>
<!-- Set max-width and use Bootstrap's sizing -->
<ul
class=
"text-start"
>
<li>
Wireless multi-agency interoperable data communications of real-time dispatch and complaint
information
<li>
Wireless multi-agency interoperable data communications of
real-time dispatch and complaint information
</li>
<li>
Onsite data checks (including name, plate, driver, vehicle, warrants)
<li>
Onsite data checks (including name, plate, driver,
vehicle, warrants)
</li>
<li>
Police reporting module to enter information into RMS from the field
<li>
Police reporting module to enter information into RMS from
the field
</li>
</ul>
</div>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 250px;"
>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 250px"
>
<!-- Set max-width and use Bootstrap's sizing -->
<ul>
<li>
View all available units and their status
<li>
View all available units and their status
</li>
<li>
Send and receive messages from other units / agencies
</li>
<li>
Supports AirCard and / or Packet Radio Modem RF Technology
</li>
<li>
Send and receive messages from other units / agencies
</li>
<li>
Supports AirCard and / or Packet Radio Modem RF Technology
</li>
<li>
Dispatch link (complaint and status updates)
</li>
</ul>
</div>
...
...
@@ -191,23 +256,31 @@
<div
class=
"p-3"
>
<div
class=
"text-center"
>
<h2>
Automated Vehicle Location System
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
Our AVL System is a real-time automatic vehicle location
system used to pinpoint the location of equipped
vehicles and track their movement. The system allows you to visually see the location of units in the
field,
enhance dispatch operations, and increase officer safety.
</p>
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
Our AVL System is a real-time automatic vehicle location system
used to pinpoint the location of equipped vehicles and track
their movement. The system allows you to visually see the
location of units in the field, enhance dispatch operations, and
increase officer safety.
</p>
</div>
<div
class=
"container"
>
<h3
class=
"text-center"
>
System Features
</h3>
<div
class=
"row justify-content-center"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 250px;"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 250px"
>
<!-- Set max-width and use Bootstrap's sizing -->
<ul
class=
"text-start"
>
<li>
Real-time GPS Vehicle Tracking
</li>
<li>
Mapping Application for Dispatch and Mobile
</li>
</ul>
</div>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 250px;"
>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 250px"
>
<!-- Set max-width and use Bootstrap's sizing -->
<ul>
<li>
XML-based Communications
</li>
...
...
@@ -225,20 +298,24 @@
<div
class=
"p-3"
>
<div
class=
"text-center"
>
<h2>
Jail Management System
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
EM Systems’ Jail Management System (JMS) is designed to
effectively assist in the management of a
detention
facility of any size. The system can operate independently or as a component of EM Systems’ Law
Enforcement
Management System (LEMS). It can also be integrated with other justice information systems from
third-party
vendors. As with all
EM Systems’ software, the JMS can be customized to meet the unique needs of your
agency.
</p>
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
EM Systems’ Jail Management System (JMS) is designed to
effectively assist in the management of a detention facility of
any size. The system can operate independently or as a component
of EM Systems’ Law Enforcement Management System (LEMS). It can
also be integrated with other justice information systems from
third-party vendors. As with all
EM Systems’
software, the JMS can be customized to meet the unique needs of
your agency.
</p>
</div>
<div
class=
"container"
>
<h3
class=
"text-center"
>
System Features
</h3>
<div
class=
"row justify-content-center"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 250px;"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 250px"
>
<!-- Set max-width and use Bootstrap's sizing -->
<ul
class=
"text-start"
>
<li>
Facilitates booking procedures
</li>
...
...
@@ -247,7 +324,10 @@
<li>
Release date calculations and processing
</li>
</ul>
</div>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 250px;"
>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 250px"
>
<!-- Set max-width and use Bootstrap's sizing -->
<ul>
<li>
Property and custody management
</li>
...
...
@@ -265,3 +345,4 @@
<div
id=
"site_footer"
></div>
</div>
emSystemsWeb/View.RecordsManagement.dfm
View file @
efeb7f20
object FRecordsManagement: TFRecordsManagement
Width = 640
Height = 480
Caption = '
l
'
Caption = '
EM Systems, Inc
'
CSSLibrary = cssBootstrap
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
...
...
emSystemsWeb/View.RequestDemo.dfm
View file @
efeb7f20
object FRequestDemo: TFRequestDemo
Width = 640
Height = 480
Caption = 'EM Systems, Inc'
CSSLibrary = cssBootstrap
ElementFont = efCSS
OnCreate = WebFormCreate
...
...
emSystemsWebServer/bin/emSystemsWebServer.ini
View file @
efeb7f20
[Settings]
memoLogLevel
=
3
fileLogLevel
=
4
LogFileNum
=
49
webClientVersion
=
1.0.
1
LogFileNum
=
51
webClientVersion
=
1.0.
3
[SMTP]
Host
=
mail.em-sys.net
...
...
emSystemsWebServer/emSystemsWebServer.dproj
View file @
efeb7f20
...
...
@@ -123,6 +123,8 @@
<VerInfo_Locale>1033</VerInfo_Locale>
<DCC_UnitSearchPath>C:\RADTools\FastMM4;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_ExeOutput>bin</DCC_ExeOutput>
<VerInfo_Release>3</VerInfo_Release>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.3.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
...
...
emSystemsWebServer/emSystemsWebServer.res
View file @
efeb7f20
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment