コード例 #1
0
ファイル: admin.py プロジェクト: rafaelbaur/SistemaPPGI
 def regulamentoMestradoConceito(self, obj):
     if obj.id in self.listaIdsIrregConceitoBolsa:
         return htmlIconFalse()
     else:
         return htmlIconTrue()
コード例 #2
0
ファイル: admin.py プロジェクト: rafaelbaur/SistemaPPGI
 def disponibilidade(self, obj):
     if obj.aluno == None or obj.aluno == "":
         return htmlIconTrue()
     else:
         return htmlIconFalse()
コード例 #3
0
ファイル: admin.py プロジェクト: rafaelbaur/SistemaPPGI
 def regulamentoCargaHr(self, obj):
     if obj.id in self.listaIdsIrregCargaHrBolsa:
         return htmlIconFalse()
     else:
         return htmlIconTrue()
コード例 #4
0
ファイル: admin.py プロジェクト: rafaelbaur/SistemaPPGI
 def regulamentoArtigo(self, obj):
     if obj.artigo:
         return htmlIconTrue()
     else: return htmlIconFalse()
コード例 #5
0
ファイル: admin.py プロジェクト: rafaelbaur/SistemaPPGI
 def regulamentoQualificacao(self, obj):
     if obj.qualificacao:
         return htmlIconTrue()
     else: return htmlIconFalse()
コード例 #6
0
ファイル: admin.py プロジェクト: rafaelbaur/SistemaPPGI
 def regulamentoProficiencia(self, obj):
     if obj.proficiencia:
         return htmlIconTrue()
     else: return htmlIconFalse()
コード例 #7
0
ファイル: admin.py プロジェクト: rafaelbaur/SistemaPPGI
 def regulamentoCHBasico(self, obj):
     if obj in self.listaIdsIrregCHBasico:
         return htmlIconFalse()
     else: return htmlIconTrue()
コード例 #8
0
ファイル: admin.py プロジェクト: rafaelbaur/SistemaPPGI
 def regulamentoCRA(self, obj):
     if obj in self.listaIdsIrregCRA:
         return htmlIconFalse()
     else: return htmlIconTrue()
コード例 #9
0
ファイル: admin.py プロジェクト: rafaelbaur/SistemaPPGI
 def regulamentoAbandono(self, obj):
     if obj.id in self.listaIdsIrregAbandono:
         return htmlIconFalse()
     else:
         return htmlIconTrue()
コード例 #10
0
ファイル: admin.py プロジェクト: rafaelbaur/SistemaPPGI
 def regulamentoMestradoCra(self, obj):
     if obj.id in self.listaIdsIrregCra:
         return htmlIconFalse()
     else:
         return htmlIconTrue()