36
| <![CDATA[<div style="display:none"><a href="#barra-brasil" tabindex="1" accesskey = "1">Ir para Barra do Governo</a></div>]]>
|
40
| <![CDATA[<a href="http://brasil.gov.br" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">Portal do Governo Brasileiro</a>]]>
|
121
| <![CDATA[<div id="erro-box" style="color:red;"></div>]]>
|
130
| <![CDATA[<tr id="tr-curso" style="display:none;">
<td><label>Nome do curso:</label></td>
<td id="tr-curso-nome"></td>
</tr>]]>
|
177
| <![CDATA[<td style="background: #b8dcbc !important;"><label>Valor da semestralidade:</label></td>]]>
|
179
| <![CDATA[<td style="background: #b8dcbc !important;"><input type="text" id="valor_semestral" name="valor_semestral" size="8"/></td>]]>
|
15
| <![CDATA[<style media="all">
#barra-brasil-v3-marca { width:1000px }
</style>]]>
|
18
| <![CDATA[<style>
.renegociacao{
margin-left: 0px;
}
#conheca{
margin-left:-3px;
position:relative;
top:-30px;
}
#geral{background-image: url("images/bg_geral22.png") !important;}
</style>]]>
|
243
| <![CDATA[<script type="text/javascript">
$(document).ready(function(){
// ----- ERRO ------------------------------------------------------
var erro = '';
if (erro) {
$('#erro-box').html(erro).show();
}
// ----- PERCENTUAL FINANCIAMENTO ----------------------------------
var $percFin = $('#percentual_financiamento');
$('#bolsa_antecedente').change(function() {
var max = 100, //- ($(this).val() * 1),
prevVal = $percFin.val() * 1;
$percFin.html('');
$percFin.append($('<option/>').val('').html('Selecione'));
for (var i = 10; i <= max; i += 5) {
$percFin.append($('<option/>').val(i).html(i + '%'));
}
if (prevVal <= max) {
$percFin.val(prevVal);
}
});
$('#bolsa_antecedente').change();
// ----- MASCARAS --------------------------------------------------
$('#semestres_curso, #semestres_concluidos').setMask('99');
$('#valor_semestral').setMask({mask:'99,999.999',
type:'reverse',
defaultValue:''});
// ----- CURSO -----------------------------------------------------
var noCurso = '';
if (noCurso) {
$('#tr-curso-nome').html(noCurso);
$('#tr-curso').show();
}
var qtSemestres = '0' * 1;
if (qtSemestres > 0) {
$('#semestres_curso').val(qtSemestres);
}
// ----- VALIDAÇÃO -------------------------------------------------
$('#form-simulador').submit(function() {
var el;
// quantidade de semestre
el = $('#semestres_curso');
if ($.trim(el.val()).length == 0) {
alert('Indique a quantidade de semestres do seu curso.');
el.focus();
return false;
}
// semestres concluídos
el = $('#semestres_concluidos');
if ($.trim(el.val()).length == 0) {
alert('Indique a quantidade de semestres já concluídos.');
el.focus();
return false;
}
// tipo de estudante
el = $('#bolsa_antecedente');
if ($.trim(el.val()).length == 0) {
alert('Indique o tipo de estudante.');
el.focus();
return false;
}
// financiamento solicitado
el = $('#percentual_financiamento');
if ($.trim(el.val()).length == 0) {
alert('Indique o percentual de financiamento desejado.');
el.focus();
return false;
}
// valor semestral
el = $('#valor_semestral');
if ($.trim(el.val()).length == 0) {
alert('Indique o valor semestral de seu curso.');
el.focus();
return false;
}
// dia de vencimento
el = $('#dia_venciumento');
if ($.trim(el.val()).length == 0) {
alert('Indique o melhor dia de vencimento.');
el.focus();
return false;
}
return true;
});
$('#bt-simular').click(function() {
$('#form-simulador').submit();
});
});
</script>]]>
|
365
| <![CDATA[<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>]]>
|
369
| <![CDATA[<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-1294743-46");
pageTracker._trackPageview();
} catch(err) {}</script>]]>
|