fr: margin-bottom doesn't work, try position.
[enc.git] / fr / kitchen / javascript.html
CommitLineData
1e538870
TG
1<script src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script>
2
3<script src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script>
4
5<!-- Piwik -->
6<script type="text/javascript">
7 /*
8 @licstart Vous trouverez ci-dessous l'avis de licence complet pour
9 le code JavaScript de cette page.
10
11 Copyright 2014 Matthieu Aubry
12
13 This program is free software: you can redistribute it and/or modify
14 it under the terms of the GNU General Public License as published by
15 the Free Software Foundation, either version 3 of the License, or
16 (at your option) any later version.
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
21 You should have received a copy of the GNU General Public License
22 along with this program. If not, see http://www.gnu.org/licenses/.
23
24 Traduction non officielle n'ayant aucune valeur juridique :
25
26 Ce programme est un logiciel libre : vous pouvez le redistribuer et/ou
27 le modifier selon les termes de la GNU General Public License (licence
28 publique générale GNU) telle que publiée par la Free Software Foundation,
29 en version 3 de la licence ou (à votre discrétion) toute version
30 ultérieure.
31
32 Ce programme est distribué dans l'espoir qu'il sera utile, mais SANS
33 AUCUNE GARANTIE ; sans même la garantie tacite de QUALITÉ MARCHANDE ou
34 d'ADÉQUATION À UN BUT PARTICULIER. Consultez la GNU General Public License
35 pour plus de détails.
36
37 Vous devriez avoir reçu une copie de la GNU General Public License avec ce
38 programme. Si ce n'est pas le cas, consultez http://www.gnu.org/licenses/.
39
40 @licend Vous trouverez ci-dessus l'avis de licence complet pour
41 le code JavaScript de cette page.
42 */
43 var _paq = _paq || [];
44 _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
45 _paq.push(["setCookieDomain", "*.www.fsf.org"]);
46 _paq.push(["setDomains", ["*.www.fsf.org","*.www.fsf.org"]]);
47 _paq.push(["trackPageView"]);
48 _paq.push(["enableLinkTracking"]);
49 (function() {
50 var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/";
51 _paq.push(["setTrackerUrl", u+"piwik.php"]);
52 _paq.push(["setSiteId", "5"]);
53 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0];
54 g.type="text/javascript"; g.defer=true; g.async=true; g.src=u+"piwik.js";
55 s.parentNode.insertBefore(g,s);
56 })();
57</script><!-- End Piwik code -->
58
59</body>
60</html>
61