431. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/11/2019 10:54:36 AM 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.

431.1 Files compared

# Location File Last Modified
1 HTRE_P3_v14.5_iter_4_build_14.zip\webapp\views manageUsersSearch.jsp Wed May 29 15:26:18 2019 UTC
2 HTRE_P3_v14.5_iter_4_build_14.zip\webapp\views manageUsersSearch.jsp Mon Jun 10 19:23:15 2019 UTC

431.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 120
Changed 1 2
Inserted 0 0
Removed 0 0

431.3 Comparison options

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

431.4 Active regular expressions

No regular expressions were active.

431.5 Comparison detail

  1   <%@ includ e file="in c_header.j sp"%>
  2  
  3  
  4   <script ty pe="text/j avascript"  src="js/m anageUsers Search.js" ></script>
  5   <%@ includ e file="in c_errors.j sp" %>
  6   <link rel= "styleshee t" href="c ss/manageu sers.css">
  7   <form:form  method="g et" action ="manageUs ersSearchF orm.html"  commandNam e="command "  onsubmi t="return  validateFo rm()">
  8                    
  9                    <c:i f test="${ showNoReco rdsError}" >
  10                             <div i d="noUsers FoundError Wrapper" c lass="noUs ersErrorBl ock noUser sError">
  11                                      <span cl ass="noUse rsError" t abindex="0 ">Error Me ssage(s):< /span>
  12                                      <ul id=" errorList" >              
  13                                               <li class= "noUsersEr ror" tabin dex="0"><s pan tabind ex="0">Use r not foun d, Invalid  User Id o r Name.</s pan></li>
  14                                      </ul>
  15                             </div>
  16                    </c: if>
  17  
  18                    <p i d="instruc tionText"  tabindex=" 0">
  19                     Please ent er one of  the follow ing to sea rch for th e user: Us er ID (i.e . ' DNS ') OR user 's full La st Name (' Smith') OR  user's fu ll Last Na me, and fu ll or part ial First  Name + '%'  ('Smith'  and 'Jo%')  OR a VISN  to view t he approve d or pendi ng users i n that VIS N
  20                    </p>
  21                    
  22                    <div  id="userI dContainer ">
  23                             <label  for="idIn put">User  ID:</label >
  24                             <h2 cl ass="requi red">*</h2 >
  25                             <form: input id=" idInput" p ath="id" t itle="Entr y Required  If Not En tering Las t Name or  VISN"/>
  26                    </di v>
  27                    
  28                    <div  id="orCon tainer">
  29                             <label  tabindex= "0">OR</la bel>
  30                    </di v>
  31                    
  32                    <div  id="lastN ameContain er">
  33                             <label  for="last NameInput" >Last Name :</label>
  34                             <h2 cl ass="requi red">*</h2 >
  35                             <form: input id=" lastNameIn put" path= "lastName"  title="En try Requir ed If Not  Entering U ser Id or  VISN" />
  36                    </di v>
  37                    
  38                    <div  id="first NameContai ner">
  39                             <label  for="firs tNameInput ">First Na me:</label
  40                             <form: input id=" firstNameI nput" path ="firstNam e"/>
  41                    </di v>
  42                    
  43                    <div  id="orCon tainer">
  44                             <label  tabindex= "0">OR</la bel>
  45                    </di v>
  46                    
  47                    <div  id="visnC ontainer">
  48                             <Label  for="visn Input">VIS N:</Label>
  49                             <h2 cl ass="requi red">*</h2 >
  50                             <form: select pat h="selecte dVisn" id= "visnInput " title="E ntry Requi red If Not  Entering  User Id or  Last Name ">
  51                                      <form:op tion value ="-1" labe l="Select  VISN" alt= "Select VI SN Entry R equired If  Not Enter ing User I d or Last  Name"/>
  52                                      <form:op tions item s="${visns }"/>
  53                             </form :select>
  54                    </di v>
  55                    
  56                    <inp ut type="s ubmit" cla ss="button " id="sear ch" value  = "Search"  name="Sea rch" tabIn dex="0" on click="ret urn(valida teForm())" />
  57                    
  58                    <inp ut type="b utton" cla ss="button " title="R eset" valu e="Reset"  onclick="j avascript: resetForm( )" />
  59                    <inp ut type="b utton" cla ss="button " title="C ancel" onc lick="java script:doc ument.loca tion.href= 'home.html '" value=" Cancel" ta bIndex="0" />        
  60  
  61   </form:for m>