You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<div class="portlet light bordered">
<div class="portlet-title">
<div class="caption font-blue-steel">
<div class="caption-subject bold uppercase" style="text-align:center">Title</div>
</div>
</div>

<div class="portlet-body form">


<div class="row">
<div class="col-md-4">
<form role="form">-<div class="form-body">
<div class="row">
<div class="col-md-12">
<div class="form-group"><label class="control-label" for="CAMPO_1">Nome</label>
<input class="form-control" data-campo-id="@@1@@" data-nome="Nome" id="CAMPO_1"
type="text" /></div>
</div>

<div class="col-md-12">
<div class="form-group"><label class="control-label" for="CAMPO_2">N
doProtocolo</label> <input class="form-control" data-campo-id="@@2@@" data-nome="N
doProtocolo" id="CAMPO_1" type="text" /></div>
</div>

<div class="col-md-12">
<div class="form-group"><label class="control-label" for="CAMPO_3">Periodo</label>
<input class="form-control" data-campo-id="@@3@@" data-nome="Periodo" id="CAMPO_3"
type="text" /></div>
</div>
</div>
</div>
</form>
</div>

<div class="col-md-8">
<div class="col-md-12"><iframe class="framesVisualizacao" height="500px"
id="frameVisualizacao1" width="100%"></iframe>

<div class="listagemAnexos col-md-12" id="anexo1">&nbsp;</div>


</div>
</div>
</div>
</div>
</div>
<script>
$(function () {
DocumentoVisualizacaoForm.camposCarregados(function () {
var arquivoId = $('.listagemAnexos').find('.arquivo').attr('id');
if (arquivoId) $('#' + arquivoId).trigger('click');
});
});
</script></body>
</html>

You might also like