L’INPS con messaggio n. 196 del 17 gennaio 2018, informa che l’articolo 18, del decreto legislativo n. 147 del 2017, ha previsto che dal 1° gennaio 2018 l’ASDI non è più riconosciuto, se non in favore degli aventi diritto che entro la medesima data abbiano maturato i requisiti previsti dal Decreto interministeriale del 29 ottobre 2015.
Air Max 95 20th Anniversary
Abstract:
Messaggio n. 196 del 17 gennaio 2018
let file = jQuery('.file-drupal').children();
var array_file = [];
file.each(function(){
let valori = [];
valori['href'] = jQuery(this).children("a").attr("href");
valori['nome'] = jQuery(this).children("a").text();
array_file.push(valori);
});
let html = '';
if(array_file.length > 0) {
html += '
Scarica gli allegati
';
html += '
';
}
for( var i in array_file) {
if( array_file[i]['href'] != null ) {
html += ``;
}
}
if(array_file.length > 0) {
html += '
';
jQuery('.allegati-articolo').append(html);
}
jQuery('.img-copertina').find('img').first().remove();
let data_art = jQuery('.fusion-tb-published-date').html();
jQuery('.fusion-tb-published-date').html(data_art.replace("Published On: ", ""));
let cat_art = jQuery('.fusion-tb-categories').html();
jQuery('.fusion-tb-categories').html(cat_art.replace("Categorie: ", ""));