Geo SCADA Knowledge Base
Access vast amounts of technical know-how and pro tips from our community of Geo SCADA experts.
Link copied. Please paste this link to share this article on your social media post.
Originally published on Geo SCADA Knowledge Base by Anonymous user | June 09, 2021 05:34 PM
📖 Home Back
It is possible to modify the layout of the pages shown in WebX by modifying the XML sylesheets on the server. The most common request in this area is to remove the existing header and/or to allow more space for the page ActiveX control on lower resolution monitors.
Standard WebX Layout | Modified WebX Layout to hide the header and footer |
Note: Changing the style sheet may affect compatibility when upgrading or repairing an installation of your system. This means that you may need to make the changes to the style sheet again after an upgrade or repair.
If you move the style sheet to a new location, an upgrade or installation repair will result in a new style sheet being added to the original location of the style sheet. So, following an upgrade or installation repair, you may experience problems on the web server. You will need to copy the style sheet from the old location to the new location and then re-apply the changes to it.
For versions of ClearSCADA 2007 R1, 2009 R1 and 2009 R2, alter the stylesheets so that the header is not shown on the WebX client by performing the following steps:
<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">
<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">
<tr> <td class="Header" valign="top" width="314"><a href="http://www.controlmicrosystems.com"><img src="/file/images/headerleft.png" width="100%" height="50" border="0"/></a></td> <td class="Header" valign="top" width="*"><img src="/file/images/headermid.png" border="0" width="100%" height="50"/></td> <td class="Header" valign="top" width="436" align="right"><img src="/file/images/headerright.png" width="436" height="50" border="0"/></td> </tr>
When you run the WebX client, the headers should now be removed. Removing FooterClearSCADA 2007 R1, 2009 R1 and 2009 R2 (and Service Packs)For versions of ClearSCADA 2007 R1, 2009 R1 and 2009 R2, alter the stylesheets so that the footer is not shown on the WebX client by performing the following steps:
<table id="Footer" class="menuBar" border="0" cellspacing="0" cellpadding="0" width="100%" style="TABLE-LAYOUT:fixed">
with:
<table id="Footer" class="menuBar" border="0" cellspacing="0" cellpadding="0" width="100%" style="TABLE-LAYOUT:fixed; display:none">
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.