yrexpert-js
Version:
L'interface Web pour votre système expert...
18 lines • 620 B
HTML
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h3 id="makeAppFormTitle">Select Patient</h3>
</div>
<div class="modal-body" id="patientSelectionFormBody">
<div id="selectPatient">
<div class="form-group">
<label for="selectedPatient">Patient Name</label>
<input type="hidden" id="selectedPatient" style="width:300px"/>
</div>
<div class="form-group">
<button type="button" id="patientBtn" class="btn btn-primary">Get Details</button>
</div>
</div>
</div>
</div>
</div>