Skip to content
Extraits de code Groupes Projets
Valider 9a6dea89 rédigé par esj's avatar esj
Parcourir les fichiers

plus besoin d'ecrire HTTP** dans les squelettes

parent 9e742668
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
#HTTP**{"Content-Type: text/javascript"}
#HTTP{"Content-Type: text/javascript"}
document.write('<table border="0" bgcolor="#000000" cellspacing="0" cellpadding="0"><tr><td>');
document.write('<table border="0" bgcolor="#ffffff" cellspacing="1" cellpadding="2"><tr><td bgcolor="#d0d0d0" align="center">');
document.write('<a href="#URL_SITE_SPIP/"><b>[(#NOM_SITE_SPIP|addslashes)]</b></a>&nbsp;</td></tr><tr><td><ul><small>');
......
#HTTP**{"Cache-Control: no-store, no-cache, must-revalidate",
"Pragma: no-cache"}
#HTTP{"Cache-Control: no-store, no-cache, must-revalidate","Pragma: no-cache"}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="#LANG_DIR" lang="#LANG">
<head>
......
#HTTP**{"Content-type: text/calendar"}
#HTTP{"Content-type: text/calendar"}
BEGIN:VCALENDAR
CALSCALE:GREGORIAN
X-WR-CALNAME;VALUE=TEXT:[(#NOM_SITE_SPIP|filtrer_ical)]
......
#HTTP**{"Cache-Control: no-store, no-cache, must-revalidate",
"Pragma: no-cache"}
#HTTP{"Cache-Control: no-store, no-cache, must-revalidate","Pragma: no-cache"}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="#LANG_DIR" lang="#LANG">
<head>
......
......@@ -776,6 +776,7 @@ function balise_HTTP_dist($p) {
$code = "";
foreach($a as $v) $code .= 'header("' . $v[0]->texte . '");';
$p->code="('<'.'?php $code ?' . '>')";
$p->interdire_scripts = false;
return $p;
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter