Changeset 9729e8 in indico


Ignore:
Timestamp:
05/19/10 11:57:35 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
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, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
6245d8
Parents:
77cb9e
Message:

[MIN] Added link to previous year - SS Lectures

  • as requested by Thomas;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/scripts/SSLPdisplay.py

    rbdd862 r9729e8  
    6767    elif str(year) == "2009": 
    6868        previous = """<a href="http://indico.cern.ch/tools/SSLPdisplay.py?stdate=2008-06-30&nbweeks=9">Previous Year Lecture Programme</a>""" 
     69    elif str(year) == "2010": 
     70        previous = """<a href="http://indico.cern.ch/tools/SSLPdisplay.py?stdate=2009-06-29&nbweeks=8">Previous Year Lecture Programme</a>""" 
    6971 
    7072    html = """ 
Note: See TracChangeset for help on using the changeset viewer.