Subversion Repositories Sites.outils-naturalistes.fr

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 11
Line 1... Line 1...
1
<BOUCLE_accueil(RUBRIQUES){id_rubrique=1}>
1
<BOUCLE_accueil(RUBRIQUES){id_rubrique=5}>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml">
3
<html xmlns="http://www.w3.org/1999/xhtml">
4
<head>
4
<head>
5
<INCLURE{fond=include/head}{id_rubrique}>
5
<INCLURE{fond=include/head}{id_rubrique}>
6
</head>
6
</head>
7
<body>
7
<body>
8
 
-
 
9
<div id="wrap">
8
<div id="wrap">
Line 10... Line 9...
10
 
9
 
Line 11... Line 10...
11
<INCLURE{fond=include/header}{id_rubrique}>
10
<INCLURE{fond=include/header}{id_rubrique}>
12
 
11
 
13
<div id="principal">
12
<div id="principal">
14
	<INCLURE{fond=include/menu}{id_rubrique}>
-
 
15
	<div id="contenu" >
-
 
16
		<INCLURE{fond=include/path}{id_rubrique}>
13
	<INCLURE{fond=include/menu}{id_rubrique}{mon_secteur=#ID_SECTEUR}>
17
 
14
	<div id="contenu" >
-
 
15
		<INCLURE{fond=include/rubrique-contenu}{id_rubrique}>
-
 
16
	</div>
-
 
17
    <div id="agenda">
18
		<INCLURE{fond=include/article-home}{id_rubrique}>
18
	  #CALENDRIER_MINI{#ENV{date}, 'date', #SELF}
Line -... Line 19...
-
 
19
    </div>	
19
	</div>
20
</div>
Line 20... Line 21...
20
</div>
21
 
Line 21... Line 22...
21
 
22