451. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/13/2018 10:35:36 AM Eastern Standard 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.

451.1 Files compared

# Location File Last Modified
1 v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\webapp\views manageUsersSearch.jsp Fri Dec 7 17:34:36 2018 UTC
2 v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\webapp\views manageUsersSearch.jsp Thu Dec 13 15:12:29 2018 UTC

451.2 Comparison summary

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

451.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

451.4 Active regular expressions

No regular expressions were active.

451.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%')
  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"/>
  26                    </di v>
  27                    
  28                    <div  id="orCon tainer">
  29                             <p>OR< /p>
  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" />
  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                    <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())" />
  44                    
  45                    <inp ut type="b utton" cla ss="button " title="R eset" valu e="Reset"  onclick="j avascript: resetForm( )" />
  46                    <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" />        
  47  
  48   </form:for m>