68. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/9/2017 4:31:05 PM Central 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.

68.1 Files compared

# Location File Last Modified
1 PPS-N_B397.zip\PPS-N_B397\PPS-N_B397\PS_PPS_ui\src\main\webapp\WEB-INF\tags pageTrail.tag Thu Nov 9 15:06:30 2017 UTC
2 PPS-N_B397.zip\PPS-N_B397\PPS-N_B397\PS_PPS_ui\src\main\webapp\WEB-INF\tags pageTrail.tag Thu Nov 9 21:17:05 2017 UTC

68.2 Comparison summary

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

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

68.4 Active regular expressions

No regular expressions were active.

68.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                <%-- Thi s seems to  be using  an undocum ented Spri ng naming  convention  to lookup  the PageT rail here.  --%>
  11                <c:forEa ch items=" ${sessionS cope['scop edTarget.p ageTrail'] .allPages} " var="pag e">
  12                    ${se perator}<c :url var=" pageUrl" v alue="${pa ge.url}" / >
  13                <a class ="pageTrai lPage" tit le="Return  to the ${ page.label } page" hr ef="${page Url}" tabi ndex="1">$ {page.labe l}</a>
  14                <c:set v ar="sepera tor" value =" &gt; "  />
  15                
  16                <%-- Sav e the Robo Help page  name for u se below.  --%>
  17                <c:set v ar="help"  value="${  page.roboH elpLabel } "/>
  18                    </c: forEach> 
  19           </ span> 
  20           <s pan class= "column fl oatRight">
  21                 <a class=" feedback"  target="if rame2" hre f="javascr ipt:window .open('mai lto: EMAIL_REDA CTE D
')" tabind ex="1">Pro vide Feedb ack</a>
  22                    <ifr ame style= "display:  none" name ="iframe2" ></iframe>
  23           </ span>
  24                    <spa n class="c olumn floa tRight">
  25           <c :set value ="/ppsnHel p/help/Web Help/index .htm" var= "helpIndex "/>
  26                    <a h ref='javas cript:RH_O penHelpTop ic("${help Index}", " ${ help }. htm")' tab index="1"> Page Help< /a>                
  27           </ span>
  28   </div>