Overview
Comment:Restaurer contenu article.html qui a été malencontreusement remplacé
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable | 0.9.7
Files: files | file ages | folders
SHA1: 68c2ae597f0cd12e5e521a361444ac85876670e8
User & Date: bohwaz on 2020-06-22 23:34:30
Other Links: manifest | tags
Context
2020-06-23
00:07
Un peu optimiste sur les capacités de SQLite, la conversion de format doit se faire manuellement en fait check-in: 7f5dfb0dcd user: bohwaz tags: trunk, stable, 0.9.7
2020-06-22
23:34
Restaurer contenu article.html qui a été malencontreusement remplacé check-in: 68c2ae597f user: bohwaz tags: trunk, stable, 0.9.7
23:32
Correction du format des champs de type date et datetime dans les fiches membre check-in: 15c085059e user: bohwaz tags: trunk
Changes

Modified src/www/squelettes-dist/article.html from [1358605e8d] to [76fac266de].

1
2
3
4

5

6
7
8
9
10
11

12
13

14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

32
33

<BOUCLE_rubrique(PAGES){uri}>

	<INCLURE{entete.html}>


	<article class="rubrique">

		<h1>#TITRE</h1>
		<div class="corps">
			[(#TEXTE*|formatter_texte)]
		</div>
		<INCLURE{galerie.html}>
		<INCLURE{documents.html}>

	</article>


	<section class="articles">
	<BOUCLE_articles(ARTICLES){rubrique}{par uri}>
		<article>
		<h3><a href="#URL">#TITRE</a></h3>
		<p>[(#TEXTE|supprimer_skriv|couper{200})]</p>
		</article>
	</BOUCLE_articles>
	</section>

	<INCLURE{pied.html}>

</BOUCLE_rubrique>

	<INCLURE{entete.html}>
	<p class="error">
		Cette page n'existe pas.
	</p>
	<INCLURE{pied.html}>


<//B_rubrique>

<
<
|

>
|
>






>


>

|

|
|

|

|
<
|
<
<
<
|
|
|
<
>

<
>


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

25



26
27
28

29
30

31


<INCLURE{entete.html}>

<B_article>
	<article>
		<BOUCLE_article(ARTICLES){uri}>
		<h1>#TITRE</h1>
		<div class="corps">
			[(#TEXTE*|formatter_texte)]
		</div>
		<INCLURE{galerie.html}>
		<INCLURE{documents.html}>
		</BOUCLE_article>
	</article>

	<B_enfants>
	<section class="articles">
		<BOUCLE_enfants(PAGES){parent}{par uri}>
		<article>
			<h3><a href="#URL">#TITRE</a></h3>
			<p>[(#TEXTE|supprimer_skriv|couper{200})]</p>
		</article>
		</BOUCLE_enfants>
	</section>
	</B_enfants>

</B_article>



<p class="error">
	Cette page n'existe pas.
</p>

<//B_article>


<INCLURE{pied.html}>