')
.html('
Search In: In all contentTitleContents')
.dialog({
autoOpen: false,
resizable: false,
dialogClass: 'dnnFormPopup dnnClear',
title: 'Search',
height: 210,
width: 500,
open: function (e) {
$('.ui-dialog-buttonpane').find('button:contains("Search")').addClass('dnnPrimaryAction');
$('.ui-dialog-buttonpane').find('button:contains("Cancel")').addClass('dnnSecondaryAction');
},
buttons: [
{
text: 'Cancel',
click: function () {
$(this).dialog("close");
}
},
{
text: 'Search',
click: function () {
$(this).dialog("close");
var url
if ($('#scopeAll498').is(':checked')) {
url = 'https://aeroportomarche.it/News?';
} else {
url = 'https://aeroportomarche.it/News/Blog/2?';
}
url += 'search=' + $('#txtSearch').val();
if ($('#scopeTitle498').is(':checked')) {
url += '&t=1'
}
if ($('#scopeContents498').is(':checked')) {
url += '&c=1'
}
if ($('#chkUnpublished498').is(':checked')) {
url += '&u=1'
}
window.location.href = encodeURI(url);
}
}
]
});
$('#searchlink498').click(function () {
$dialogSearch.dialog('open');
return false;
});
});
} (jQuery, window.Sys));
nov 13 2020
Il checkpoint presso il nostro aeroporto è aperto per il test rapido tutti i giorni (domenica inclusa) dalle 08:30 alle 18:00. È possibile effettuare il test a 30 euro ed usufruire del parcheggio alla tariffa agevolata di 2 euro per 2 ore di sosta.