Changeset 9161a3 in indico
- Timestamp:
- 02/04/10 18:43:18 (3 years ago)
- 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)
- Location:
- indico/MaKaC/webinterface
- Files:
-
- 2 edited
-
stylesheets/include/indico.xsl (modified) (2 diffs)
-
tpls/HTMLHeader.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/stylesheets/include/indico.xsl
r40fafb r9161a3 277 277 </em> 278 278 </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 279 290 </span> 280 291 … … 325 336 </tr> 326 337 </xsl:if> 327 328 <xsl:if329 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>333 338 334 339 </tbody> -
indico/MaKaC/webinterface/tpls/HTMLHeader.tpl
rd50f2e r9161a3 1 1 <% declareTemplate(newTemplateStyle=True) %> 2 2 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"> 4 5 <html> 5 6 <head> 6 7 <title><%= page._getTitle() %><%= area %></title> 8 <meta http-equiv="X-UA-Compatible" content="IE=8" /> 9 7 10 <link rel="shortcut icon" type="image/x-icon" href="<%= systemIcon('addressBarIcon') %>"> 8 11 <link rel="stylesheet" type="text/css" href="<%= baseurl %>/css/<%= stylesheet %>"> … … 10 13 11 14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 12 <meta http-equiv="X-UA-Compatible" content="IE=8" />13 15 14 16 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.
