('website-url-fieldset' or 'edit-website-url-fieldset') * array $selectedFormats — selected format_type IDs * int $websiteFormatId — ID of the "Site web" format_type * string $websiteUrl — current value (for repopulation) * string $websiteLabel — current value (for repopulation) */ if (!$websiteFormatId) { echo ''; return; } if (!in_array((int)$websiteFormatId, array_map('intval', $selectedFormats), true)) { echo ''; return; } $escUrl = htmlspecialchars($websiteUrl); $escLabel = htmlspecialchars($websiteLabel); ?>
Site web
Si le TFE est un site web, entrez son URL ici. Il sera affiché comme un site embarqué sur la page du TFE.