Changeset 1727 for ZMS


Ignore:
Timestamp:
10.11.2011 22:33:09 (6 months ago)
Author:
zmsdev
Message:

removed support for IE Compatibility Modes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/dtml/object/manage_page_header.dtml

    r1723 r1727  
    1717</dtml-comment> 
    1818<meta http-equiv="content-type" content="text/html; charset=<dtml-var ZMS_CHARSET>"/> 
    19  
    20 <dtml-comment> 
    21 ################################################################################ 
    22 ### IE Compatibility Modes 
    23 ################################################################################ 
    24 </dtml-comment> 
    25 <dtml-if "HTTP_USER_AGENT.find('MSIE 8.0')>=0"> 
    26  <meta http-equiv="X-UA-Compatible" content="IE=8" /> 
    27 <dtml-elif "HTTP_USER_AGENT.find('MSIE 9.0')>=0"> 
    28  <meta http-equiv="X-UA-Compatible" content="IE=9" /> 
    29 <dtml-else> 
    30  <dtml-comment> IE 7 Compatibility Mode </dtml-comment> 
    31  <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> 
    32 </dtml-if> 
    3319 
    3420<dtml-comment> 
Note: See TracChangeset for help on using the changeset viewer.