Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

     <!DOCTYPE html> 
     <html lang="en" style="height:100%">    
         <head>
             <meta charset="utf-8" />       
             <meta name="mobile-web-app-capable" content="yes">      
             <meta name="apple-mobile-web-app-capable" content="yes">      
 
           <meta name="apple-touch-fullscreen" content="yes">       
             <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">      
             <meta http-equiv="X-UA-Compatible" content="IE=edge">    
         </head>   
         <body style="height:100%; margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px">      
             <Image Removed <script src="/lansa14/lansa_14_1_0_0/lansa.js"></Image Removed> script>      
             …     
            <Image Removed> <script>        
               (function(LANSA){        
                    if(!LANSA)\{document.write("Failed to load lansa.js");return\}             
                    LANSA.init(\{part:"dem",sys:"lansa14",lang:\{def:"ENG",code:\{"ENG":"En-US","FRA":"fr_FR","JPN":"ja-JP","LLL":"En-US"\}\}\});         
                    LANSA.showPage("XVLWEBTST");          
               }(window\["LANSA"\]))     
           < /Image Removed>script≻   <noscript>This page requires JavaScript.</noscript>
        </body> 
     </html> 

Take notice of the following lines where the system and partition qualifying information have been added into the HTML:

     <Image Removed <script src="/lansa14/lansa_14_1_0_0/lansa.js"></Image Removed>script>
     ... 
     LANSA.init(\{part:"dem",sys:"lansa14", ... 

...