forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.6 KiB
45 lines
1.6 KiB
<!--
|
|
|
|
ExameObjectivoAcuidadeVisual-1
|
|
|
|
notice: only contents inside this div will be rendered/compiled
|
|
|
|
usage example: <partials-renderer partial-id="ExameObjectivoAcuidadeVisual-1"></partials-renderer>
|
|
|
|
-->
|
|
<div id="ExameObjectivoAcuidadeVisual-1">
|
|
|
|
<div class="form-group">
|
|
<label class="control-label">7.3 - Acuidade Visual</label>
|
|
<table class="table table-bordered table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th class="col-md-4"> </th>
|
|
<th class="col-md-4">Perto</th>
|
|
<th class="col-md-4">Longe </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Olho Esquerdo </td>
|
|
<td>
|
|
<input data-regexp="^\d+(\.\d{1,2})?$" ng-model="editing.exameObjectivo.acuidade_visual_esquerdo_perto" type="text" class="form-control" />
|
|
</td>
|
|
<td>
|
|
<input data-regexp="^\d+(\.\d{1,2})?$" ng-model="editing.exameObjectivo.acuidade_visual_esquerdo_longe" type="text" class="form-control" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Olho Direito </td>
|
|
<td>
|
|
<input data-regexp="^\d+(\.\d{1,2})?$" ng-model="editing.exameObjectivo.acuidade_visual_direito_perto" type="text" class="form-control" />
|
|
</td>
|
|
<td>
|
|
<input data-regexp="^\d+(\.\d{1,2})?$" ng-model="editing.exameObjectivo.acuidade_visual_direito_longe" type="text" class="form-control" />
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
</div> |