73
| <![CDATA[<div id="barra-brasil" style="background:#7F7F7F; height: 20px; padding:0 0 0 10px;display:block;">
<ul id="menu-barra-temp" style="list-style:none;">
<li style="display:inline; float:left;padding-right:10px; margin-right:10px; border-right:1px solid #EDEDED"><a href="http://brasil.gov.br" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Portal do Governo Brasileiro</a></li>
<li><a style="font-family:sans,sans-serif; text-decoration:none; color:white;" href="http://epwg.governoeletronico.gov.br/barra/atualize.html">Atualize sua Barra de Governo</a></li>
</ul>
</div>]]>
|
74
| <![CDATA[<ul id="menu-barra-temp" style="list-style:none;">
<li style="display:inline; float:left;padding-right:10px; margin-right:10px; border-right:1px solid #EDEDED"><a href="http://brasil.gov.br" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Portal do Governo Brasileiro</a></li>
<li><a style="font-family:sans,sans-serif; text-decoration:none; color:white;" href="http://epwg.governoeletronico.gov.br/barra/atualize.html">Atualize sua Barra de Governo</a></li>
</ul>]]>
|
75
| <![CDATA[<li style="display:inline; float:left;padding-right:10px; margin-right:10px; border-right:1px solid #EDEDED"><a href="http://brasil.gov.br" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Portal do Governo Brasileiro</a></li>]]>
|
75
| <![CDATA[<a href="http://brasil.gov.br" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Portal do Governo Brasileiro</a>]]>
|
76
| <![CDATA[<a style="font-family:sans,sans-serif; text-decoration:none; color:white;" href="http://epwg.governoeletronico.gov.br/barra/atualize.html">Atualize sua Barra de Governo</a>]]>
|
263
| <![CDATA[<p style="padding-left: 10%;"><a href="/fiscalizacao-ambiental/fundo-amazonia" rel="alternate"><img style="align: center !important;" src="/images/logo_fundo_amazonia.png" width="120" height="35" /></a></p>]]>
|
263
| <![CDATA[<img style="align: center !important;" src="/images/logo_fundo_amazonia.png" width="120" height="35" />]]>
|
268
| <![CDATA[<p style="padding-left: 10%;"><a href="/wildfire2019" target="_blank" rel="alternate noopener noreferrer"><img style="align: center !important;" src="/images/wildfire/wildfire-2019-brazil.png" width="120" height="102" /></a></p>]]>
|
268
| <![CDATA[<img style="align: center !important;" src="/images/wildfire/wildfire-2019-brazil.png" width="120" height="102" />]]>
|
339
| <![CDATA[<div class="row-fluid" style="margin-bottom: 10px;">
<h4 style="color: #036; font-size: 1.4em;">Agenda do Superintendente do Ibama em São Paulo </h4>
</div>]]>
|
340
| <![CDATA[<h4 style="color: #036; font-size: 1.4em;">Agenda do Superintendente do Ibama em São Paulo </h4>]]>
|
342
| <![CDATA[<div class="row-fluid" style="color: #036; margin-bottom: 30px; font-weight: 600; font-size: 14px;">
<span>Davi de Sousa Silva</span>
<br/>
<span>Substituto: Wilson Amorim Fermino</span>
</div>]]>
|
364
| <![CDATA[<div class="modal-header" style="background: #506296 !important; color: #FFF; padding-bottom: 15px">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span></button>
<h4 style="margin-bottom: 15px">Agenda do Superintendente do Ibama em São Paulo </h4>
<p style="margin-bottom: 0; font-weight: bold;">Davi de Sousa Silva</p>
<p style="margin-bottom: 0; font-weight: bold;">Substituto: Wilson Amorim Fermino</p>
</div>]]>
|
366
| <![CDATA[<h4 style="margin-bottom: 15px">Agenda do Superintendente do Ibama em São Paulo </h4>]]>
|
367
| <![CDATA[<p style="margin-bottom: 0; font-weight: bold;">Davi de Sousa Silva</p>]]>
|
368
| <![CDATA[<p style="margin-bottom: 0; font-weight: bold;">Substituto: Wilson Amorim Fermino</p>]]>
|
51
| <![CDATA[<style type="text/css">
#barra-brasil li { line-height:inherit; }
</style>]]>
|
331
| <![CDATA[<style>
.fc-header-toolbar .fc-center{
color: #036;
text-transform: capitalize;
}
</style>]]>
|
356
| <![CDATA[<button type="button" onclick="voltar()" class="btn btn-primary">Voltar</button>]]>
|
282
| <![CDATA[<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#agenda').fullCalendar({
eventClick: function(event) {
jQuery('#event-modal-dia > span').html('').html(event.dia);
jQuery('#event-modal-title > span').html('').html(event.title);
jQuery('#event-modal-dia-ini > span').html('').html(event.dia_start);
jQuery('#event-modal-start > span').html('').html(event.inicio);
jQuery('#event-modal-dia-end > span').html('').html(event.dia_end);
jQuery('#event-modal-end > span').html('').html(event.fim);
jQuery('#event-modal-local > span').html('').html(event.local);
jQuery('#event-modal-desc > span').html('').html(event.description);
jQuery('#event-modal').modal();
},
themeSystem: 'bootstrap4',
header: {
left: 'prev,next, today',
center: 'title',
right: 'month, agendaDay'
},
navLinks: true, // can click day/week names to navigate views
editable: true,
eventLimit: false,
showNonCurrentDates: false,
fixedWeekCount: false,
defaultView: 'month',
events: function(start, end, timezone, callback) {
jQuery.ajax({
url: 'http://ibama.gov.br/index.php?option=com_agendaautoridades&task=agendaautoridades.getAgenda&cargoid=143',
dataType: 'json',
data: {
start: start.format()
},
success: function(doc) {
var events = JSON.parse(doc.data);
callback(events);
}
});
}
});
});
function voltar() {
window.history.back();
}
</script>]]>
|
0
| Não há código fonte a ser exibido.
|
0
| Não há código fonte a ser exibido.
|