Projet

Général

Profil

« Précédent | Suivant » 

Révision 54318d2c

Ajouté par Serghei Mihai il y a plus de 9 ans

dossiers: printing each patient record tab with filtering past and future appointments by dates

Closes #3109

Voir les différences:

calebasse/dossiers/templates/dossiers/patientrecord_tab1_general.html
1
{% extends 'dossiers/patientrecord_tab.html' %}
2
{% block content %}
1 3
<form method="post" action="tab1"  id="general-form" class="patientrecordform">{% csrf_token %}
2 4
<div class="left">
3 5
  <ul>
......
84 86
      {% for state in status %}
85 87
      <button type="button" id="{{ state.0 }}">{{ state.1 }}</button>
86 88
      {% endfor %}
87
      <button type="button" id="patientrecord-history">Historique</button><br/>
89
      <button type="button" id="patientrecord-history">Historique</button>
88 90
      <hr/>
89 91
      <p id="confidential-msg" style="display: none; font-size: 10px;">Confidentialité mise à jour</p>
90 92
      {{ form.confidential.label_tag }} : {{ form.confidential }}
......
113 115
      <button>Créer répertoire patient</button>
114 116
    </form>
115 117
</div>
116
<br style="clear:both"/>
118
{% endblock %}

Formats disponibles : Unified diff