Produced by Araxis Merge on 6/9/2017 3:51:42 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Fri Jun 9 19:51:42 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-web\src\main\webapp\WEB-INF\web | import.jsp | Fri Apr 21 20:15:58 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 130 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <%-- | |||||
| 2 | Docume nt : Bat ch Announc ements Upl oad | |||||
| 3 | Create d By : Nus rath Moham med | |||||
| 4 | --%> | |||||
| 5 | ||||||
| 6 | <%@page im port="gov. va.nvap.we b.user.Use rHelper"%> | |||||
| 7 | <%@page co ntentType= "text/html " pageEnco ding="UTF- 8"%> | |||||
| 8 | <%@taglib uri="http: //java.sun .com/jsp/j stl/core" prefix="c" %> | |||||
| 9 | <%@taglib uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt "%> | |||||
| 10 | <%@taglib tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"% > | |||||
| 11 | <%@taglib tagdir="/W EB-INF/tag s/date" pr efix="date "%> | |||||
| 12 | ||||||
| 13 | <% | |||||
| 14 | String userName = UserHelp er.getUser Name(reque st); | |||||
| 15 | %> | |||||
| 16 | ||||||
| 17 | <!DOCTYPE HTML PUBLI C "-//W3C/ /DTD HTML 4.01 Trans itional//E N" | |||||
| 18 | "http: //www.w3.o rg/TR/html 4/loose.dt d"> | |||||
| 19 | ||||||
| 20 | <html lang ="en"> | |||||
| 21 | <head> | |||||
| 22 | <title>Vet erans Auth orization & Preferen ces Batch Announceme nts Upload </title> | |||||
| 23 | <SCRIPT LA NGUAGE="Ja vaScript"> | |||||
| 24 | ||||||
| 25 | function c heckfile(s ender) { | |||||
| 26 | var va lidExts = new Array( ".xlsx", " .xls", ".c sv"); | |||||
| 27 | var fi leExt = se nder.value ; | |||||
| 28 | fileEx t = fileEx t.substrin g(fileExt. lastIndexO f('.')); | |||||
| 29 | if (va lidExts.in dexOf(file Ext) < 0) { | |||||
| 30 | aler t("Invalid file sele cted, vali d files ar e of " + | |||||
| 31 | valid Exts.toStr ing() + " types."); | |||||
| 32 | docu ment.getEl ementById( "next").di sabled = t rue; | |||||
| 33 | retu rn false; | |||||
| 34 | } | |||||
| 35 | else { | |||||
| 36 | docume nt.getElem entById("n ext").disa bled = fal se; | |||||
| 37 | return true; | |||||
| 38 | } | |||||
| 39 | ||||||
| 40 | ||||||
| 41 | } | |||||
| 42 | ||||||
| 43 | function c heckFilled () { | |||||
| 44 | var filled = 0 | |||||
| 45 | var x = do cument.bat chAnnounce mentsUploa dForm.file Name.value ; | |||||
| 46 | x = x.repl ace(/^\s+/ ,""); // strip lead ing spaces | |||||
| 47 | if (x.leng th > 0) {f illed ++} | |||||
| 48 | ||||||
| 49 | if (filled == 1) { | |||||
| 50 | document.g etElementB yId("next" ).disabled = false; | |||||
| 51 | } | |||||
| 52 | else {docu ment.getEl ementById( "next").di sabled = t rue} // i n case a f ield is fi lled then erased | |||||
| 53 | ||||||
| 54 | } | |||||
| 55 | ||||||
| 56 | ||||||
| 57 | </SCRIPT> | |||||
| 58 | <jsp:inclu de page="m etaCommon. jsp"/> | |||||
| 59 | </head> | |||||
| 60 | <body onlo ad="setFoc us(batchAn nouncement sUploadFor m.fileName )"> | |||||
| 61 | <j sp:include page="hea der.jsp"> | |||||
| 62 | <j sp:param n ame="userN ame" value ="<%=userN ame%>" /> | |||||
| 63 | </jsp: include> | |||||
| 64 | <t able borde r="0" cell padding="0 " cellspac ing="0" wi dth="100%" | |||||
| 65 | summ ary="table is used f or layout purposes" id="main-c ontent-tab le"> | |||||
| 66 | <tbo dy> | |||||
| 67 | <tr> | |||||
| 68 | <jsp:inc lude page= "leftMenu. jsp"> | |||||
| 69 | <jsp:param name="use rName" val ue="<%=use rName%>" / > | |||||
| 70 | </js p:include> | |||||
| 71 | <td id=" content-va "><a name= "content-a rea"></a> <!-- START : SITE NAM E BAR --> | |||||
| 72 | <p class=" title-bar" > | |||||
| 73 | <! -- START: SITE NAME --> | |||||
| 74 | Up load Batch es | |||||
| 75 | <! -- END: SI TE NAME -- > | |||||
| 76 | </p> <cpp: errors /> <!-- END: SITE NAME BAR --> | |||||
| 77 | <table bor der="0" ce llpadding= "0" cellsp acing="0" width="100 %" | |||||
| 78 | su mmary="tab le is used for layou t purposes "> | |||||
| 79 | <t body> | |||||
| 80 | <tr> | |||||
| 81 | <td id ="content- main"> | |||||
| 82 | <table w idth="100% " | |||||
| 83 | summary="T his table is used fo r layout p urposes"> | |||||
| 84 | <!-- START : PAGE TIT LE AREA -- > | |||||
| 85 | <!-- END: PAGE TITLE AREA --> | |||||
| 86 | <tr> | |||||
| 87 | <t d> | |||||
| 88 | <!-- START: PA GE CONTENT --> | |||||
| 89 | <tab le SUMMARY ="This tab le is for formatting purposes only."> | |||||
| 90 | <tbody > | |||||
| 91 | ||||||
| 92 | <tr> | |||||
| 93 | <td> | |||||
| 94 | <d iv class=" form-conta iner"> | |||||
| 95 | <for m name="ba tchAnnounc ementsUplo adForm" | |||||
| 96 | action ="BatchAnn ouncements Upload.do_ sec" metho d="POST" | |||||
| 97 | onsubm it="return doSubmit( this)"> | |||||
| 98 | <field set> | |||||
| 99 | <legend> Upload Det ails</lege nd> | |||||
| 100 | <div> | |||||
| 101 | <label for ="fileName ">File Nam e</label> | |||||
| 102 | <input typ e="file" i d="fileNam e" name="f ileName" s ize="60" o nchange="c heckfile(t his);"/> | |||||
| 103 | | |||||
| 104 | </div> | |||||
| 105 | ||||||
| 106 | <div cla ss="button row"> | |||||
| 107 | <input nam e="next" i d="next" a lt="Next" class="but ton" type= "submit" d isabled="d isabled" | |||||
| 108 | va lue="Next" /> | |||||
| 109 | </div> | |||||
| 110 | </fiel dset> | |||||
| 111 | </fo rm> | |||||
| 112 | </ div> | |||||
| 113 | </td> | |||||
| 114 | </tr> | |||||
| 115 | </tbod y> | |||||
| 116 | </ta ble> <!-- THE BODY C ONTENT END --> | |||||
| 117 | </ td> | |||||
| 118 | </tr> | |||||
| 119 | </table> | |||||
| 120 | </td> | |||||
| 121 | </tr > | |||||
| 122 | </ tbody> | |||||
| 123 | </table> < !-- START: PAGE FOOT ER --> <%@ include fi le="footer .jsp"%> | |||||
| 124 | <!-- END: PAGE FOOTE R --> <!-- END: PAGE CONTENT - -> | |||||
| 125 | </td> | |||||
| 126 | </tr> | |||||
| 127 | </tb ody> | |||||
| 128 | </ table> | |||||
| 129 | </body> | |||||
| 130 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.