156 lines
6.4 KiB
Plaintext
156 lines
6.4 KiB
Plaintext
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
|
pageEncoding="ISO-8859-1"%>
|
|
<%@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">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Nimble 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>
|
|
<script language="javascript" src="/matrix/js/lib/jsfuncs.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/ui/msgdialog.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/ui/select.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/appjs/verifier.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
|
|
|
<link href="/matrix/css/button.css" rel="stylesheet" type="text/css" />
|
|
<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>
|
|
<!-- Page Load Javascript -->
|
|
<script language="javascript" type="text/javascript">
|
|
centerDivBoth("formcontainer","H");
|
|
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>
|
|
</c:if>
|
|
</c:if>
|
|
<!-- -->
|
|
</html> |