Changeset 9161a3 in indico


Ignore:
Timestamp:
02/04/10 18:43:18 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
0d29a2
Parents:
f6c76f
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (02/04/10 17:58:52)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (02/04/10 18:43:18)
Message:

[FIX] IE8 standards mode forced

  • it wasn't working due to the order of the META tags;
  • fixes #50;
Location:
indico/MaKaC/webinterface
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/stylesheets/include/indico.xsl

    r40fafb r9161a3  
    277277            </em> 
    278278          </xsl:if> 
     279 
     280          <xsl:if 
     281            test="count(./location) != 0 and normalize-space(string(../location)) != normalize-space(string(./location))" 
     282            > 
     283            <span style="margin-left: 15px;">( 
     284            <xsl:apply-templates select="./location"> 
     285              <xsl:with-param name="span"/> 
     286            </xsl:apply-templates>)</span> 
     287          </xsl:if> 
     288 
     289 
    279290      </span> 
    280291 
     
    325336            </tr> 
    326337          </xsl:if> 
    327  
    328           <xsl:if 
    329             test="count(./location) != 0 and normalize-space(string(../location)) != normalize-space(string(./location))" 
    330             > (<xsl:apply-templates select="./location"> 
    331               <xsl:with-param name="span"/> 
    332             </xsl:apply-templates>) </xsl:if> 
    333338 
    334339        </tbody> 
  • indico/MaKaC/webinterface/tpls/HTMLHeader.tpl

    rd50f2e r9161a3  
    11<% declareTemplate(newTemplateStyle=True) %> 
    22 
    3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
     3<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
     4            "http://www.w3.org/TR/html4/loose.dtd"> 
    45<html> 
    56    <head> 
    67        <title><%= page._getTitle() %><%= area %></title> 
     8        <meta http-equiv="X-UA-Compatible" content="IE=8" /> 
     9 
    710        <link rel="shortcut icon" type="image/x-icon" href="<%= systemIcon('addressBarIcon') %>"> 
    811        <link rel="stylesheet" type="text/css" href="<%= baseurl %>/css/<%= stylesheet %>"> 
     
    1013 
    1114        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
    12         <meta http-equiv="X-UA-Compatible" content="IE=8" /> 
    1315 
    1416        <script type="text/javascript"> 
Note: See TracChangeset for help on using the changeset viewer.