69. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/12/2018 7:40:11 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.

69.1 Files compared

# Location File Last Modified
1 AHOBPRe_v4.4.17_bld4.zip\Applications\AHOBPR_UserInterface ErrorPage.aspx.cs Tue Apr 10 16:46:47 2018 UTC
2 AHOBPRe_v4.4.17_bld4.zip\Applications\AHOBPR_UserInterface ErrorPage.aspx.cs Thu Apr 12 15:13:48 2018 UTC

69.2 Comparison summary

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

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

69.4 Active regular expressions

No regular expressions were active.

69.5 Comparison detail

  1   using Syst em;
  2  
  3   public par tial class  Error : S ystem.Web. UI.Page
  4   {
  5       protec ted void P age_Load(o bject send er, EventA rgs e)
  6       {
  7           lb l404.Visib le = (this .Request.Q ueryString ["id"] !=  null && th is.Request .QueryStri ng["id"] = = "404");
  8           lb l408.Visib le = (this .Request.Q ueryString ["id"] !=  null && th is.Request .QueryStri ng["id"] = = "408");
  9           lb l505.Visib le = (this .Request.Q ueryString ["id"] !=  null && th is.Request .QueryStri ng["id"] = = "505");
  10           if  ((this.Re quest.Quer yString["i d"] != nul l && this. Request.Qu eryString[ "id"] == " 100"))
  11           {
  12                lbl100.V isible = t rue;
  13                divError .Visible =  false;
  14           }
  15           lb lError.Vis ible = (st ring.IsNul lOrEmpty(t his.Reques t.QueryStr ing["id"]) );
  16  
  17             string con tactText =  "Email  PII                    if you exp erience an y issues w ith the AH OBPR Clini cal Portal  applicati on.";
  18  
  19           lb lContact.T ext = cont actText;
  20       }
  21  
  22       //publ ic overrid e string T opMenuName ()
  23       //{
  24       //     return str ing.Empty;
  25       //}
  26  
  27       //publ ic overrid e string M enuItemNam e()
  28       //{
  29       //     return str ing.Empty;
  30       //}
  31  
  32       //publ ic overrid e string A ppObjectCo de()
  33       //{
  34       //     return str ing.Empty;
  35       //}
  36   }