mirror of https://github.com/interlegis/sapl.git
Eduardo Edson Batista Cordeiro Alves
9 years ago
committed by
Edward Ribeiro
9 changed files with 193 additions and 577 deletions
@ -1,12 +0,0 @@ |
|||
{% extends "crud/detail.html" %} |
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
|
|||
{% block detail_content %} |
|||
<form method="post"> |
|||
{% csrf_token %} |
|||
{{formset}} |
|||
<br /> |
|||
<input type="submit" value="Submit" /> |
|||
</form> |
|||
{% endblock detail_content %} |
@ -1,85 +0,0 @@ |
|||
{% extends "crud/detail.html" %} |
|||
{% load i18n %} |
|||
|
|||
{% block detail_content %} |
|||
|
|||
{% if form.errors %} |
|||
<div class="alert-box alert"> |
|||
<ul> |
|||
{% for field in form %} |
|||
{% if field.errors %} |
|||
{% if field.label == 'votacao_aberta' %} |
|||
<li>Já existe uma matéria com a votação aberta!<br /> |
|||
Para abrir outra, termine ou feche a votação existente!</li> |
|||
{% endif %} |
|||
{% endif %} |
|||
{% endfor %} |
|||
</ul> |
|||
</div> |
|||
{% endif %} |
|||
|
|||
Matérias do Expediente |
|||
<table class="table table-striped table-bordered"> |
|||
<thead class="thead-default"> |
|||
<tr> |
|||
<th>Matéria</th> |
|||
<th>Ementa</th> |
|||
<th>Resultado da Votação</th> |
|||
</tr> |
|||
</thead> |
|||
{% for m in materias_ordem %} |
|||
<tr> |
|||
<td> |
|||
{{m.numero}} - <a href="{% url 'sapl.sessao:expedienteordemdia_edit' m.pk m.oid %}">{{m.titulo}}</a> |
|||
|
|||
</br> |
|||
<strong>Autor{{m.autor|length|pluralize:"es"}}</strong>: {{m.autor|join:', '}} |
|||
</td> |
|||
|
|||
<td>{{m.ementa|safe}}</td> |
|||
|
|||
<td> |
|||
{% if m.resultado %} |
|||
{% if m.tipo_votacao == 1 %} |
|||
<b><a href="{% url 'sapl.sessao:votacaosimbolicaexpedit' m.pk m.oid m.ordem_id %}">{{m.resultado}}</a></b> |
|||
{% elif m.tipo_votacao == 2 %} |
|||
<b><a href="{% url 'sapl.sessao:votacaonominalexpedit' m.pk m.oid m.ordem_id %}">{{m.resultado}}</a></b> |
|||
{% elif m.tipo_votacao == 3%} |
|||
<b><a href="{% url 'sapl.sessao:votacaosecretaexpedit' m.pk m.oid m.ordem_id %}">{{m.resultado}}</a></b> |
|||
{% endif %} |
|||
{% else %} |
|||
Matéria não votada <br /> |
|||
{% if m.votacao_aberta %} |
|||
{% if m.tipo_votacao == 1 %} |
|||
<b><a href="{% url 'sapl.sessao:votacaosimbolicaexp' m.pk m.oid m.ordem_id %}">Registrar Votação</a></b> |
|||
{% elif m.tipo_votacao == 2 %} |
|||
<b><a href="{% url 'sapl.sessao:votacaonominalexp' m.pk m.oid m.ordem_id %}">Registrar Votação</a></b> |
|||
{% elif m.tipo_votacao == 3%} |
|||
<b><a href="{% url 'sapl.sessao:votacaosecretaexp' m.pk m.oid m.ordem_id %}">Registrar Votação</a></b> |
|||
{% endif %} |
|||
{% else %} |
|||
<form method="POST" action="{% url 'sapl.sessao:expedienteordemdia_list' object.pk %}"> |
|||
{% csrf_token %} |
|||
<input type="hidden" name="error_message" id="error_message" /> |
|||
<input type="hidden" id="ordem_id" name="ordem_id" value="{{ m.ordem_id }}"> |
|||
<input type="submit" id="abrir-votacao" name="abrir-votacao" value="Abrir Votação" class="btn btn-primary"> |
|||
</form> |
|||
{% endif %} |
|||
{% endif %} |
|||
</td> |
|||
</tr> |
|||
{% endfor %} |
|||
</table> |
|||
</br> |
|||
<form method="POST" action="{% url 'sapl.sessao:expedienteordemdia_list' object.pk %}"> |
|||
{% csrf_token %} |
|||
<input type="hidden" name="error_message" id="error_message" /> |
|||
<a href="{% url 'sapl.sessao:expedienteordemdia_create' object.pk %}" class="btn btn-primary">{% trans 'Adicionar Matérias' %}</a> |
|||
|
|||
<input type="submit" id="expediente_reorder" name="expediente_reorder" value="Reordenar Matérias do Expediente" class="btn btn-primary" /> |
|||
|
|||
<input type="submit" id="incluir_varias" name="incluir_varias" value="Incluir Várias Matérias" class="btn btn-primary" /> |
|||
</form> |
|||
|
|||
|
|||
{% endblock detail_content %} |
@ -1,76 +0,0 @@ |
|||
{% extends "crud/detail.html" %} |
|||
{% load i18n %} |
|||
|
|||
{% block detail_content %} |
|||
<div> |
|||
{{ error_message }} |
|||
</div> |
|||
|
|||
{% if form.errors %} |
|||
<div class="alert-box alert"> |
|||
<b><h4>Os seguintes erros foram encontrados:</h4></b> |
|||
<ul> |
|||
{% for field in form %} |
|||
{% if field.errors %} |
|||
{% if field.label == 'Matéria' %} |
|||
<li>Matéria inexistente!</li> |
|||
{% else %} |
|||
<li>O campo <b>{{field.label}}</b> é obrigatório!</li> |
|||
{% endif %} |
|||
{% endif %} |
|||
{% endfor %} |
|||
</ul> |
|||
</div> |
|||
{% endif %} |
|||
|
|||
<form method="POST"> |
|||
{% csrf_token %} |
|||
<input type="hidden" name="error_message" id="error_message" /> |
|||
<div class="row"> |
|||
<div class="col-md-4">Data da Sessão: <input type="text" value='{{data_sessao|date:"d/m/Y"}}' disabled class="form-control"/></div> |
|||
<input type="hidden" id="data_sessao" name="data_sessao" length="10" maxlength="10" value='{{data_sessao|date:"d/m/Y"}}' class="form-control"/> |
|||
<div class="col-md-4"> |
|||
Tipo da Sessão: <select id="tipo_sessao" name="tipo_sessao" class="form-control"> |
|||
<option value=""></option> |
|||
{% for tipo in tipo_sessao %} |
|||
<option value="{{tipo.id}}">{{tipo.nome}}</option> |
|||
{% endfor %} |
|||
</select> |
|||
</div> |
|||
<div class="col-md-4"> Número Ordem: <input type="text" id="numero_ordem" name="numero_ordem" class="form-control"/> </div> |
|||
</div> |
|||
|
|||
<div class="row"> |
|||
<div class="col-md-4"> |
|||
Tipo Matéria: |
|||
<select id="tipo_materia" name="tipo_materia" class="form-control"> |
|||
<option value=""></option> |
|||
{% for tipo in tipo_materia %} |
|||
<option value="{{tipo.id}}">{{tipo.descricao}}</option> |
|||
{% endfor %} |
|||
</select> |
|||
</div> |
|||
<div class="col-md-4">Número Matéria: <input type="text" id="numero_materia" name="numero_materia" class="form-control"/></div> |
|||
<div class="col-md-4">Ano Matéria: <input type="text" id="ano_materia" name="ano_materia" value="{{ano_materia}}" class="form-control"/></div> |
|||
</div> |
|||
|
|||
<div class="row"> |
|||
<div class="col-md-12"> |
|||
Tipo Votação: |
|||
<select id="tipo_votacao" name="tipo_votacao" class="form-control"> |
|||
<option value=""></option> |
|||
{% for id, descricao in tipo_votacao %} |
|||
<option value="{{id}}">{{descricao}}</option> |
|||
{% endfor %} |
|||
</select> |
|||
</div> |
|||
</div> |
|||
|
|||
<div class="row"> |
|||
<div class="col-md-12"> Ementa: <textarea id="observacao" name="observacao" cols="10" rows="10" class="form-control"></textarea> </div> |
|||
</div> |
|||
|
|||
<input type="submit" value="Salvar" class="btn btn-primary" /> |
|||
|
|||
</form> |
|||
{% endblock detail_content %} |
@ -1,74 +0,0 @@ |
|||
{% extends "crud/detail.html" %} |
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
{% block detail_content %} |
|||
<div> |
|||
{{ error_message }} |
|||
</div> |
|||
|
|||
{% if form.errors %} |
|||
<div class="alert-box alert"> |
|||
<b><h4>Os seguintes erros foram encontrados:</h4></b> |
|||
<ul> |
|||
{% for field in form %} |
|||
{% if field.errors %} |
|||
<li>O campo <b>{{field.label}}</b> é obrigatório!</li> |
|||
{% endif %} |
|||
{% endfor %} |
|||
</ul> |
|||
</div> |
|||
{% endif %} |
|||
|
|||
<form method="POST"> |
|||
{% csrf_token %} |
|||
|
|||
<div class="row"> |
|||
<div class="col-md-4">Data da Sessão: <input type="text" value='{{ data_sessao|date:"d/m/Y" }}' disabled class="form-control"/></div> |
|||
<input type="hidden" id="data_sessao" name="data_sessao" length="10" maxlength="10" value='{{ data_sessao|date:"d/m/Y" }}' class="form-control"/> |
|||
<div class="col-md-4"> |
|||
Tipo da Sessão: <select id="tipo_sessao" name="tipo_sessao" class="form-control"> |
|||
<option value=""></option> |
|||
{% for tipo in tipo_sessao %} |
|||
<option value="{{ tipo.id }}" {% if tipo == tipo_sessao_selected %} selected {% endif %} >{{tipo.nome}}</option> |
|||
{% endfor %} |
|||
</select> |
|||
</div> |
|||
<div class="col-md-4"> Número Ordem: <input type="text" id="numero_ordem" name="numero_ordem" value="{{numero_ordem}}" class="form-control"/></div> |
|||
</div> |
|||
|
|||
<div class="row"> |
|||
<div class="col-md-4"> |
|||
Tipo Matéria: |
|||
<select id="tipo_materia" name="tipo_materia" class="form-control"> |
|||
<option value=""></option> |
|||
{% for tipo in tipo_materia %} |
|||
<option value="{{ tipo.id }}" {% if tipo == tipo_materia_selected %} selected {% endif %}>{{tipo.descricao}}</option> |
|||
{% endfor %} |
|||
</select> |
|||
</div> |
|||
<div class="col-md-4">Número Matéria: <input type="text" id="numero_materia" name="numero_materia" value="{{ numero_materia }}" class="form-control"/></div> |
|||
<div class="col-md-4">Ano Matéria: <input type="text" id="ano_materia" name="ano_materia" value="{{ ano_materia }}" class="form-control"/></div> |
|||
</div> |
|||
|
|||
<div class="row"> |
|||
<div class="col-md-12"> |
|||
Tipo Votação: |
|||
<select id="tipo_votacao" name="tipo_votacao" class="form-control"> |
|||
<option value=""></option> |
|||
{% for id, descricao in tipo_votacao %} |
|||
<option value="{{ id }}" {% if id == tipo_votacao_selected %} selected {% endif %}>{{descricao}}</option> |
|||
{% endfor %} |
|||
</select> |
|||
</div> |
|||
</div> |
|||
|
|||
<div class="row"> |
|||
<div class="col-md-12"> Ementa: <textarea id="observacao" name="observacao" cols="10" rows="10" class="form-control">{{observacao}}</textarea> </div> |
|||
</div> |
|||
<br /> |
|||
<input type="submit" id="update-ordemdia" name="update-ordemdia" value="Salvar" class="btn btn-primary" /> |
|||
<input type="submit" id="delete-ordemdia" name="delete-ordemdia" value="Remover" class="btn btn-danger" /> |
|||
|
|||
|
|||
</form> |
|||
{% endblock detail_content %} |
Loading…
Reference in new issue