Maximum UI changes fixed

This commit is contained in:
2026-07-20 01:34:18 +05:30
parent b6c9ee4bf8
commit 46183766e5
810 changed files with 10959 additions and 62739 deletions

View File

@@ -3,11 +3,12 @@
<%@page language="java" session="true" %>
<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE html>
<html>
<head>
<head>
<script src="/matrix/js/matrix-dialog-child.js" type="text/javascript"></script>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Nimble 1.0 | Verifier Information </title>
<title>Cygnus 1.0 | Verifier Information </title>
<script language="javascript" src="/matrix/js/lib/constants.js" type="text/javascript"></script>
<script language="javascript" src="/matrix/js/jquery1.7.2.js" type="text/javascript"></script>
<script language="javascript" src="/matrix/js/ui/uifuncs.js" type="text/javascript"></script>
@@ -21,136 +22,95 @@
<link href="/matrix/css/div.css" rel="stylesheet" type="text/css" />
<link href="/matrix/css/textbox.css" rel="stylesheet" type="text/css" />
<link href="/matrix/css/select.css" rel="stylesheet" type="text/css" />
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
</head>
<body style="font-family:Tahoma;background-color:#fff;font-size:10pt">
<div id='PageFrame'>
<div id="formcontainer" style="width:393px;margin-top:10px;position:absolute;z-index:-1">
<form:form method="post" name="verifier" id="verifier" modelAttribute="verifier" >
<!-- Verifier Details (Section1) -->
<div>
<!-- Title -->
<div id='title' class="title">
<img id="icon" src="/matrix/images/verifier_list.gif" align="absmiddle" />
<span id="title" align="absmiddle">Verifier Information</span>
</div>
<!-- -->
<!-- Form (Section1) -->
<div id="FormPanel1" class="FormPanel">
<table align="center" id="FormControls" width="99%">
<tr>
<td>
<div class="widget">
<div class="lblcontainer" style="width:85px">
<font color="red">*</font>Code
</div>
<div class="inputcontainer">
<form:input path="vcode" maxlength="3" style="width:50px" onblur="validate(this,'t','AlphaNumeric')" />
</div>
</div>
<br />
<div class="widget">
<div class="lblcontainer" style="width:85px">
<font color="red">*</font>Name
</div>
<div class="inputcontainer">
<form:input path="vname" maxlength="30" style="width:250px" onblur="validate(this,'t','AlphaSpace')" />
</div>
</div>
<div class="widget">
<div class="lblcontainer" style="width:85px">
<font color="red">*</font>Mobile No
</div>
<div class="inputcontainer">
<form:input path="mobileno" maxlength="10" style="width:120px" onblur="validate(this,'t','MobileNo')" />
</div>
</div>
<div class="widget">
<div class="lblcontainer" style="width:35px">
<font color="red">*</font>Type
</div>
<div class="inputcontainer">
<div class="divselect" id="divvtype" style="width:74px;">
<form:select path="vtype" multiple="false" style="width:92px" onblur="validate(this,'t','');">
<form:option value="-1" label="SELECT" selected="true"/>
<form:option value="VER" label="VER" />
</form:select>
</div>
</div>
</div>
<div class="widget">
<div class="lblcontainer" style="width:85px">
<font color="red">*</font>Limit
</div>
<div class="inputcontainer">
<form:input path="mlimit" maxlength="4" style="width:62px" onkeypress="return NumberOnly(event)" onblur="ZeroIfBlank(this)" />
</div>
</div>
<div class="widget">
<div class="lblcontainer" style="width:125px">
<font color="red">*</font>MNimble Access
</div>
<div class="inputcontainer">
<div class="divselect" id="divmnimble" style="width:100px;">
<form:select path="simserial" multiple="false" style="width:118px" onblur="validate(this,'t','');">
<form:option value="-1" label="SELECT" selected="true"/>
<form:option value="ACTIVATE" label="ACTIVATE" />
<form:option value="DEACTIVATE" label="DEACTIVATE" />
</form:select>
</div>
</div>
</div>
<div class="widget">
<div class="lblcontainer" style="width:52px">
<font color="red">*</font>Status
</div>
<div class="inputcontainer">
<c:choose>
<c:when test="${verifier.curalloc == 0 }">
<div class="divselect" id="divactive" style="width:115px;">
<form:select path="isactive" multiple="false" style="width:133px" onblur="validate(this,'t','');">
<form:option value="-1" label="SELECT" selected="true"/>
<form:option value="1" label="Active" />
<form:option value="0" label="Left" />
</form:select>
</div>
</c:when>
<c:otherwise>
<form:hidden path="isactive"/>
<input type="text" readonly="readonly" style="width:103px" value="Active" />
</c:otherwise>
</c:choose>
</div>
</div>
</td>
</tr>
</table>
</div>
<!-- -->
</div>
<!-- -->
<form:hidden path="suuid" />
<form:hidden path="vid" />
<!-- -->
<input type="hidden" id="invalidfields" value="0" />
<input type="button" class="button" name="btnsave" style="margin-top:5px;float:right" value="Save" id="btnsave" accesskey="S" onclick="ValidateSubmitVerifier();" />
</form:form>
</div>
</div>
</body>
<link href="/matrix/css/table.css" rel="stylesheet" type="text/css" />
<link href="/matrix/css/bootstrap-5.3.8.min.css" rel="stylesheet" type="text/css" />
<link href="/matrix/css/matrix-v2.css?v=6" rel="stylesheet" type="text/css" />
<link href="/matrix/css/dialog-form-v3.css?v=1" rel="stylesheet" type="text/css" />
<script src="/matrix/js/matrix-accessibility-v1.js?v=1" defer></script>
<link href="/matrix/css/matrix-theme-v2.css?v=4" rel="stylesheet" type="text/css" />
</head>
<body class="matrix-v2 matrix-dialog-form">
<main class="matrix-dialog-form__content">
<form:form method="post" name="verifier" id="verifier" modelAttribute="verifier" >
<section class="card matrix-dialog-form__card">
<div class="card-header d-flex align-items-center gap-2">
<img src="/matrix/images/verifier_list.gif" alt="" width="16" height="16" />
<span>Verifier Information</span>
</div>
<div class="card-body">
<div class="row g-3">
<div class="col-4">
<label for="vcode" class="form-label required">Code</label>
<form:input path="vcode" maxlength="3" cssClass="form-control form-control-sm" onblur="validate(this,'t','AlphaNumeric')" />
</div>
<div class="col-8">
<label for="vname" class="form-label required">Name</label>
<form:input path="vname" maxlength="30" cssClass="form-control form-control-sm" onblur="validate(this,'t','AlphaSpace')" />
</div>
<div class="col-8">
<label for="mobileno" class="form-label required">Mobile Number</label>
<form:input path="mobileno" maxlength="10" cssClass="form-control form-control-sm" onblur="validate(this,'t','MobileNo')" />
</div>
<div class="col-4">
<label for="vtype" class="form-label required">Type</label>
<form:select path="vtype" cssClass="form-select form-select-sm" onblur="validate(this,'t','');">
<form:option value="-1" label="Select" />
<form:option value="VER" label="VER" />
</form:select>
</div>
<div class="col-4">
<label for="mlimit" class="form-label required">Limit</label>
<form:input path="mlimit" maxlength="4" cssClass="form-control form-control-sm" onkeypress="return NumberOnly(event)" onblur="ZeroIfBlank(this)" />
</div>
<div class="col-8">
<label for="simserial" class="form-label required">MNimble Access</label>
<form:select path="simserial" cssClass="form-select form-select-sm" onblur="validate(this,'t','');">
<form:option value="-1" label="Select" />
<form:option value="ACTIVATE" label="Activate" />
<form:option value="DEACTIVATE" label="Deactivate" />
</form:select>
</div>
<div class="col-6">
<label for="isactive" class="form-label required">Status</label>
<c:choose>
<c:when test="${verifier.curalloc == 0}">
<form:select path="isactive" cssClass="form-select form-select-sm" onblur="validate(this,'t','');">
<form:option value="-1" label="Select" />
<form:option value="1" label="Active" />
<form:option value="0" label="Left" />
</form:select>
</c:when>
<c:otherwise>
<form:hidden path="isactive" />
<input type="text" class="form-control form-control-sm" readonly value="Active" />
</c:otherwise>
</c:choose>
</div>
</div>
</div>
</section>
<form:hidden path="suuid" />
<form:hidden path="vid" />
<input type="hidden" id="invalidfields" value="0" />
<footer class="matrix-dialog-form__actions">
<button type="button" class="btn btn-outline-secondary btn-sm" onclick="MatrixDialog.close(0)">Cancel</button>
<button type="button" class="btn btn-primary btn-sm" name="btnsave" id="btnsave" accesskey="S" onclick="ValidateSubmitVerifier();">Save</button>
</footer>
</form:form>
</main>
</body>
<!-- Page Load Javascript -->
<script language="javascript" type="text/javascript">
centerDivBoth("formcontainer","H");
document.getElementById("vcode").focus();
document.getElementById("vcode").focus();
</script>
<!-- -->
<!-- Process Message -->
<c:if test="${not empty msg}">
<script language="javascript" type="text/javascript"> CallMessage('${msg}',3000,200,300); </script>
<c:if test="${stat==true}">
<script language="javascript" type="text/javascript">window.returnValue=1; window.close(); </script>
<script language="javascript" type="text/javascript">MatrixDialog.close(1);</script>
</c:if>
</c:if>
<!-- -->
</html>
</html>