39. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/8/2017 4:09:51 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.

39.1 Files compared

# Location File Last Modified
1 Purch Care Auth Compliance P3.zip\arpsMaster\src\main\webapp\WEB-INF\pages header.jsp Thu Dec 8 20:26:54 2016 UTC
2 Purch Care Auth Compliance P3.zip\arpsMaster\src\main\webapp\WEB-INF\pages header.jsp Tue Aug 8 18:40:39 2017 UTC

39.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 90
Changed 2 10
Inserted 0 0
Removed 0 0

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

39.4 Active regular expressions

No regular expressions were active.

39.5 Comparison detail

  1   <%@ taglib  prefix="s pring" uri ="http://w ww.springf ramework.o rg/tags" % >
  2   <%@ taglib  prefix="s ec" uri="h ttp://www. springfram ework.org/ security/t ags" %>
  3  
  4   <head>
  5   <meta char set="UTF-8 ">
  6   <meta http -equiv="X- UA-Compati ble" conte nt="IE=edg e">
  7   <meta name ="viewport " content= "width=dev ice-width,  initial-s cale=1.0">
  8  
  9   <title>Aut horization  Request P rocessing  System</ti tle>
  10   <link href ="http://w ww.va.gov/ favicon.ic o" rel="sh ortcut ico n" type="i mage/x-ico n" />
  11  
  12  
  13   <!-- <link  href="htt ps:// DNS . URL         /Applicati onTemplate /css/site. css" rel=" stylesheet "> -->
  14   <!-- <link  href="htt ps:// DNS . URL         /Applicati onTemplate /css/gridV iew.css" r el="styles heet"> -->
  15   <!-- <link  href="htt ps:// DNS . URL         /Applicati onTemplate /css/menu. css" rel=" stylesheet "> -->
  16   <!-- <link  href="htt ps:// DNS . URL         /Applicati onTemplate /css/theme s/cbopc/jq uery.ui.al l.css" rel ="styleshe et"> -->
  17  
  18  
  19   <link rel= "styleshee t" type="t ext/css" h ref="${pag eContext.r equest.con textPath}/ resources/ css/bootst rap.min.cs s">
  20   <link rel= "styleshee t" type="t ext/css" h ref="${pag eContext.r equest.con textPath}/ resources/ css/style. css">
  21   <link rel= "styleshee t" href="$ {pageConte xt.request .contextPa th}/resour ces/css/da tatables/j query.data Tables.min .css">
  22   <link rel= "styleshee t" href="h ttps://cdn .datatable s.net/1.10 .12/css/jq uery.dataT ables.min. css">
  23   <link href ="https:// DNS . URL         /Applicati onTemplate /css/cbopc _stock.css " rel="sty lesheet"/>
  24  
  25   <script sr c="https:/ /ajax.goog leapis.com /ajax/libs /jquery/1. 11.1/jquer y.min.js"> </script>
  26   <script sr c="https:/ /maxcdn.bo otstrapcdn .com/boots trap/3.3.6 /js/bootst rap.min.js "></script >
  27   <script sr c="https:/ /cdnjs.clo udflare.co m/ajax/lib s/handleba rs.js/4.0. 5/handleba rs.min.js" ></script>
  28  
  29   <script sr c="https:/ /cdn.datat ables.net/ 1.10.11/js /jquery.da taTables.m in.js"></s cript>
  30  
  31  
  32   <%@ includ e file=".. /pages/Tem plates/pat ientInfo_t emplate.ht ml"%> 
  33   <%@ includ e file=".. /pages/Tem plates/car eRequested _template. html"%>
  34   <%@ includ e file=".. /pages/Tem plates/ser vices_temp late.html" %> 
  35   <%@ includ e file=".. /pages/Tem plates/pat ientOther_ template.h tml"%> 
  36  
  37   <header>
  38   <div class ="content- wrapper">
  39                    <div  class="fl oat-left">                      
  40                         <p class=" site-title ">
  41                             <img s rc="${page Context.re quest.cont extPath}/r esources/i mg/CBOPC_L ogo.png" a lt="CBOPC  Logo" /><b r />
  42                             <a hre f="" >Auth orization  Request Pr ocessing S ystem</a>                   
  43                    </p>
  44                    </di v>
  45   </div>
  46   </header>
  47           
  48   </head>
  49    
  50