diff --git a/bulletin/templates/bulletin/window_view.html b/bulletin/templates/bulletin/window_view.html index 9a64c89..b208fdd 100644 --- a/bulletin/templates/bulletin/window_view.html +++ b/bulletin/templates/bulletin/window_view.html @@ -6,56 +6,62 @@ {{ title }} | {{ theme.title }} - - - - - - - - - - - - - - - - - + + + + + + - + + + + + + + + + + + + + + + + + + + - + - - + + + + - - - - - - - + + + {% with 'css/themes/'|add:theme.css_style|add:'.css' as theme_selected %} {% endwith %} - + +
@@ -63,39 +69,127 @@ {{ bulletin.content }} {% endautoescape %} -
-
-
-
{% trans "Check your goals" %}:
- - - - - - - - - - - - - - - {% for meta in metas%} + +
+
Confira as suas metas
+
+
+
+
Metas Atingidas
+
+
+ +
+
Detalhamento das metas
+
+
MetaMédia da TurmaDados Individuais
DesejadaEstabelecidaAlcançada
+ + + + + + + + + + + {% for meta in metas%} + + + + + + + + + {% if meta.alcancada < meta.desejada and meta.alcancada > meta.estabelecida %} + + {% endif %} + + {% if meta.alcancada > meta.desejada and meta.alcancada < meta.estabelecida %} + + + {% endif %} + + + + + {% if meta.alcancada > meta.desejada and meta.alcancada > meta.estabelecida %} + + {% endif %} + + + + {% if meta.alcancada < meta.desejada and meta.alcancada < meta.estabelecida %} + + + {% endif %} + + + + + + {% endfor %} + + + +
DescriçãoRecomendação
do(a) professor(a)
Mádia da turmaSua metaSeu resultado
{{ meta.description }}{{ meta.desejada }} %{{ meta.media }}%{{ meta.estabelecida }}%{{ meta.alcancada }}%{{ meta.alcancada }}%{{ meta.alcancada }}%{{ meta.alcancada }}%
+
+
+
+
+
+
Indicadores relevantes para o seu desempenho
+
+
+ + + + + + + + + + + + +
Seu ressultadoNível acima da mediana dos aprovadosNível abaixo da mediana dos aprovados
+
+ +
+
+
+
+
+
+
+ +
+ Descrição dos indicadores +
+ +
+ + + + {% for titulo in titulos %} - - - - - + + + {% endfor %} - {% endfor %} - -
{{ meta.description }}{{ meta.desejada }} %{{ meta.estabelecida }} %% + Indicador 0{{forloop.counter }}: + + {{titulo}} +
-
-
+ + +
+ +
@@ -132,5 +226,1042 @@
+ + + + -- libgit2 0.21.2