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.
52 lines
1.7 KiB
52 lines
1.7 KiB
<!--
|
|
|
|
Resumo-1
|
|
|
|
notice: only contents inside this div will be rendered/compiled
|
|
|
|
usage example: <partials-renderer partial-id="Resumo-1"></partials-renderer>
|
|
|
|
-->
|
|
<div id="Resumo-1">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading text-center">Problemas</div>
|
|
<div class="panel-body">
|
|
<div class="form-group">
|
|
<label class="control-label">Saúde</label>
|
|
<textarea ng-model="editing.problemasSolucoes.problemas_saude" rows="3" class="form-control"></textarea>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label">Trabalho</label>
|
|
<textarea ng-model="editing.problemasSolucoes.problemas_trabalho" rows="3" class="form-control"></textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading text-center">Soluções</div>
|
|
<div class="panel-body">
|
|
<div class="form-group">
|
|
<label class="control-label">Saúde</label>
|
|
<textarea ng-model="editing.problemasSolucoes.solucoes_problemas_saude" rows="3" class="form-control"></textarea>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label">Trabalho</label>
|
|
<textarea ng-model="editing.problemasSolucoes.solucoes_problemas_trabalho" rows="3" class="form-control"></textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> |