コード例 #1
0
ファイル: indexers.py プロジェクト: jean/collective.videolink
def videolink_thumbnail(object, **kw):
     return add_thumbnail(object,'index event')
コード例 #2
0
ファイル: link.py プロジェクト: jean/collective.videolink
 def thumbnail(self):
     return add_thumbnail(self.context,'non event')
コード例 #3
0
def videolink_thumbnail_at(object, **kw):
    return add_thumbnail(object, 'index event')