added composer files and installed vendor packages. Also modified xsls to display base project

This commit is contained in:
2026-08-09 09:59:37 -04:00
parent 53cd5430ee
commit 2d96a7b6e5
2142 changed files with 569661 additions and 240 deletions
+12 -12
View File
@@ -4,8 +4,8 @@
<xsl:output method="html" encoding="utf-8" indent="yes"/>
<!-- Parameters -->
<xsl:param name="APPLICATION_NAME">DEC Data Manager</xsl:param>
<xsl:param name="PAGE_TITLE">DEC Data Manager Sign In</xsl:param>
<xsl:param name="APPLICATION_NAME">Base Project Template</xsl:param>
<xsl:param name="PAGE_TITLE">Base Project Template Sign In</xsl:param>
<xsl:param name="FORM_NAME">signIn</xsl:param>
<xsl:param name="BTN_SUBMIT"/>
<xsl:param name="BTN_RESET_PASSWORD">?Xaction=resetpassword</xsl:param>
@@ -26,7 +26,7 @@
<xsl:value-of select="$APPLICATION_NAME"/>
</title>
<link rel="icon" type="image/x-icon" href="images/dec-international-logo.png"/>
<link rel="icon" type="image/x-icon" href="images/baseproject-logo.png"/>
<link href="css/themes/Sandstone/bootstrap.min.css?version={$VERSION}" rel="stylesheet"/>
<link href="css/bootstrap-icons.min.css?version={$VERSION}" rel="stylesheet"/>
@@ -45,19 +45,19 @@
<div class="card-body p-4">
<div class="text-center mb-4">
<img src="images/dec-international-logo.png"
alt="DEC International"
class="mb-3"
style="max-width: 90px;"/>
<div class="text-center mb-2">
<img src="images/baseproject-logo.png"
alt="Base Project Logo"
class="mb-1"
style="max-width: 200px;"/>
<h1 class="h5 fw-bold mb-1">
<!-- <h1 class="h5 fw-bold mb-1">
<xsl:value-of select="$PAGE_TITLE"/>
</h1>
</h1>-->
<div class="text-muted small">
<!-- <div class="text-muted small">
Please sign in to continue
</div>
</div>-->
</div>
<xsl:if test="$INVALID_SIGNIN = 'TRUE'">