Exemplo n.º 1
0
 def input_imageType(listValue):
     return getDictSelectHtml(IMAGETYPE_CHOICES_DICT, int(listValue[0]),
                              'imageType', 'imageType')
Exemplo n.º 2
0
 def input_state(listValue):
     return getDictSelectHtml(MATCH_CHOICES_DICT, int(listValue[0]),
                              'state')
Exemplo n.º 3
0
 def input_status(listValue):
     return getDictSelectHtml(STATUS_CHOICES_DICT, int(listValue[0]),
                              'status')
Exemplo n.º 4
0
 def input_status(listValue):
     return getDictSelectHtml(STATUS_CHOICES_DICT, int(listValue[0]), "status")
Exemplo n.º 5
0
 def input_imageType(listValue):
     return getDictSelectHtml(IMAGETYPE_CHOICES_DICT, int(listValue[0]), 'imageType', 'imageType')
Exemplo n.º 6
0
 def input_state(listValue):
     return getDictSelectHtml(MATCH_CHOICES_DICT, int(listValue[0]), 'state')