{}

Våra varumärken

Impact-Company-Logo-English Black-01-177x54

Välkommen till Schneider Electrics webbplats

Välkommen till vår webbplats.
Hur kan vi hjälpa dig idag?
How to modify Original WebX to remove the Header or Footer
DISCLAIMER

The example below is intended to demonstrate one or more features or methods and is presented as a configuration example only. Schneider Electric assumes no liability for the use or application of this example or any portion thereof.

The end user may want to remove the standard Header or Footer from the Original WebX pages:

Removing Header

  • Locate the 'layout.xsl' style sheet file in your installation ("C:\Program Files\Schneider Electric\ClearSCADA\WWW\XSL" by default);
  • Open the 'layout.xsl' file in a program that allows you to edit text, such as Notepad;
  • Replace the following line in the 'layout.xsl' file:
    <table id="Header" class="Header" border="0" cellspacing="0" cellpadding="0" width="100%">
    

    with:

    <table id="Header" class="Header" border="0" cellspacing="0" cellpadding="0" width="100%" style="display:none">
    
  • Save the changes you have made;
  • Clear your browser's cache.

Removing Footer

    • Locate the 'layout.xsl' style sheet file in your installation ("C:\Program Files\Schneider Electric\ClearSCADA\WWW\XSL" by default);
    • Open the 'layout.xsl' file in a program that allows you to edit text, such as Notepad.
    • Replace the following line in the 'layout.xsl' file:
      <table id="Footer" class="Footer" border="0" cellspacing="0" cellpadding="0" width="100%" style="TABLE-LAYOUT:fixed">
      

      with:

      <table id="Footer" class="Footer" border="0" cellspacing="0" cellpadding="0" width="100%" style="TABLE-LAYOUT:fixed; display:none">
    • Save the changes you have made;
    • Clear your browser's cache.

    Note: Any changes on the original WebX files will be overwritten by an upgrade. You may want to save the modified files on a safe place so you can reuse them after an upgrade.

    Schneider Electric Sverige