Overview
Comment:Correction de l'indentation (tabs)
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: a25601fd8a1bbdd8efaa1d8e9125ae7cc9712419
User & Date: bohwaz on 2017-09-08 03:36:32
Other Links: branch diff | manifest | tags
Context
2017-09-08
04:26
Fichiers index pour empêcher le listing des répertoires check-in: 5aae782caf user: bohwaz tags: dev
03:36
Correction de l'indentation (tabs) check-in: a25601fd8a user: bohwaz tags: dev
03:33
Ajout galerie images et documents aux squelettes par défaut check-in: ed028de0ce user: bohwaz tags: dev
Changes

Modified src/www/squelettes-dist/atom.xml from [ed7a38ac1c] to [7a395435ce].

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
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



-
-
-
+
+
+

-
-
-
+
+
+

-
-
-
+
+
+

-
-
+
+

-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+


<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="fr">

    <title type="html">[(#NOM_ASSO|echapper_xml)]</title>
    <link href="[(#URL_ATOM|echapper_xml)]" rel="self"/>
    <link href="[(#URL_RACINE|echapper_xml)]" rel="alternate" type="text/html" title="[(#NOM_ASSO|echapper_xml)]" />
	<title type="html">[(#NOM_ASSO|echapper_xml)]</title>
	<link href="[(#URL_ATOM|echapper_xml)]" rel="self"/>
	<link href="[(#URL_RACINE|echapper_xml)]" rel="alternate" type="text/html" title="[(#NOM_ASSO|echapper_xml)]" />

    <BOUCLE_derniere(PAGES){par date_creation}{inverse}{0,1}>
    <updated>[(#DATE_CREATION|date_atom)]</updated>
    </BOUCLE_derniere>
	<BOUCLE_derniere(PAGES){par date_creation}{inverse}{0,1}>
	<updated>[(#DATE_CREATION|date_atom)]</updated>
	</BOUCLE_derniere>

    <author>
        <name>[(#NOM_ASSO|echapper_xml)]</name>
    </author>
	<author>
		<name>[(#NOM_ASSO|echapper_xml)]</name>
	</author>

    <id>[(#URL_RACINE|echapper_xml)]</id>
    <generator uri="http://dev.kd2.org/garradin/">Garradin</generator>
	<id>[(#URL_RACINE|echapper_xml)]</id>
	<generator uri="http://dev.kd2.org/garradin/">Garradin</generator>

    <BOUCLE_actu(PAGES){par date_creation}{inverse}{0,20}>
    <entry>
        <title>[(#TITRE|echapper_xml)]</title>
        <link href="[(#URL|echapper_xml)]" rel="alternate" type="text/html" title="[(#TITRE|echapper_xml)]" />
        <id>[(#URL|echapper_xml)]</id>
        <updated>[(#DATE_CREATION|date_atom)]</updated>
        <author><name>[(#NOM_ASSO|echapper_xml)]</name></author>
        <content type="html">
            [(#TEXTE*|formatter_texte|echapper_xml)]
        </content>
    </entry>
    </BOUCLE_actu>
	<BOUCLE_actu(PAGES){par date_creation}{inverse}{0,20}>
	<entry>
		<title>[(#TITRE|echapper_xml)]</title>
		<link href="[(#URL|echapper_xml)]" rel="alternate" type="text/html" title="[(#TITRE|echapper_xml)]" />
		<id>[(#URL|echapper_xml)]</id>
		<updated>[(#DATE_CREATION|date_atom)]</updated>
		<author><name>[(#NOM_ASSO|echapper_xml)]</name></author>
		<content type="html">
			[(#TEXTE*|formatter_texte|echapper_xml)]
		</content>
	</entry>
	</BOUCLE_actu>

</feed>

Modified src/www/squelettes-dist/entete.html from [a49afe476b] to [5a1592d699].

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
34
35

36
37
38
39
40
41
42
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
34

35
36
37
38
39
40
41
42



-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+

-
+














-
-
+
+





-
+







<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="utf-8" />
    <title>[(#TITRE) - ]#NOM_ASSO</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, target-densitydpi=device-dpi" />
    <link rel="stylesheet" type="text/css" href="[(#URL_CSS_DEFAUT)]" media="screen,projection,handheld" />
    <link rel="alternate" type="application/atom+xml" title="Actualité de #NOM_ASSO" href="#URL_ATOM" />
    <!--[if lte IE 8]>
    <script type="text/javascript">
  	'article aside footer header nav section time'.replace(/\w+/g,function(n){document.createElement(n)})
	<meta charset="utf-8" />
	<title>[(#TITRE) - ]#NOM_ASSO</title>
	<meta name="viewport" content="width=device-width, initial-scale=1.0, target-densitydpi=device-dpi" />
	<link rel="stylesheet" type="text/css" href="[(#URL_CSS_DEFAUT)]?2017" media="screen,projection,handheld" />
	<link rel="alternate" type="application/atom+xml" title="Actualité de #NOM_ASSO" href="#URL_ATOM" />
	<!--[if lte IE 8]>
	<script type="text/javascript">
	'article aside footer header nav section time'.replace(/\w+/g,function(n){document.createElement(n)})
	</script>
    <![endif]-->
	<![endif]-->
</head>

<body>

<header class="nav">
	<nav>
		<ul>
			<li class="current"><a href="#URL_RACINE">Accueil</a></li>
			<li><a href="#URL_ADMIN">Administration</a></li>
		</ul>
	</nav>
</header>

<header class="main">
    <h1><a href="#URL_RACINE">#NOM_ASSO</a></h1>
    [<h4>(#ADRESSE_ASSO)</h4>]
	<h1><a href="#URL_RACINE">#NOM_ASSO</a></h1>
	[<h4>(#ADRESSE_ASSO)</h4>]

	<B_menu>
	<nav>
		<ul>
		<BOUCLE_menu(RUBRIQUES){parent=0}{par titre}>
		    <li><a href="#URL/">#TITRE</a></li>
			<li><a href="#URL/">#TITRE</a></li>
		</BOUCLE_menu>
		</ul>
	</nav>
	</B_menu>
</header>

<section class="page">

Modified src/www/squelettes-dist/pied.html from [dd5dd6282b] to [25cd019401].

1
2
3
4

5
6
7
8
1
2
3

4
5
6
7
8



-
+




</section>

<footer class="main">
    Propulsé par <a href="http://garradin.eu/" id="garradin">Garradin</a> — logiciel libre de gestion associative
	Propulsé par <a href="http://garradin.eu/" id="garradin">Garradin</a> — logiciel libre de gestion associative
</footer>

</body>
</html>

Modified src/www/squelettes-dist/sommaire.html from [0304ba619a] to [570a872763].

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
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




-
-
-
-
+
+
+
+







-
-
-
-
+
+
+
+






<INCLURE{entete.html}>

<BOUCLE_une(ARTICLES){par date}{inverse}{0,1}>
<section class="articles">
    <article>
    <h1><a href="#URL">#TITRE</a></h1>
    <h5>Posté : [(#DATE_CREATION|date_intelligente)]</h5>
    <p>[(#TEXTE|formatter_texte)]</p>
	<article>
	<h1><a href="#URL">#TITRE</a></h1>
	<h5>Posté : [(#DATE_CREATION|date_intelligente)]</h5>
	<p>[(#TEXTE|formatter_texte)]</p>
	</article>
</section>
</BOUCLE_une>

<B_derniers>
	<section class="articles">
	<BOUCLE_derniers(ARTICLES){par date}{inverse}{1,9}>
	    <article>
	    <h3><a href="#URL">#TITRE</a></h3>
	    <h5>Posté : [(#DATE_CREATION|date_intelligente)]</h5>
	    <p>[(#TEXTE|supprimer_skriv|couper{200})]</p>
		<article>
		<h3><a href="#URL">#TITRE</a></h3>
		<h5>Posté : [(#DATE_CREATION|date_intelligente)]</h5>
		<p>[(#TEXTE|supprimer_skriv|couper{200})]</p>
		</article>
	</BOUCLE_derniers>
	</section>
</B_derniers>

<INCLURE{pied.html}>