Changeset e19e71 in indico
- Timestamp:
- 06/15/10 16:18:15 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 96485d
- Parents:
- 1787ab
- git-author:
- Leszek Syroka <leszek.marek.syroka@…> (05/26/10 13:40:34)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (06/15/10 16:18:15)
- Location:
- indico/MaKaC
- Files:
-
- 2 edited
-
common/output.py (modified) (2 diffs)
-
webinterface/stylesheets/include/common.xsl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/common/output.py
r4413c7 re19e71 232 232 if not out: 233 233 out = self._XMLGen 234 235 234 if vars and vars.has_key("frame") and vars["frame"] == "no": 236 235 modificons = 0 … … 318 317 if evaluation.isVisible() and evaluation.inEvaluationPeriod() and evaluation.getNbOfQuestions()>0 : 319 318 out.writeTag("evaluationLink",urlHandlers.UHConfEvaluationDisplay.getURL(conf)) 319 320 out.writeTag("closed", str(conf.isClosed())) 320 321 321 322 # if len(conf.getBookingsList()): -
indico/MaKaC/webinterface/stylesheets/include/common.xsl
r9d6eb3 re19e71 26 26 <xsl:value-of select="./rn" disable-output-escaping="yes"/> 27 27 </xsl:template> 28 29 <xsl:variable name="closed" select="/iconf/closed"/> 28 30 29 31 <xsl:template name="displayModifIcons"> … … 43 45 <xsl:param name="alignMenuRight">false</xsl:param> 44 46 <xsl:variable name="menuName">menu<xsl:value-of select="$confId"/><xsl:value-of select="translate($sessCode, '-','')"/><xsl:value-of select="$contId"/><xsl:value-of select="$subContId"/></xsl:variable> 45 46 <xsl:if test="$item/modifyLink != '' or $item/materialLink != '' or $item/minutesLink != ''"> 47 <xsl:if test="$closed = 'False' and ($item/modifyLink != '' or $item/materialLink != '' or $item/minutesLink != '')"> 47 48 <!-- script that creates a variable for a menu --> 48 49
Note: See TracChangeset
for help on using the changeset viewer.
