Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ] 

001 function returnHistory (hisname) {
002 
003 //Define contents of page
004     contents=
005     '<body bgcolor="beige">'+
006     '<IMG SRC='+
007     hisname+
008     '><p>'+
009     '<A HREF="javascript:window.close()" >'+
010     <h2>Close histo</h2> +
011     '</A>'
012 
013 //Create new Window
014 
015     options ="toolbar=0,status=0,menubar=0,scrollbars=1,resizable=1";
016     newwindow=window.open("","mywindow", options);
017     newwindow.document.write(contents);
018     newwindow.document.close();
019 
020 }
021 
022 
023 
024 

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!