Revision 54318d2c
Added by Serghei Mihai about 9 years ago
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 %} |
Also available in: Unified diff
dossiers: printing each patient record tab with filtering past and future appointments by dates
Closes #3109