DELETE FROM KEYWORDS WHERE ID_DOMAINE=4087DoneDoneDone
URL:statinja.gov.jm
Date: Mon, 07 Oct 2024 14:22:12 GMT
Content-Length: 147
Content-Type: text/html; charset=UTF-8
Location: https://statinja.gov.jm/
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Location => https://statinja.gov.jm/
Status => 301
<head><title>Document Moved</title></head>
(vide) Tentative en https
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
STATIN
</title><meta charset="utf-8" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><link rel="shortcut icon" href="images/logo_icon.png" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1" /><link href="https://fonts.googleapis.com/css?family=Roboto:400,300" rel="stylesheet" type="text/css" /><link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" type="text/css" rel="Stylesheet" /><link href="CSS/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="CSS/c.css" rel="stylesheet" /><link href="CSS/accordion-cust.css" rel="stylesheet" />
<link href="/CSS/contact.css") rel="Stylesheet" />
<link href="CSS/mainStyle.css" rel="stylesheet" type="text/css" /><link href="CSS/breadcrumb.css" rel="stylesheet" /><link href="CSS/style.css" rel="stylesheet" /><link href="CSS/animate.css" rel="stylesheet" /><link href="fonts/flaticon.css" rel="stylesheet" type="text/css" />
<!-- Javascript -->
<script type='text/javascript' src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.7.1/modernizr.min.js"></script>
<script type='text/javascript' src='js/css3-mediaqueries.js'></script>
<script src='Scripts/jquery-1.9.1.min.js' type="text/javascript"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script type='text/javascript' src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script type='text/javascript' src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
<link href="css/bootstrap-ie7.css" rel="stylesheet" />
<![endif]-->
<!--[if lt IE 8]>
<link href="css/bootstrap-ie7.css" rel="stylesheet" />
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108981213-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-108981213-1');
</script>
<script type="text/javascript">
$(document).keypress(function (e) {
if (e.which == 13) {
if ($(".text-search").is(':focus') && $(".text-search").val() != '') {
Search();
}
}
});
function Search() {
var Search = $('.text-search').val();
var jsonText = JSON.stringify({ Search: Search });
$("#gif-loader").show();
$.ajax({
type: "POST",
url: "Default2.aspx/search_ajax",
data: jsonText,
contentType: "application/json; charset=utf-8",
dataType: "json",
success: OnSuccess,
failure: function (response) {
//alert(response.d);
}
});
}
function OnSuccess(response) {
$("#gif-loader").hide();
if (response.d.trim() == "<div></div>") {
$(".result").html("<h5>No data found</h5>");
}
else {
$(".result").html(response.d);
}
}
$(document).ready(function () {
//disable parent node
$("#ContentPlaceHolder1_TreeView1 > div > table").each(function () {
var old_data = $(this).find(".ContentPlaceHolder1_TreeView1_0").html();
$(this).find(".ContentPlaceHolder1_TreeView1_0").remove("removet");
$(this).find(".ContentPlaceHolder1_TreeView1_0").parent().html("<span class='treeViewfont'>" + old_data + "</span>");
//$(this).parent().find(".remove").remove();
});
$("#ContentPlaceHolder1_TreeView1 > table").each(function () {
var old_data = $(this).find(".ContentPlaceHolder1_TreeView1_0").html();
$(this).find(".ContentPlaceHolder1_TreeView1_0").remove("removet");
$(this).find(".ContentPlaceHolder1_TreeView1_0").parent().html("<span class='treeViewfont'>" + old_data + "</span>");
//$(this).parent().find(".remove").remove();
});
$('.page-heading > div').css("left", "0px");
$('#about-tab-menu-a a').click(function () {
$('#about-tab-menu-a a img').remove();
//$(this).append("<img src='images/pointer.png'/>");
});
$(".no-space table").removeAttr("style");
$(".no-space td").removeAttr("style");
var url = window.location.hash;
var hash = url.substring(url.indexOf('#')).replace("/", "");
activaTab(hash);
function activaTab(tab) {
$('.nav-tabs a[href="' + tab + '"]').tab('show');
};
$('#cssmenu a').click(function (e) {
var url = $(this).attr("href");
var hash = url.substring(url.indexOf('#')).replace("/", "");
activaTab(hash);
});
$('#search-btn').click(function (e) {
Search();
});
$('.search-area-option div').click(function (e) {
var id = $(this).attr("id");
$(".search-result").hide();
$(".subject").hide();
$("." + id).show();
if (id == "subject") {
$("#myModalsearch .modal-title").html("Subject")
}
else {
$("#myModalsearch .modal-title").html("Search Statistics")
}
});
//console.log(($("#mission").find('a:first').attr("href")));
$(".panel-title a").append("<i class='fa fa-plus-square-o'></i>");
if ("#" + $(".in").attr("id") == $("#mission").find('a:first').attr("href")) {
$("#mission").find('a:first i').remove();
$("#mission").find('a:first').append("<i class='fa fa-minus-square-o'></i>");
}
// $(".panel-title").append("<i class='fa fa-minus-square-o'></i>");
$(".panel-title a").click(function () {
$(".accordion-active i").addClass("fa-plus-square-o");
$(".accordion-active i").removeClass("fa-minus-square-o");
if ($(this).parent().parent().hasClass("accordion-active")) {
status = "is-active";
}
$(".accordion-active").removeClass("accordion-active");
if (status == "is-active") {
}
else {
$(this).parent().parent().addClass("accordion-active");
$(".accordion-active i").removeClass("fa-plus-square-o");
$(".accordion-active i").addClass("fa-minus-square-o");
}
status = "";
});
});
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="CSS/mainStyle.css" rel="stylesheet" />
<link href="CSS/bootstrap.min.css" rel="stylesheet" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136799189-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-136799189-1');
</script>
</head>
STATIN
Recherche META Description de la page
Recherche META Keywords de la page
UPDATE DOMAINES SET server='Microsoft-IIS/10.0',redirection='https://statinja.gov.jm/',Status='200',err='',[TITRE]=N' STATIN',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=4087
0 STATIN
0. (1)--------->0
4. STATIN (6)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N' ',4087),(N'STATIN',4087)