Commit fbd70441 by Mac Stephens

Back button fix, page reload fix, honeycomb image, some text changes

parent f89787a8
...@@ -106,7 +106,7 @@ object FCustomSoftware: TFCustomSoftware ...@@ -106,7 +106,7 @@ object FCustomSoftware: TFCustomSoftware
WidthPercent = 100.000000000000000000 WidthPercent = 100.000000000000000000
end end
object btnHomeFooter: TWebButton object btnHomeFooter: TWebButton
Left = 364 Left = 362
Top = 59 Top = 59
Width = 100 Width = 100
Height = 25 Height = 25
......
...@@ -56,7 +56,7 @@ object FHome: TFHome ...@@ -56,7 +56,7 @@ object FHome: TFHome
OnClick = btnCustomSoftwareClick OnClick = btnCustomSoftwareClick
end end
object btnRecordsManagement: TWebButton object btnRecordsManagement: TWebButton
Left = 655 Left = 657
Top = 141 Top = 141
Width = 100 Width = 100
Height = 25 Height = 25
......
...@@ -59,13 +59,13 @@ ...@@ -59,13 +59,13 @@
<div class="learn-boxes py-5"> <div class="learn-boxes py-5">
<div class="row mb-4 g-4 align-items-center bg-white shadow-sm rounded"> <div class="row mb-4 g-4 align-items-center bg-white shadow-sm rounded">
<div class="col-md-6"> <div class="col-md-6">
<img src="images\honeycomb.jpg" alt="Logistics Image" class="img-fluid rounded"> <img src="images\honeycomb-new.png" alt="Logistics Image" class="img-fluid rounded">
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<div class="p-3 text-center"> <div class="p-3 text-center">
<h2>Integrated Public Safety Software</h2> <h2>Integrated Public Safety Software</h2>
<p>EM Systems maintains a full suite of proven integrated systems that can be tailored to fit the specific needs of your organization. Seeking to move from an older outdated, or more expensive solution? Facilitate a smooth transition and don’t lose a thing. Ask us about data conversion and training programs.</p> <p>EM Systems maintains a full suite of proven integrated systems that can be tailored to fit the specific needs of your organization. Seeking to move from an older outdated, or more expensive solution? Facilitate a smooth transition and don’t lose a thing. Ask us about data conversion and training programs.</p>
<a href="#PublicSafety" id="publicsafetylearn" class="btn btn-primary btn-black">Learn More</a> <a href="#FPublicSafety" id="publicsafetylearn" class="btn btn-primary btn-black">Learn More</a>
</div> </div>
</div> </div>
</div> </div>
...@@ -75,9 +75,9 @@ ...@@ -75,9 +75,9 @@
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<div class="p-3 text-center"> <div class="p-3 text-center">
<h2>Records and Information Management Solutions</h2> <h2>Records Management Notification System</h2>
<p>EM Systems has several new records and information management systems which incorporate modern paradigms in the field. Thinking of integrating electronic medical records with public safety systems? We can help. Feel free to contact us any time.</p> <p>EM Systems has several new records and information management systems which incorporate modern paradigms in the field. Thinking of integrating electronic medical records with public safety systems? We can help. Feel free to contact us any time.</p>
<a href="#RecordsManagement" id="recordsmanagementlearn" class="btn btn-primary btn-black">Learn More</a> <a href="#FRecordsManagement" id="recordsmanagementlearn" class="btn btn-primary btn-black">Learn More</a>
</div> </div>
</div> </div>
</div> </div>
...@@ -89,14 +89,13 @@ ...@@ -89,14 +89,13 @@
<div class="p-3 text-center"> <div class="p-3 text-center">
<h2>Custom Software Development</h2> <h2>Custom Software Development</h2>
<p>EM Systems has great talent when it comes to working with customers to develop software solutions designed and tailored to their specific needs. Over the years we have created hundreds of custom solutions that have worked wonders for our customers.</p> <p>EM Systems has great talent when it comes to working with customers to develop software solutions designed and tailored to their specific needs. Over the years we have created hundreds of custom solutions that have worked wonders for our customers.</p>
<a href="#CustomSoftware" id="customsoftwarelearn" class="btn btn-primary btn-black">Learn More</a> <a href="#FCustomSoftware" id="customsoftwarelearn" class="btn btn-primary btn-black">Learn More</a>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<!-- FOOTER --> <!-- FOOTER -->
<footer class="bg-dark text-light"> <footer class="bg-dark text-light">
<div class="container-main"> <div class="container-main">
......
<!--NAVBAR CONTAINER--> <!--NAVBAR CONTAINER-->
<div class="em-navbar-wrap"> <div class="em-navbar-wrap">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow"> <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow">
<div class="container-fluid container-main"> <div class="container-fluid container-main">
...@@ -45,11 +45,11 @@ ...@@ -45,11 +45,11 @@
<!-- HERO SECTION --> <!-- HERO SECTION -->
<div class="container-fluid px-0"> <div class="container-fluid px-0">
<div class="page-hero-section bg-dark text-white text-center"> <div class="page-hero-section bg-dark text-white text-center" id="FRecordsManagement" tabindex="-1">
<img src="images\computer_code.jpg" alt="Hero Image" class="img-fluid hero-image"> <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="hero-overlay d-flex justify-content-center align-items-center">
<div class="text-wrapper"> <div class="text-wrapper">
<h1 class="display-4">Records and Information Management</h1> <h1 class="display-4">Records Management Notification System</h1>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -78,8 +78,10 @@ ...@@ -78,8 +78,10 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''"> <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<DCC_RemoteDebug>false</DCC_RemoteDebug> <DCC_RemoteDebug>false</DCC_RemoteDebug>
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Locale>1033</VerInfo_Locale>
<TMSWebServerWait>2</TMSWebServerWait>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''"> <PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
...@@ -198,6 +200,12 @@ ...@@ -198,6 +200,12 @@
<Source> <Source>
<Source Name="MainSource">EMSystemsWebsite.dpr</Source> <Source Name="MainSource">EMSystemsWebsite.dpr</Source>
</Source> </Source>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k290.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp290.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
</Delphi.Personality> </Delphi.Personality>
<Deployment Version="5"> <Deployment Version="5">
<DeployFile LocalName="EMSystemsWebsite.html" Configuration="Debug" Class="ProjectFile"/> <DeployFile LocalName="EMSystemsWebsite.html" Configuration="Debug" Class="ProjectFile"/>
......
<!--NAVBAR CONTAINER-->  <!--NAVBAR CONTAINER-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow"> <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow">
<div class="container-fluid"> <div class="container-fluid">
<a class="navbar-brand" href="#FHome"> <a class="navbar-brand" href="#FHome">
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
</div> </div>
</div> </div>
<!-- MAIN CONTENT--> <!-- MAIN CONTENT-->
<div class="container my-5 flex-grow-1"> <div class="container my-5 flex-grow-1">
<div class="row g-4"> <div class="row g-4">
...@@ -56,21 +55,21 @@ ...@@ -56,21 +55,21 @@
</div> </div>
<div class="col-md-6 d-flex align-items-center"> <div class="col-md-6 d-flex align-items-center">
<div class="text-center"> <div class="text-center">
<h2>Records and Information Management Solutions</h2> <h2>Records Management Notification System</h2>
<p>EM Systems has several new records and information management systems which incorporate modern paradigms in the field. Thinking of integrating electronic medical records with public safety systems? We can help. Feel free to contact us any time.</p> <p>EM Systems has several new records and information management systems which incorporate modern paradigms in the field. Thinking of integrating electronic medical records with public safety systems? We can help. Feel free to contact us any time.</p>
<a href="#RecordsManagement" class="btn btn-primary" id="recordsmanagementlearn">Learn More</a> <a href="#FRecordsManagement" class="btn btn-primary" id="recordsmanagementlearn">Learn More</a>
</div> </div>
</div> </div>
<!-- Second Box: Integrated Public Safety Solutions --> <!-- Second Box: Integrated Public Safety Software -->
<div class="col-md-6 order-md-2"> <div class="col-md-6 order-md-2">
<img src="http://gator3304.temp.domains/~emsys065/wp-content/uploads/2021/12/digitization-g72e897cbb_1920-1024x680.jpg" class="img-fluid rounded" alt="Logistics Image"> <img src="http://gator3304.temp.domains/~emsys065/wp-content/uploads/2021/12/digitization-g72e897cbb_1920-1024x680.jpg" class="img-fluid rounded" alt="Logistics Image">
</div> </div>
<div class="col-md-6 d-flex align-items-center order-md-1"> <div class="col-md-6 d-flex align-items-center order-md-1">
<div class="text-center"> <div class="text-center">
<h2>Integrated Public Safety Solutions</h2> <h2>Integrated Public Safety Software</h2>
<p>EM Systems maintains a full suite of proven integrated systems that can be tailored to fit the specific needs of your organization. Seeking to move from an older outdated, or more expensive solution? Facilitate a smooth transition and don’t lose a thing. Ask us about data conversion and training programs.</p> <p>EM Systems maintains a full suite of proven integrated systems that can be tailored to fit the specific needs of your organization. Seeking to move from an older outdated, or more expensive solution? Facilitate a smooth transition and don’t lose a thing. Ask us about data conversion and training programs.</p>
<a href="#PublicSafety" class="btn btn-primary" id="publicsafetylearn">Learn More</a> <a href="#FPublicSafety" class="btn btn-primary" id="publicsafetylearn">Learn More</a>
</div> </div>
</div> </div>
...@@ -82,14 +81,12 @@ ...@@ -82,14 +81,12 @@
<div class="text-center"> <div class="text-center">
<h2>Custom Software Development</h2> <h2>Custom Software Development</h2>
<p>EM Systems has great talent when it comes to working with customers to develop software solutions designed and tailored to their specific needs. Over the years we have created hundreds of custom solutions that have worked wonders for our customers.</p> <p>EM Systems has great talent when it comes to working with customers to develop software solutions designed and tailored to their specific needs. Over the years we have created hundreds of custom solutions that have worked wonders for our customers.</p>
<a href="#CustomSoftware" class="btn btn-primary" id="customsoftwarelearn">Learn More</a> <a href="#FCustomSoftware" class="btn btn-primary" id="customsoftwarelearn">Learn More</a>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<!-- FOOTER --> <!-- FOOTER -->
<footer class="bg-dark text-light py-3"> <footer class="bg-dark text-light py-3">
<div class="container"> <div class="container">
......
[Settings] [Settings]
memoLogLevel=3 memoLogLevel=3
fileLogLevel=4 fileLogLevel=4
LogFileNum=9 LogFileNum=10
[SMTP] [SMTP]
Host=mail.em-sys.net Host=mail.em-sys.net
......
[2026-01-05 13:42:59.803][1] --- Initialization Timer Triggered ---
[2026-01-05 13:42:59.806][1] Exe version: 1.0.0.0
[2026-01-05 13:42:59.823][1] --TServerConfig.Create - start
[2026-01-05 13:42:59.823][1] --TServerConfig.Create - end
[2026-01-05 13:42:59.839][1] --LoadServerConfig - start
[2026-01-05 13:42:59.842][1] -- Config file: serverconfig.json
[2026-01-05 13:42:59.850][1] -- Config file found.
[2026-01-05 13:42:59.874][1] --TServerConfig.Create - start
[2026-01-05 13:42:59.874][1] --TServerConfig.Create - end
[2026-01-05 13:42:59.889][1] -- localConfig loaded from config file
[2026-01-05 13:42:59.904][1] -- serverConfig.Free - called
[2026-01-05 13:42:59.906][1] -- serverConfig := localConfig - called
[2026-01-05 13:42:59.912][1] -------------------------------------------------------------
[2026-01-05 13:42:59.920][1] -- serverConfig.Server url: http://localhost:2002/website/
[2026-01-05 13:42:59.926][1] -- serverConfig.adminPassword: whatisthisusedfor
[2026-01-05 13:42:59.932][1] -- serverConfig.jwtTokenSecret: super_secret0123super_secret4567
[2026-01-05 13:42:59.940][1] -- serverConfig.webAppFolder: static
[2026-01-05 13:42:59.945][1] --LoadServerConfig - end
[2026-01-05 13:42:59.961][1] ******************************************************
[2026-01-05 13:42:59.971][1] emWebsite XData Server
[2026-01-05 13:42:59.980][1] Version: 1.0.0.0
[2026-01-05 13:42:59.991][1] by EM Systems, Inc.
[2026-01-05 13:42:59.998][1] ******************************************************
[2026-01-05 13:43:00.019][1] --- StartApiServer: Initializing ---
[2026-01-05 13:43:00.068][1] XData Server started at: http://localhost:2002/website/
[2026-01-05 13:43:00.068][1] --- StartApiServer: Complete ---
[2026-01-05 13:43:00.078][1] API Server started at: http://localhost:2002/website/
[2026-01-05 13:43:00.105][1] App server module listening at "http://localhost:2002/website/app", rootDir: static
[2026-01-05 13:43:00.108][1] App Server started at: http://localhost:2002/website/app
[2026-01-05 13:43:00.121][1] --- StartServer: Complete ---
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment