125 lines
5.9 KiB
Plaintext
125 lines
5.9 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" %>
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
|
<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<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/progressbar.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/colony.js" type="text/javascript"></script>
|
|
<script language="javascript" src="/matrix/js/validator.js" type="text/javascript"></script>
|
|
|
|
<link href="/matrix/css/matrix.css" rel="stylesheet" type="text/css" />
|
|
<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" />
|
|
<title>Cygnus 1.0 | Field Allocation</title>
|
|
<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/matrix-shell-v2.css?v=7" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/tool-workspace-v3.css?v=2" rel="stylesheet" type="text/css" />
|
|
<link href="/matrix/css/case-operations-v1.css?v=1" rel="stylesheet" type="text/css" />
|
|
<script src="/matrix/js/bootstrap-5.3.8.bundle.min.js" defer></script>
|
|
<script src="/matrix/js/matrix-shell-v2.js" defer></script>
|
|
<link href="/matrix/css/matrix-frame-dialog.css?v=6" rel="stylesheet" type="text/css" />
|
|
<script src="/matrix/js/matrix-frame-dialog.js?v=2" defer></script>
|
|
<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-shell matrix-tool-workspace matrix-case-operations matrix-field-allocation">
|
|
<div id='PageFrame'>
|
|
<%@ include file="/WEB-INF/app/fragments/app-shell-header.jspf" %>
|
|
<%-- Shared shell owns ${Sessvals.menuHtml}. --%>
|
|
<div id="formcontainer" class="matrix-tool-workspace__content" style="max-width:900px">
|
|
<form:form method="post" name="colony" id="colony" modelAttribute="beltAlloc" >
|
|
<!-- Common Details (Section1) Visible for all portfolios-->
|
|
<div>
|
|
<!-- Title -->
|
|
<div class="title">
|
|
<img class="matrix-title-icon" src="/matrix/images/sms.png" align="absmiddle" />
|
|
<span class="matrix-title-text" align="absmiddle">Colony Allocation</span>
|
|
<img class="matrix-title-action" src="/matrix/images/reload.png" title="Refresh Grid" onclick="SubmitForm('colony','_parent','beltAlloc')"/>
|
|
</div>
|
|
<!-- -->
|
|
<div id="FormPanel" class="FormPanel">
|
|
<table align="center" style="width:98%;border:1px solid #a7abb4" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
<div id="crtverdiv" class="linkbutton" style="float:right" >Create Verifier</div>
|
|
<div id="crtcoldiv" class="linkbutton" style="float:right" >Create Colony</div>
|
|
<div id="crtbeltdiv" class="linkbutton" style="float:right" >Create Belt</div>
|
|
<div id="trsbothdiv" class="linkbutton" style="float:right" >Allocate Belt</div>
|
|
<div id="trscoldiv" class="linkbutton" style="float:right" >Transfer Colony</div>
|
|
<div id="trsverdiv" class="linkbutton" style="float:right" >Transfer Verifier</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div class="widget">
|
|
<div class="lblcontainer">
|
|
Belt
|
|
</div>
|
|
<div class="inputcontainer">
|
|
<div class="divselect" id="divbelt" style="width:200px;">
|
|
<select name="beltlist" id="beltlist" style="width:218px" >
|
|
<option value="-1" selected>NA</option>
|
|
<c:forEach items="${beltlist}" var="belt">
|
|
<option value="${belt[0]}" >${belt[1]}</option>
|
|
</c:forEach>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div id="TablePanel" class="tableContainer">
|
|
<table border="0" cellspacing="0" width="100%" id="collist">
|
|
<thead class="thead" id="collisthead">
|
|
<tr title="Row Title" id="TitleRow">
|
|
<td width="6%" id="sno">S.No</td>
|
|
<td width="35%">Colony</td>
|
|
<td>Zone</td>
|
|
<td>City</td>
|
|
<td>Belt</td>
|
|
<td>Verifier</td>
|
|
<td><input type="checkbox" id="chkparent" value="" onclick="ToggleChecks('chkcol',this.checked);"></td>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="collistbody" class="scrollContent">
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</form:form>
|
|
<input type="hidden" id="hfusr" value="${Sessvals.getUserID()}" />
|
|
<input type="hidden" value="" id="hfdelstat" />
|
|
</div>
|
|
<input type="hidden" id="invalidfields" value="0" />
|
|
<input type="hidden" id="usid" value="${Sessvals.getUserID()}" />
|
|
</div>
|
|
</body>
|
|
<!-- Page Load Javascript -->
|
|
<script language="javascript" type="text/javascript">
|
|
</script>
|
|
<!-- -->
|
|
<!-- Process Message -->
|
|
<c:if test="${not empty optrAlloc.getErrMsg()}">
|
|
<script language="javascript" type="text/javascript"> CallMessage('${colAlloc.getErrMsg()}',3000,200,300); </script>
|
|
</c:if>
|
|
<!-- -->
|
|
</html>
|