236. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/9/2017 11:01:41 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.

236.1 Files compared

# Location File Last Modified
1 PPS_N_3.0_Iter2_Build_360.zip\Unredacted\PS_PPS_ui\src\main\webapp\WEB-INF\tags pageTrail.tag Fri Jun 30 19:06:02 2017 UTC
2 PPS_N_3.0_Iter2_Build_360.zip\Unredacted\PS_PPS_ui\src\main\webapp\WEB-INF\tags pageTrail.tag Fri Jul 7 20:10:37 2017 UTC

236.2 Comparison summary

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

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

236.4 Active regular expressions

No regular expressions were active.

236.5 Comparison detail

  1   <%@ tag la nguage="ja va"%>
  2  
  3   <%@taglib  prefix="c"  uri="http ://java.su n.com/jsp/ jstl/core" %>
  4   <%@taglib 
  5       prefix ="spring" 
  6       uri="h ttp://www. springfram ework.org/ tags"%>
  7   <div class ="panel br eadcrumbs" >
  8           <s pan class= "column"> 
  9                <c:set v ar="sepera tor" value ="" />
  10                <c:forEa ch items=" ${sessionS cope['scop edTarget.p ageTrail'] .allPages} " var="pag e">
  11                    ${se perator}<c :url var=" pageUrl" v alue="${pa ge.url}" / >
  12                <a class ="pageTrai lPage" tit le="Return  to the ${ page.label } page" hr ef="${page Url}" tabi ndex="1">$ {page.labe l}</a>
  13                <c:set v ar="sepera tor" value =" &gt; "  />
  14                <c:set v ar="help"  value="${  page.roboH elpLabel } "/>
  15                    </c: forEach> 
  16           </ span> 
  17           <s pan class= "column fl oatRight">
  18                 <a class=" feedback"  target="if rame2" hre f="javascr ipt:window .open('mai lto: PII ')" tabind ex="1">Pro vide Feedb ack</a>
  19                    <ifr ame style= "display:  none" name ="iframe2" ></iframe>
  20           </ span>
  21                    <spa n class="c olumn floa tRight">
  22           <c :set value ="/ppsnHel p/help/Web Help/index .htm" var= "helpIndex "/>
  23                    <a h ref='javas cript:RH_O penHelpTop ic("${help Index}", " ${ help }. htm")' tab index="1"> Page Help< /a>                
  24           </ span>
  25   </div>