393
| <![CDATA[<script>
// $(".acessoInformacaoFixo").hover(function(){
// $(this).css({
// 'background-color' : '#c0e3ff'
// })
// },function(){
// $(this).css({
// 'background-color' : '#fff'
// })
// })
// showProt = false;
// $("#protocolos-card").css("cssText", "margin-top: 204px !important; transition : 300ms; width: 115px; height: 100px;");
// $("#protocolos-card .col-protocolos").css({'display': 'block'})
// $("#protocolos-card .col-online").css({'display': 'none'})
// $("#protocolos-card .col-aprova").css({'display': 'none'})
// $("#protocolos-card .col-duvidas").css({'display': 'none'})
showProt = false;
// $(".icon-seta-left").click(function(){
// // if(e.target.className == ".icon-seta-left"){
// showProt = true;
// $('#protocolos-card').css("cssText", "margin-top: 204px !important; transition : 300ms; width: 280px; height: 100px;");
// $("#protocolos-card .col-protocolos").css({'display': 'none'});
// $("#protocolos-card .col-online").css({'display': 'block'});
// $("#protocolos-card .col-aprova").css({'display': 'block'});
// $("#protocolos-card .col-duvidas").css({'display': 'block'});
// $("#protocolos-card .icon-seta-left").css({'display': 'none'});
// $("#protocolos-card .icon-seta").css({'display': 'block'});
// })
// $(document).click(function(e){
// showProt = false;
// $("#protocolos-card").css("cssText", "margin-top: 204px !important; transition : 300ms; width: 115px; height: 100px;");
// $("#protocolos-card .col-protocolos").css({'display': 'block'});
// $("#protocolos-card .col-online").css({'display': 'none'});
// $("#protocolos-card .col-aprova").css({'display': 'none'});
// $("#protocolos-card .icon-seta").css({'display': 'none'});
// $("#protocolos-card .icon-seta-left").css({'display': 'block'});
// $("#protocolos-card .col-duvidas").css({'display': 'none'});
// })
$("#protocolos-card").click(function(){
if(!showProt){
showProt = true;
$(this).css("cssText", "margin-top: 204px !important; transition : 300ms; width: 280px; height: 100px;");
$("#protocolos-card .col-protocolos").css({'display': 'none'});
$("#protocolos-card .col-online").css({'display': 'block'});
$("#protocolos-card .col-aprova").css({'display': 'block'});
$("#protocolos-card .col-duvidas").css({'display': 'block'});
$("#protocolos-card .icon-seta-left").css({'display': 'none'});
$("#protocolos-card .icon-seta").css({'display': 'block'});
}
})
$(document).click(function(e){
if(e.target.className != "col-4 col-protocolos" && e.target.className != "acessoInformacaoFixo" && e.target.className != "img-responsive" && e.target.className != "row row-naldinho" && e.target.className != "icon-seta-left"){
showProt = false;
$("#protocolos-card").css("cssText", "margin-top: 204px !important; transition : 300ms; width: 115px; height: 100px;");
$("#protocolos-card .col-protocolos").css({'display': 'block'});
$("#protocolos-card .col-online").css({'display': 'none'});
$("#protocolos-card .col-aprova").css({'display': 'none'});
$("#protocolos-card .icon-seta").css({'display': 'none'});
$("#protocolos-card .icon-seta-left").css({'display': 'block'});
$("#protocolos-card .col-duvidas").css({'display': 'none'});
}
})
$("#protocolos-card").hover(function(){
$(this).css({
'cursor' : 'pointer'
});
});
$("#protocolos-card").hover(function(){
$(".col-protocolos").css({
'text-decoration' : 'underline'
});
},function(){
$(".col-protocolos").css({
'text-decoration' : 'none'
});
});
$(".col-aprova img").hover(function(){
$(".col-aprova a").css({
'text-decoration' : 'underline'
});
},function(){
$(".col-aprova a").css({
'text-decoration' : 'none'
});
});
$(".col-online img").hover(function(){
$(".col-online a").css({
'text-decoration' : 'underline'
});
},function(){
$(".col-online a").css({
'text-decoration' : 'none'
});
});
// ###################################### //
$(".col-duvidas").click(function(){
$("#modal-question").modal("show");
})
$(".col-duvidas").hover(function(){
$(".col-duvidas").css({
'cursor' : 'pointer',
'text-decoration' : 'underline'
});
},function(){
$(".col-duvidas").css({
'cursor' : 'default',
'text-decoration' : 'none'
});
})
</script>]]>
|
2709
| <![CDATA[<script type="text/javascript">
if (!(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i))) {
$('.setas').css('display', "block");
// $('.showPDF').css('display', "none");
// $('#flipbook').css('display', "block");
}else{
$('.setas').css('display', "none");
// $('#flipbook').css('display', "none");
// $('.showPDF').css('display', "block");
}
newWidth = $(".container-flipbook").width();
halfWidth = Math.round(newWidth/2);
newHeight = Math.round((halfWidth*1918)/1475);
$("#flipbook").turn({
// width: 400,
acceleration: !isChrome(),
height: newHeight,
autoCenter: true,
pages: 102,
when: {
turned: function(e, page, obj) {
if (page === 1) {
$(".btn-6").attr("disabled", "disabled");
$(".btn-2").attr("disabled", "disabled");
$(".btn-3").attr("disabled", "disabled");
// $("#flipbook").css("-webkit-box-shadow", "");
// $("#flipbook").css("box-shadow", "");
}else{
$(".btn-6").removeAttr("disabled");
$(".btn-2").removeAttr("disabled");
$(".btn-3").removeAttr("disabled");
// $("#flipbook").css("-webkit-box-shadow", "0px 0px 18px 5px rgba(0,0,0,0.45)");
// $("#flipbook").css("box-shadow", "0px 0px 18px 5px rgba(0,0,0,0.45)");
}
if (page === 102) {
$(".btn-1").attr("disabled", "disabled");
$(".btn-4").attr("disabled", "disabled");
$(".btn-5").attr("disabled", "disabled");
// $("#flipbook").css("-webkit-box-shadow", "");
// $("#flipbook").css("box-shadow", "");
}else{
$(".btn-1").removeAttr("disabled");
$(".btn-4").removeAttr("disabled");
$(".btn-5").removeAttr("disabled");
// $("#flipbook").css("-webkit-box-shadow", "0px 0px 18px 5px rgba(0,0,0,0.45)");
// $("#flipbook").css("box-shadow", "0px 0px 18px 5px rgba(0,0,0,0.45)");
}
realPage = page;
secondPage = page+1;
if (page === 1) {
$(".btn-1").attr("onclick", '$("#modal_page'+page+'").modal("show")');
$(".btn-6").removeAttr("onclick");
}else if(page === 102) {
$(".btn-1").removeAttr("onclick");
$(".btn-6").attr("onclick", '$("#modal_page'+page+'").modal("show")');
}else {
$(".btn-1").attr("onclick", '$("#modal_page'+page+'").modal("show")');
$(".btn-6").attr("onclick", '$("#modal_page'+secondPage+'").modal("show")');
}
},
turning: function(e, page, obj) {
if (page != 1 && page != 102) {
$("#flipbook").css("-webkit-box-shadow", "0px 0px 18px 5px rgba(0,0,0,0.45)");
$("#flipbook").css("box-shadow", "0px 0px 18px 5px rgba(0,0,0,0.45)");
}else{
$("#flipbook").css("-webkit-box-shadow", "");
$("#flipbook").css("box-shadow", "");
}
}
}
});
$("#flipbook").css("-webkit-box-shadow", "");
$("#flipbook").css("box-shadow", "");
$(document).keydown(function(e){
var previous = 37, next = 39;
switch (e.keyCode) {
case previous:
$('#flipbook').turn('previous');
break;
case next:
$('#flipbook').turn('next');
break;
}
});
function isChrome() {
// Chrome's unsolved bug
// http://code.google.com/p/chromium/issues/detail?id=128488
return navigator.userAgent.indexOf('Chrome')!=-1;
}
$(".btn-1").css("display", "none");
$(".btn-6").css("display", "none");
$(".prevs").addClass("col-offset-md-3");
// function getPage() {
// page = $('#flipbook').turn('page');
// if (page === 1) {
// $(".btn-1").attr("disabled", "disabled");
// }else{
// $(".btn-1").removeAttr("disabled");
// }
// alert(page);
// }
</script>]]>
|