예제 #1
0
 def __init__(self, rh, menu_item, **kwargs):
     self.sidemenu_option = menu_item
     WPRoomBookingBase.__init__(self, rh, **kwargs)
예제 #2
0
파일: rooms.py 프로젝트: dbourillot/indico
 def _getTitle(self):
     return '{} - {}'.format(WPRoomBookingBase._getTitle(self), _('Search for rooms'))
예제 #3
0
파일: rooms.py 프로젝트: dbourillot/indico
 def __init__(self, rh, menu_item, **kwargs):
     self._menu_item = menu_item
     WPRoomBookingBase.__init__(self, rh, **kwargs)
예제 #4
0
파일: rooms.py 프로젝트: dbourillot/indico
 def __init__(self, rh, **params):
     WPRoomBookingBase.__init__(self, rh)
     self._rh = rh
     self._params = params
예제 #5
0
파일: rooms.py 프로젝트: dbourillot/indico
 def _getTitle(self):
     return '{} - {}'.format(WPRoomBookingBase._getTitle(self), _('Map of rooms'))
예제 #6
0
 def __init__(self, rh, menu_item, **kwargs):
     self.sidemenu_option = menu_item
     WPRoomBookingBase.__init__(self, rh, **kwargs)
예제 #7
0
파일: rooms.py 프로젝트: dbourillot/indico
 def _getTitle(self):
     return '{} - {}'.format(WPRoomBookingBase._getTitle(self), _('Room Details'))
예제 #8
0
 def __init__(self, rh, **params):
     WPRoomBookingBase.__init__(self, rh)
     self._rh = rh
     self._params = params
예제 #9
0
 def _getTitle(self):
     return '{} - {}'.format(WPRoomBookingBase._getTitle(self),
                             _('Map of rooms'))
예제 #10
0
 def _getTitle(self):
     return '{} - {}'.format(WPRoomBookingBase._getTitle(self),
                             _('Search results'))
예제 #11
0
 def _getTitle(self):
     return '{} - {}'.format(WPRoomBookingBase._getTitle(self),
                             _('Room Details'))
예제 #12
0
파일: rooms.py 프로젝트: hennogous/indico
 def _getTitle(self):
     return "{} - {}".format(WPRoomBookingBase._getTitle(self), _("Search results"))
예제 #13
0
파일: rooms.py 프로젝트: hennogous/indico
 def _getTitle(self):
     return "{} - {}".format(WPRoomBookingBase._getTitle(self), _("Map of rooms"))
예제 #14
0
파일: rooms.py 프로젝트: hennogous/indico
 def _getTitle(self):
     return "{} - {}".format(WPRoomBookingBase._getTitle(self), _("Room Details"))
예제 #15
0
 def __init__(self, rh, menu_item, **kwargs):
     self._menu_item = menu_item
     WPRoomBookingBase.__init__(self, rh, **kwargs)
예제 #16
0
 def _process(self):
     return WPRoomBookingBase.display('room_booking.html')