- Timestamp:
- 10.11.2011 22:33:09 (6 months ago)
- File:
-
- 1 edited
-
ZMS/trunk/dtml/object/manage_page_header.dtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/dtml/object/manage_page_header.dtml
r1723 r1727 17 17 </dtml-comment> 18 18 <meta http-equiv="content-type" content="text/html; charset=<dtml-var ZMS_CHARSET>"/> 19 20 <dtml-comment>21 ################################################################################22 ### IE Compatibility Modes23 ################################################################################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>33 19 34 20 <dtml-comment>
Note: See TracChangeset
for help on using the changeset viewer.
