15 lines
420 B
HTML
15 lines
420 B
HTML
<BOUCLE_principale(RUBRIQUES) {id_rubrique}>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>[(#TITRE|couper{80}|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
</head>
|
|
<body>
|
|
<p>Importation vers : #TITRE</p>
|
|
#LIBREAVOUS_IMPORT{#ID_RUBRIQUE,#ID_SECTEUR}
|
|
</body>
|
|
</html>
|
|
</BOUCLE_principale>
|