mockups: sync sessad-dossiers with changes made in dossiers

This commit is contained in:
Frédéric Péters 2012-10-07 11:26:56 +02:00
parent 3b6daa75d9
commit e81b46cb0d
1 changed files with 33 additions and 21 deletions

View File

@ -58,6 +58,13 @@
tempScrollTop = currentScrollTop;
});
$('table#dossiers tbody tr').hide();
$('#search-results').hide();
$('#search').click(function () {
$('.big-msg-info').hide();
$('#search-results').show();
$('table#dossiers tbody tr').show();
});
});
</script>
</head>
@ -100,13 +107,16 @@
dossiers</label></li>
</ul>
-->
<label>Nom: <input type="text"/></label>
<label>Numéro de dossier: <input type="text"/></label>
<label>Numéro de sécu: <input type="text"/></label>
<button>Rechercher</button>
<label>Nom <input type="text"/></label>
<label>Prénom <input type="text"/></label>
<label>Numéro de dossier <input type="text"/></label>
<label>Numéro d'assuré social <input type="text"/></label>
<button id="search">Rechercher</button>
<p id="search-results">
(123 dossiers trouvés)
</div>
<div id="filtre">
<h3>Afficher les dossiers</h3>
<h3>Filtres sur l'état</h3>
<ul>
<li><label><input checked="checked" class="en-accueil" type="checkbox"/>En accueil</label></li>
<li><label><input checked="checked" class="fin-accueil" type="checkbox"/>Fin d'accueil</label></li>
@ -115,19 +125,19 @@
<li><label><input checked="checked" class="clos" type="checkbox"/>Clos</label></li>
<li><button>Tous</button> <button>Aucun</button></li>
</ul>
<hr/>
<h3>Afficher les dossiers</h3>
<ul>
<li><label><input type="checkbox"/>Dossiers avec PC arrivant à expiration</label></li>
<li><label><input type="checkbox"/>Dossiers où une prolongation est nécessaire</label></li>
<li><label><input type="checkbox"/>Dossiers avec PC manquante ou expirée</label></li>
<li><label><input type="checkbox"/>Dossiers éligibles pour un rediagnostic</label></li>
<li><label><input type="checkbox"/>Dossiers en pause facturation</label></li>
<li><button>En pause facturation</button></li>
<li><button>Une prolongation est nécessaire</button></li>
<li><button>Prise en charge arrivant à expiration</button></li>
<li><button>Prise en charge manquante ou expirée</button></li>
<li><button>Eligibles pour un rediagnostic</button></li>
</ul>
</div>
</div>
<div class="content">
<table id="dossiers">
<table id="dossiers" class="main">
<thead>
<tr>
<th colspan="2">N° dossier
@ -135,7 +145,7 @@
<th rowspan="2">Prénom</th>
<th rowspan="2">Date de naissance</th>
<th rowspan="2">État du dossier</th>
<th rowspan="2"><span title="Notification concernant la prise en charge">N</span> / <span title="Dossier en pause facturation">F</span></th>
<th rowspan="2"><span title="Information à propos de la prise en charge">I</span> / <span title="Dossier en pause facturation">F</span></th>
<th rowspan="2">Dernier acte</th>
<th rowspan="2">Prochain rendez-vous</th>
</tr>
@ -201,7 +211,7 @@
<td>Marie</td>
<td>12/03/1965</td>
<td class="traite">En traitement</td>
<td><span title="Notification concernant la prise en charge">N</span></td>
<td><span title="Information à propos de la prise en charge">I</span></td>
<td>28/06/2012<br/>T - absence non excusable</td>
<td>18/08/2012 14:00<br/>Roudon - mini synthèse</td>
</tr>
@ -278,13 +288,13 @@
<td>18/08/2012 (...)</td>
</tr>
<tr>
<tr class="clos">
<td>12346</td>
<td>67891</td>
<td>Bouclier</td>
<td>Guillaume</td>
<td>12/03/1965</td>
<td class="clos">Clos</td>
<td class="clos">Clos<br/>23/07/2012</td>
<td></td>
<td>28/06/2012<br/>T - absence non excusable</td>
<td>18/08/2012 (...)</td>
@ -309,7 +319,7 @@
<td>Thérèse</td>
<td>12/03/1965</td>
<td class="diag">En diagnostic</td>
<td><span title="Notification concernant la prise en charge">N</span> / <span title="Dossier en pause facturation">F</span></td>
<td><span title="Information à propos de la prise en charge">I</span> / <span title="Dossier en pause facturation">F</span></td>
<td>28/06/2012<br/>T - absence non excusable</td>
<td>18/08/2012 (...)</td>
</tr>
@ -410,12 +420,14 @@
<td>18/08/2012 (...)</td>
</tr>
</tbody>
</table>
<div class="big-msg-info">
Utilisez le formulaire de recherche sur la gauche de l'écran pour afficher
les dossiers correspondants.
</div>
</div>
</div>