Revision 41ca51bb
Added by Mikaël Ates over 12 years ago
| calebasse/dossiers/templates/dossiers/patientrecord_update.html | ||
|---|---|---|
|
</div>
|
||
|
|
||
|
<div id="tabs-5"> <!-- Actes passés -->
|
||
|
<table class="main">
|
||
|
<table class="basic">
|
||
|
<thead>
|
||
|
<tr> <th>Date</th> <th>Pointage</th> <th>Type d'acte</th> <th>Intervenants</th> <th>Commentaire</th></tr>
|
||
|
</thead>
|
||
| ... | ... | |
|
</div>
|
||
|
|
||
|
<div id="tabs-6"> <!-- Prochains rendez-vous -->
|
||
|
<table class="main">
|
||
|
<table class="basic">
|
||
|
<thead>
|
||
|
<tr> <th>Date</th> <th>Pointage</th> <th>Type d'acte</th> <th>Intervenants</th> <th>Commentaire</th> </tr>
|
||
|
</thead>
|
||
Also available in: Unified diff
dossiers: use basic table display for past and next appointments.