Beispiel #1
0
 def sport_(self, obj):
     return Util().get_popover('admin', 'swips_vod', 'id', obj.id,\
                        'sport', obj.sport, 'text')
Beispiel #2
0
 def country_exclude_cd_(self, obj):
     return Util().get_popover('admin', 'swips_vod', 'id', obj.id,\
                        'country_exclude_cd', obj.country_exclude_cd, 'text')
Beispiel #3
0
 def match_id_(self, obj):
     return Util().get_popover('admin', 'swips_vod', 'id', obj.id,\
                        'match_id', obj.match_id, 'text')
Beispiel #4
0
 def is_top_(self, obj):
     return Util().get_count_change('admin', 'swips_vod', 'id', obj.id,\
                        'is_top', obj.is_top, 'text', 2)
Beispiel #5
0
 def team_(self, obj):
     return Util().get_popover_best11('admin', 'world_peace_por', 'id', obj.id,\
                        'team', obj.team, 'text', obj.tournament, obj.round)
Beispiel #6
0
 def answer_(self, obj):
     return Util().get_popover('admin', 'swips_qna', 'id', obj.id,\
                        'answer', obj.answer, 'textarea')
Beispiel #7
0
 def create_tmp_(self, obj):
     formated = obj.create_tmp.strftime("%Y-%m-%d %H:%M:%S")
     return Util().get_popover('admin', 'swips_news', 'id', obj.id,\
                        'create_tmp', formated, 'text')
Beispiel #8
0
 def del_field_(self, obj):
     return Util().get_count_change('admin', 'swips_crawling_source', 'id', obj.id,\
                        'del', obj.del_field, 'text')
Beispiel #9
0
 def broadcast_ph_(self, obj):
     return Util().get_popover('admin', 'swips_fixtures_info', 'id', obj.id,\
                        'broadcast_ph', obj.broadcast_ph, 'text')
Beispiel #10
0
 def del_field_(self, obj):
     return Util().get_count_change('admin', 'swips_news', 'id', obj.id,\
                        'del', obj.del_field, 'text')
Beispiel #11
0
 def del_field_(self, obj):
     return Util().get_popover('admin', 'swips_board_reply', 'id', obj.id,\
                        'del', obj.del_field, 'text')
Beispiel #12
0
 def status_(self, obj):
     return Util().get_popover('admin', 'swips_qna', 'id', obj.id,\
                        'status', obj.status, 'text')
Beispiel #13
0
 def answer_ut_(self, obj):
     return Util().get_popover('admin', 'swips_qna', 'id', obj.id,\
                        'answer_ut', obj.answer_ut, 'text')
Beispiel #14
0
 def is_live_(self, obj):
     return Util().get_popover('admin', 'swips_vod', 'id', obj.id,\
                        'is_live', obj.is_live, 'text')
Beispiel #15
0
 def lang(self, obj):
     return Util().get_popover('admin', 'swips_vod', 'id', obj.id,\
                        'language_cd', obj.language_cd, 'text')
Beispiel #16
0
 def source_(self, obj):
     return Util().get_popover('admin', 'swips_crawling_source', 'id', obj.id,\
                        'source', obj.source, 'text')
Beispiel #17
0
 def following_desc_(self, obj):
     return Util().get_popover('admin', 'swips_vod', 'id', obj.id,\
                        'following_desc', obj.following_desc, 'textarea')
Beispiel #18
0
 def title_(self, obj):
     return Util().get_popover('admin', 'swips_news', 'id', obj.id,\
                        'title', obj.title, 'textarea')
Beispiel #19
0
 def is_frifee_content_(self, obj):
     return Util().get_count_change('admin', 'swips_vod', 'id', obj.id,\
                        'is_frifee_content', obj.is_frifee_content, 'text')
Beispiel #20
0
 def description_(self, obj):
     return Util().get_popover('admin', 'curry_rds_scale_modifier', 'id',
                               obj.id, 'description', obj.description,
                               'text')
Beispiel #21
0
 def del_field_(self, obj):
     return Util().get_popover('admin', 'swips_qna', 'id', obj.id,\
                        '_del', obj.field_del, 'text')