'; // '+((image_full)?'style="display:block"':'')+'
html += '
';
// Pinit
pinit_lien_texte = '';
/*if(image_full)
pinit_lien_texte = 'Enregistrer';*/
if(image_full)
html += ''+pinit_lien_texte+'';
html += '
';
if(image_full)
html += '';
html += ' ';
if(description != '' || (recit != '' && vn(recit_id) && actual_recit_id != recit_id))
{
// On affiche un autre bloc pour la description
html += '
';
// Description
html += description_html;
if(recit != '' && vn(recit_id) && actual_recit_id != recit_id)
html += 'Récit «'+recit+'» par '+auteur+'';
html += '';
}
html += '
';
// love
html += '
';
html += '
';
if(image_full)
{
// Exporter
html += '
';
// Dans le forum
html += '
';
// Avis
html += '
';
}
html += '';
html += '
';
$(this).after(html);
// On vire l'image de base
$(this).remove();
}
});
if(vn(max_largeur_image))
{
// POur ce con de IE, on reforce la taille maxi des images
$('.signature_de_message_du_forum img').css('max-width', max_largeur_image+'px');
$('.message_du_forum img').css('max-width', max_largeur_image+'px');
}
}