22. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/20/2017 7:20:07 AM 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.

22.1 Files compared

# Location File Last Modified
1 CIF_MHV_2017.3.0.0_SW_Docx.zip\CIF_MHV_2017.3.0.0.zip\mhv_source\mhv_user\mhv-usermgmt-portal-portlet\src\main\webapp\views logout.xhtml Sat Jun 3 17:35:30 2017 UTC
2 CIF_MHV_2017.3.0.0_SW_Docx.zip\CIF_MHV_2017.3.0.0.zip\mhv_source\mhv_user\mhv-usermgmt-portal-portlet\src\main\webapp\views logout.xhtml Mon Jun 19 14:07:00 2017 UTC

22.2 Comparison summary

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

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

22.4 Active regular expressions

No regular expressions were active.

22.5 Comparison detail

  1   <?xml vers ion="1.0"  encoding=" UTF-8"?>
  2   <!DOCTYPE  html PUBLI C "-//W3C/ /DTD XHTML  1.0 Trans itional//E N" 
  3   "http://ww w.w3.org/T R/xhtml1/D TD/xhtml1- transition al.dtd">
  4   <html xmln s="http:// www.w3.org /1999/xhtm l"
  5           xm lns:f="htt p://java.s un.com/jsf /core"
  6           xm lns:h="htt p://java.s un.com/jsf /html"
  7           xm lns:ui="ht tp://java. sun.com/js f/facelets ">
  8         
  9       
  10      <ui:com position t emplate="/ template/l ayoutNoRig htColumn.x html">
  11         <ui: define nam e="maincon tent">
  12               <f:loadBun dle var="m sg" basena me=" DNS     .mhv.label s.login" / >
  13              <div class ="password ">
  14                           <h:form>
  15                                        <h4> w elcome  #{ loginContr oller.logi n.userId}  </h4>
  16                                        <h4> Y ou have a  <a href="# ">  </a> a ccount</h4 >
  17                                        <h4> L ast succes sful login  :</h4>
  18                                        <h4>   #{loginCon troller.lo gin.lastLo gin} </h4>
  19                                        <h:com mandButton  value="lo gout" acti on="#{logi nControlle r.logout}"  class="bt n btn btn- danger" ti tle="Logou t"/>
  20                               </h: form>
  21                      </ div>
  22              </ui:defin e>
  23      </ui:co mposition>
  24      
  25   </html>