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

attributs DIR dans <html> plutot que <body> (N. Krebs)

parent a8108cfa
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG"> <html dir="#LANG_DIR" lang="#LANG">
<head> <head>
<title>[#NOM_SITE_SPIP - <:pass_erreur:> 404]</title> <title>[#NOM_SITE_SPIP - <:pass_erreur:> 404]</title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<link rel="stylesheet" href="habillage.css" type="text/css" media="print, projection, screen, tv"> <link rel="stylesheet" href="habillage.css" type="text/css" media="print, projection, screen, tv">
</head> </head>
<body bgcolor="white" dir="#LANG_DIR"> <body>
...@@ -47,4 +47,4 @@ ...@@ -47,4 +47,4 @@
#SPIP_CRON #SPIP_CRON
</body> </body>
</html> </html>
\ No newline at end of file
<BOUCLE_article_principal(ARTICLES) {id_article}><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <BOUCLE_article_principal(ARTICLES) {id_article}><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG"> <html dir="#LANG_DIR" lang="#LANG">
<head> <head>
<title>[(#TITRE|textebrut)]</title> <title>[(#TITRE|textebrut)]</title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<link rel="stylesheet" href="impression.css" type="text/css" media="print"> <link rel="stylesheet" href="impression.css" type="text/css" media="print">
</head> </head>
<body bgcolor="white" dir="#LANG_DIR"> <body>
<div id="navigation"> <div id="navigation">
<h1 class="structure"><:navigation:></h1> <h1 class="structure"><:navigation:></h1>
...@@ -311,4 +311,4 @@ ...@@ -311,4 +311,4 @@
</body> </body>
</html> </html>
</BOUCLE_article_principal> </BOUCLE_article_principal>
\ No newline at end of file
<BOUCLE_auteur_principal(AUTEURS) {id_auteur} <BOUCLE_auteur_principal(AUTEURS) {id_auteur}
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG"> <html dir="#LANG_DIR" lang="#LANG">
<head> <head>
<title>[(#NOM|textebrut)]</title> <title>[(#NOM|textebrut)]</title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<link rel="stylesheet" href="impression.css" type="text/css" media="print"> <link rel="stylesheet" href="impression.css" type="text/css" media="print">
</head> </head>
<body bgcolor="white"> <body>
<div id="navigation"> <div id="navigation">
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
</div> </div>
[<p><b><:envoyer_message:></b></p> [<p><b><:envoyer_message:></b></p>
<div class='spip_encadrer'><b>(#FORMULAIRE_ECRIRE_AUTEUR)</b></div>] <div class='spip_encadrer'>(#FORMULAIRE_ECRIRE_AUTEUR)</div>]
<!-- Articles de l'auteur --> <!-- Articles de l'auteur -->
......
<BOUCLE_breve_principal(BREVES) {id_breve} <BOUCLE_breve_principal(BREVES) {id_breve}
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG"> <html dir="#LANG_DIR" lang="#LANG">
<head> <head>
<title>#TITRE</title> <title>#TITRE</title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<link rel="stylesheet" href="impression.css" type="text/css" media="print"> <link rel="stylesheet" href="impression.css" type="text/css" media="print">
</head> </head>
<body bgcolor="white" dir="#LANG_DIR"> <body>
<div id="navigation"> <div id="navigation">
......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG"> <html dir="#LANG_DIR" lang="#LANG">
<head> <head>
<title>[#NOM_SITE_SPIP] <:poster_message:></title> <title>[#NOM_SITE_SPIP] <:poster_message:></title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<link rel="stylesheet" href="habillage.css" type="text/css" media="print, projection, screen, tv"> <link rel="stylesheet" href="habillage.css" type="text/css" media="print, projection, screen, tv">
</head> </head>
<body bgcolor="white" dir="#LANG_DIR"> <body>
<div id="navigation"> <div id="navigation">
......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG"> <html dir="#LANG_DIR" lang="#LANG">
<head> <head>
<title><:login_acces_prive:></title> <title><:login_acces_prive:></title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
<link rel="stylesheet" href="spip_style.css" type="text/css"> <link rel="stylesheet" href="spip_style.css" type="text/css">
</head> </head>
<body dir="#LANG_DIR" bgcolor="#ffffff" text="#000000" link="#e86519" vlink="#6e003a" alink="#ff9900"> <body bgcolor="#ffffff" text="#000000" link="#e86519" vlink="#6e003a" alink="#ff9900">
<br><br><br><center><table width="400"><tr><td width="400"> <br><br><br><center><table width="400"><tr><td width="400">
<div align="center"> <div align="center">
......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<BOUCLE_mot_principal(MOTS) {id_mot} {doublons}> <BOUCLE_mot_principal(MOTS) {id_mot} {doublons}>
<html lang="#LANG"> <html dir="#LANG_DIR" lang="#LANG">
<head> <head>
<title>[(#TITRE|textebrut)]</title> <title>[(#TITRE|textebrut)]</title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<link rel="stylesheet" href="impression.css" type="text/css" media="print"> <link rel="stylesheet" href="impression.css" type="text/css" media="print">
</head> </head>
<body bgcolor="white" dir="#LANG_DIR"> <body>
<div id="navigation"> <div id="navigation">
......
...@@ -32,4 +32,4 @@ ...@@ -32,4 +32,4 @@
-> #URL_SITE_SPIP/#URL_BREVE -> #URL_SITE_SPIP/#URL_BREVE
</BOUCLE_nv2></BOUCLE0> </BOUCLE_nv2></BOUCLE0>
\ No newline at end of file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG"> <html dir="#LANG_DIR" lang="#LANG">
<head> <head>
<title>[#NOM_SITE_SPIP] </title> <title>[#NOM_SITE_SPIP] </title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<link rel="stylesheet" href="habillage.css" type="text/css" media="print, projection, screen, tv"> <link rel="stylesheet" href="habillage.css" type="text/css" media="print, projection, screen, tv">
</head> </head>
<body bgcolor="white" dir="#LANG_DIR"> <body>
<!-- Plan du site --> <!-- Plan du site -->
......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG"> <html dir="#LANG_DIR" lang="#LANG">
<head> <head>
<title><:resultats_recherche:></title> <title><:resultats_recherche:></title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<link rel="stylesheet" href="impression.css" type="text/css" media="print"> <link rel="stylesheet" href="impression.css" type="text/css" media="print">
</head> </head>
<body bgcolor="white" dir="#LANG_DIR"> <body>
<div id="navigation"> <div id="navigation">
......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG"> <html dir="#LANG_DIR" lang="#LANG">
<head> <head>
<title>[#NOM_SITE_SPIP] </title> <title>[#NOM_SITE_SPIP] </title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<link rel="stylesheet" href="habillage.css" type="text/css" media="print, projection, screen, tv"> <link rel="stylesheet" href="habillage.css" type="text/css" media="print, projection, screen, tv">
</head> </head>
<body bgcolor="white" dir="#LANG_DIR"> <body>
<div id="navigation"> <div id="navigation">
......
<BOUCLE_rubrique_principal(RUBRIQUES) {id_rubrique} <BOUCLE_rubrique_principal(RUBRIQUES) {id_rubrique}
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG"> <html dir="#LANG_DIR" lang="#LANG">
<head> <head>
<title>[(#TITRE|textebrut)]</title> <title>[(#TITRE|textebrut)]</title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<link rel="alternate" type="application/rss+xml" title="<:syndiquer_rubrique:>" href="backend.php3?id_rubrique=#ID_RUBRIQUE"> <link rel="alternate" type="application/rss+xml" title="<:syndiquer_rubrique:>" href="backend.php3?id_rubrique=#ID_RUBRIQUE">
</head> </head>
<body bgcolor="white" dir="#LANG_DIR"> <body>
<div id="navigation"> <div id="navigation">
......
<BOUCLE_site(SITES){id_syndic} <BOUCLE_site(SITES){id_syndic}
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html dir="#LANG_DIR" lang="#LANG">
<html lang="#LANG">
<head> <head>
<title>[(#NOM_SITE|textebrut)]</title> <title>[(#NOM_SITE|textebrut)]</title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
...@@ -19,7 +17,7 @@ ...@@ -19,7 +17,7 @@
<link rel="stylesheet" href="impression.css" type="text/css" media="print"> <link rel="stylesheet" href="impression.css" type="text/css" media="print">
</head> </head>
<body bgcolor="white"> <body>
<div id="navigation"> <div id="navigation">
......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG"> <html dir="#LANG_DIR" lang="#LANG">
<head> <head>
<title>[#NOM_SITE_SPIP] </title> <title>[#NOM_SITE_SPIP] </title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET"> <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<link rel="alternate" type="application/rss+xml" title="<:syndiquer_site:>" href="backend.php3"> <link rel="alternate" type="application/rss+xml" title="<:syndiquer_site:>" href="backend.php3">
</head> </head>
<body bgcolor="white" dir="#LANG_DIR"> <body>
<div id="navigation"> <div id="navigation">
......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG"> <html dir="#LANG_DIR" lang="#LANG">
<!-- <!--
// ACCESSIBILITE // ACCESSIBILITE
// la page /oo offre une lecture en mode "texte seul" // la page /oo offre une lecture en mode "texte seul"
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta http-equiv="AUTHOR" content="#NOM_SITE_SPIP"> <meta http-equiv="AUTHOR" content="#NOM_SITE_SPIP">
<meta http-equiv="DESCRIPTION" content="Edition en mode texte de #NOM_SITE_SPIP"> <meta http-equiv="DESCRIPTION" content="Edition en mode texte de #NOM_SITE_SPIP">
</head> </head>
<body dir="#LANG_DIR"> <body>
<hr /> <hr />
<:edition_mode_texte:> <a href="#URL_SITE_SPIP">{#NOM_SITE_SPIP}</a> <:edition_mode_texte:> <a href="#URL_SITE_SPIP">{#NOM_SITE_SPIP}</a>
<hr /> <hr />
......
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