11<%@ page language =" java" contentType =" text/html; charset=ISO-8859-1"
2- pageEncoding =" ISO-8859-1" %>
3- <%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
4- <%@ taglib prefix =" security"
5- uri =" http://www.springframework.org/security/tags" %>
6- <!DOCTYPE html>
7- <html >
8- <head >
9- <meta http-equiv =" Content-Type" content =" text/html; charset=ISO-8859-1" >
10-
11- <script src =" ../scripts/modernizr.custom.34982.js" ></script >
12-
13- <script src =" ../scripts/signing.js" ></script >
14- <script src =" ../scripts/signatureCapture.js" ></script >
15- <script
16- src =" https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js" ></script >
17- <!-- Latest compiled and minified CSS -->
18- <link rel =" stylesheet"
19- href =" https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
20- integrity =" sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
21- crossorigin =" anonymous" >
22-
23- <!-- Optional theme -->
24- <link rel =" stylesheet"
25- href =" https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css"
26- integrity =" sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r"
27- crossorigin =" anonymous" >
28-
29- <!-- Latest compiled and minified JavaScript -->
30- <script
31- src =" https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
32- integrity =" sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
33- crossorigin =" anonymous" ></script >
34-
35- <link rel =" stylesheet" type =" text/css" href =" ../css/style.css" >
36-
2+ pageEncoding =" ISO-8859-1" %>
3+ <%@ taglib uri =" http://tiles.apache.org/tags-tiles" prefix =" tiles" %>
4+ <%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
5+ <%@ taglib prefix =" form" uri =" http://www.springframework.org/tags/form" %>
6+ <%@ taglib prefix =" security" uri =" http://www.springframework.org/security/tags" %>
7+ <%@ taglib prefix =" fn" uri =" http://java.sun.com/jsp/jstl/functions" %>
8+
379<style >
3810.flex-v-center {
3911 display : flex ;
6133 }
6234 </style >
6335<title >SignOff Form</title >
64- </ head >
65- <body >
36+
37+ <body onload = " hide() " >
6638<div id =" titleCon" ><legend ><h2 >Pre-Delivery Inspection (Step 3 of 3)</h2 ></legend ></div >
6739 <div style =" margin : 2% " >
6840 <div id =" smallJum" >
11183 <input type =" hidden" name =" homeEnrollmentNumber" value =" ${ form. homeEnrollmentNumber } " />
11284 <input type =" hidden" name =" ${ _csrf. parameterName } " value =" ${ _csrf. token } " />
11385 <div class =" form-group" >
114- < input type =" submit" value =" Save" id =" btnXlg " class =" pull-right btn btn-primary" />
86+ <!-- < input type="submit" value="Save" id="btnXlg2 " class="pull-right btn btn-primary" /> -- >
11587
11688 </div >
117- </form >
89+ <!-- </form> -- >
11890 <div class =" form-group" >
11991
12092 <label for =" finalSig" class =" col-lg-3 control-label" >Designator / Purchaser's Signature</label >
12496 </div >
12597 </div >
12698
127- <div ><button id =" acc2" onclick =" accept()" class =" btn btn-primary btn-sm" >Accept</button ></div >
99+ <div ><button id =" acc2" onclick =" accept()" class =" btn btn-primary btn-sm" type = " button " >Accept</button ></div >
128100 <div id =" acc1" ></div >
129101 <br ><br >
130- <div ><button onclick =" clearSig()" id =" btnXlg" class =" btn btn-default btn-sm" >Redo</button ></div >
102+ <div ><button onclick =" clearSig()" id =" btnXlg" class =" btn btn-default btn-sm" type = " button " >Redo</button ></div >
131103
132104</div >
133- </fieldset >
105+ <!-- < /fieldset> -- >
134106</div >
135107</div >
136108 <!-- end text -->
170142
171143 <div class =" form-group" >
172144 <c:url value =" /" var =" home" />
173-
174- <a href =" ${ home } " class =" pull-right btn btn-success" id =" btnXlg" >Finish</a >
175-
145+ <input type =" submit" value =" Save and Proceed" id =" btnXlg2" class =" pull-right btn btn-success" />
146+ <!-- <a href="${home}" class="pull-right btn btn-success" id="btnXlg2">Finish</a> -->
147+ </fieldset >
148+ </form >
176149 </div >
177150
178151 <div class =" form-group" >
191164 <br />
192165 <!-- end -->
193166
194-
195-
196-
197167 </div >
198168
199-
200169 <!-- footer area -->
201-
202- </body >
203- </html >
170+ </body >
0 commit comments