637. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/10/2017 1:02:04 PM Central 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.

637.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\WAR\VixServerHealthWebApp-0.1\secure ViewVixRaw.jsp Sat Oct 1 19:34:16 2016 UTC
2 C:\AraxisMergeCompare\Pri_re\WAR\VixServerHealthWebApp-0.1\secure ViewVixRaw.jsp Thu Jul 6 17:18:59 2017 UTC

637.2 Comparison summary

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

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

637.4 Active regular expressions

No regular expressions were active.

637.5 Comparison detail

  1   <%@ page l anguage="j ava" impor t="java.ut il.*" page Encoding=" ISO-8859-1 "%>
  2   <%@ taglib  uri="http ://imaging . URL         /vix/vixSe rverHealth " prefix=" vixServerH ealth"%>
  3   <%
  4   String pat h = reques t.getConte xtPath();
  5   String bas ePath = re quest.getS cheme()+": //"+reques t.getServe rName()+": "+request. getServerP ort()+path +"/";
  6   String sit eNumber =  request.ge tParameter ("siteNumb er");
  7   %>
  8  
  9   <!DOCTYPE  HTML PUBLI C "-//W3C/ /DTD HTML  4.01 Trans itional//E N">
  10   <html>
  11     <head>
  12       <title >View VIX  Health Raw </title>
  13       
  14           <m eta http-e quiv="prag ma" conten t="no-cach e">
  15           <m eta http-e quiv="cach e-control"  content=" no-cache">
  16           <m eta http-e quiv="expi res" conte nt="0">     
  17           <m eta http-e quiv="keyw ords" cont ent="keywo rd1,keywor d2,keyword 3">
  18           <m eta http-e quiv="desc ription" c ontent="Th is is my p age">
  19           <l ink rel="s tylesheet"  type="tex t/css" hre f="../styl e/vix.css" >
  20     </head>
  21     
  22     <body>
  23           
  24           <v ixServerHe alth:VixSe rverHealth ViewTag si teNumber=" <%= siteNu mber %>">
  25                    <div  id="heade r">
  26                             <vixSe rverHealth :VixSiteNa me />
  27                    </di v>
  28                    <div  id="conte nt">
  29                             <div i d="sidebar ">
  30                                      <div id= "sidebar-i tem">
  31                                               <b>VIX Cur rent Time: </b>
  32                                               <br />
  33                                               <vixServer Health:Vix ServerCurr entTime />
  34                                               <br />
  35                                               <a href="V iewVix.jsp ?siteNumbe r=<%= site Number %>" >View VIX< /a>
  36                                      </div>
  37                             </div>
  38                             <div i d="main-co ntent">
  39                             <table  border="1 ">
  40                                      <tr>
  41                                               <th>Key</t h>
  42                                               <th>Value< /th>
  43                                      </tr>
  44                                      <vixServ erHealth:V ixServerHe althViewAt tributeCol lectionTag >
  45                                               <tr>
  46                                                       <t d><vixServ erHealth:A ttributeKe y /></td>
  47                                                       <t d><vixServ erHealth:A ttributeVa lue /></td >
  48                                               </tr>                     
  49                                      </vixSer verHealth: VixServerH ealthViewA ttributeCo llectionTa g>             
  50                             </tabl e>
  51                             </div>
  52                    </di v>
  53           <j sp:include  flush="fa lse" page= "../footer .html"></j sp:include >         
  54       </vixS erverHealt h:VixServe rHealthVie wTag>
  55     </body>
  56   </html>