Retourner au contenu associé (journal : DLFP et l'accessibilité !)
Posté par Mildred (site web personnel) le 13 février 2006 à 01:22. En réponse au journal DLFP et l'accessibilité !. Évalué à 0.
[?php // plein de code php // calcule plein de valeurs et les met dans les variables $title et $array header("content-type: application/xhtml+xml; charset=utf-8"); ?] [?xml version="1.0" ... ?] [!DOCTYPE ...] [html xmlns="..."][head] [title][?php print $title; ?][/title] [/head][body] [table] [tr][th]colonne 1[/th][th]colonne 2[/th][/tr] [?php foreach($array as $key=>$value){ ?] [tr][td][?php print $key ?][/td][td][?php print $value ?][/td][/tr] [?php } ?] [/table] [/body][/html]
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Merci
Posté par Mildred (site web personnel) . En réponse au journal DLFP et l'accessibilité !. Évalué à 0.
[?php // plein de code php // calcule plein de valeurs et les met dans les variables $title et $array header("content-type: application/xhtml+xml; charset=utf-8"); ?] [?xml version="1.0" ... ?] [!DOCTYPE ...] [html xmlns="..."][head] [title][?php print $title; ?][/title] [/head][body] [table] [tr][th]colonne 1[/th][th]colonne 2[/th][/tr] [?php foreach($array as $key=>$value){ ?] [tr][td][?php print $key ?][/td][td][?php print $value ?][/td][/tr] [?php } ?] [/table] [/body][/html]Ca permet de modifier très facilement la page xHTML ... (en passant il manque la balise [br] non ? )