web/views/timetable.py
branchstable
changeset 4244 2c3de1953d00
parent 4212 ab6573088b4a
child 4252 6c4f109c2b03
equal deleted inserted replaced
4243:2621de25d15a 4244:2c3de1953d00
    26 
    26 
    27 class TimeTableView(AnyRsetView):
    27 class TimeTableView(AnyRsetView):
    28     id = 'timetable'
    28     id = 'timetable'
    29     title = _('timetable')
    29     title = _('timetable')
    30     __select__ = implements(ITimetableViews)
    30     __select__ = implements(ITimetableViews)
    31     need_navigation = False
    31     paginable = False
    32 
    32 
    33     def call(self, title=None):
    33     def call(self, title=None):
    34         """Dumps a timetable from a resultset composed of a note (anything
    34         """Dumps a timetable from a resultset composed of a note (anything
    35         with start/stop) and a user (anything)"""
    35         with start/stop) and a user (anything)"""
    36         self.req.add_css('cubicweb.timetable.css')
    36         self.req.add_css('cubicweb.timetable.css')