Overview
Comment:Update doc CSS link
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA3-256: 2f5a4d12266d372d3b16e82ccf2aab41dd36a490fccee80299fab0c314e5060a
User & Date: bohwaz on 2023-05-10 12:58:38
Other Links: branch diff | manifest | tags
Context
2023-05-10
13:08
Fix doc links in code editor check-in: 5183e58496 user: bohwaz tags: dev
12:58
Update doc CSS link check-in: 2f5a4d1226 user: bohwaz tags: dev
12:46
Fix file_path in module edit check-in: 4360ea6d42 user: bohwaz tags: dev
Changes

Modified src/www/admin/static/doc/brindille.html from [c7f89e1ba7] to [d495805507].

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><strong><a href="brindille.html">Documentation Brindille</a></strong></li>
<li><a href="brindille_functions.html">Fonctions</a></li>
<li><a href="brindille_sections.html">Sections</a></li>
<li><a href="brindille_modifiers.html">Filtres</a></li>







|







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><strong><a href="brindille.html">Documentation Brindille</a></strong></li>
<li><a href="brindille_functions.html">Fonctions</a></li>
<li><a href="brindille_sections.html">Sections</a></li>
<li><a href="brindille_modifiers.html">Filtres</a></li>

Modified src/www/admin/static/doc/brindille_functions.html from [4ef57a6845] to [7cc112de98].

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><a href="brindille.html">Documentation Brindille</a></li>
<li><strong><a href="brindille_functions.html">Fonctions</a></strong></li>
<li><a href="brindille_sections.html">Sections</a></li>
<li><a href="brindille_modifiers.html">Filtres</a></li>







|







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><a href="brindille.html">Documentation Brindille</a></li>
<li><strong><a href="brindille_functions.html">Fonctions</a></strong></li>
<li><a href="brindille_sections.html">Sections</a></li>
<li><a href="brindille_modifiers.html">Filtres</a></li>
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<tr>
<td style="text-align: left;">…</td>
<td style="text-align: left;">optionnel</td>
<td style="text-align: left;">Autres paramètres : traités comme des valeurs à enregistrer dans le document</td>
</tr>
</tbody>
</table>
<p>Si ni <code>key</code> ni <code>id</code> ne sont indiqués, un nouveau document sera créé avec un nouveau numéro unique.</p>
<p>Si le document indiqué existe déjà, il sera mis à jour. Les valeurs nulles (<code>NULL</code>) seront effacées.</p>
<pre><code>{{:save key="facture_43" nom="Atelier mobile" montant=250}}</code></pre>
<p>Enregistrera dans la base de données le document suivant sous la clé <code>facture_43</code> :</p>
<pre><code>{"nom": "Atelier mobile", "montant": 250}</code></pre>
<p>Exemple de mise à jour :</p>
<pre><code>{{:save key="facture_43" montant=300}}</code></pre>
<p>Exemple de récupération du nouvel ID :</p>







|







475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<tr>
<td style="text-align: left;">…</td>
<td style="text-align: left;">optionnel</td>
<td style="text-align: left;">Autres paramètres : traités comme des valeurs à enregistrer dans le document</td>
</tr>
</tbody>
</table>
<p>Si ni <code>key</code> ni <code>id</code> ne sont indiqués, un nouveau document sera créé avec un nouveau numéro (ID) unique.</p>
<p>Si le document indiqué existe déjà, il sera mis à jour. Les valeurs nulles (<code>NULL</code>) seront effacées.</p>
<pre><code>{{:save key="facture_43" nom="Atelier mobile" montant=250}}</code></pre>
<p>Enregistrera dans la base de données le document suivant sous la clé <code>facture_43</code> :</p>
<pre><code>{"nom": "Atelier mobile", "montant": 250}</code></pre>
<p>Exemple de mise à jour :</p>
<pre><code>{{:save key="facture_43" montant=300}}</code></pre>
<p>Exemple de récupération du nouvel ID :</p>

Modified src/www/admin/static/doc/brindille_modifiers.html from [210cbbaff4] to [5c4bfb5f80].

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><a href="brindille.html">Documentation Brindille</a></li>
<li><a href="brindille_functions.html">Fonctions</a></li>
<li><a href="brindille_sections.html">Sections</a></li>
<li><strong><a href="brindille_modifiers.html">Filtres</a></strong></li>







|







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><a href="brindille.html">Documentation Brindille</a></li>
<li><a href="brindille_functions.html">Fonctions</a></li>
<li><a href="brindille_sections.html">Sections</a></li>
<li><strong><a href="brindille_modifiers.html">Filtres</a></strong></li>

Modified src/www/admin/static/doc/brindille_sections.html from [3792c509fb] to [19437a84b5].

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><a href="brindille.html">Documentation Brindille</a></li>
<li><a href="brindille_functions.html">Fonctions</a></li>
<li><strong><a href="brindille_sections.html">Sections</a></strong></li>
<li><a href="brindille_modifiers.html">Filtres</a></li>







|







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><a href="brindille.html">Documentation Brindille</a></li>
<li><a href="brindille_functions.html">Fonctions</a></li>
<li><strong><a href="brindille_sections.html">Sections</a></strong></li>
<li><a href="brindille_modifiers.html">Filtres</a></li>

Modified src/www/admin/static/doc/keyboard.html from [1987885200] to [13cf7b464d].

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><strong><a href="keyboard.html">Raccourcis claviers</a></strong></li>
<li><a href="markdown.html">Syntaxe MarkDown complète</a></li>
<li><a href="markdown_quickref.html">Référence rapide MarkDown</a></li>
</ul>







|







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><strong><a href="keyboard.html">Raccourcis claviers</a></strong></li>
<li><a href="markdown.html">Syntaxe MarkDown complète</a></li>
<li><a href="markdown_quickref.html">Référence rapide MarkDown</a></li>
</ul>

Modified src/www/admin/static/doc/markdown.html from [684b12e976] to [68fe189aca].

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><a href="keyboard.html">Raccourcis claviers</a></li>
<li><strong><a href="markdown.html">Syntaxe MarkDown complète</a></strong></li>
<li><a href="markdown_quickref.html">Référence rapide MarkDown</a></li>
</ul>







|







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><a href="keyboard.html">Raccourcis claviers</a></li>
<li><strong><a href="markdown.html">Syntaxe MarkDown complète</a></strong></li>
<li><a href="markdown_quickref.html">Référence rapide MarkDown</a></li>
</ul>

Modified src/www/admin/static/doc/markdown_quickref.html from [520e45f5e3] to [5ea42d3605].

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><a href="keyboard.html">Raccourcis claviers</a></li>
<li><a href="markdown.html">Syntaxe MarkDown complète</a></li>
<li><strong><a href="markdown_quickref.html">Référence rapide MarkDown</a></strong></li>
</ul>







|







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><a href="keyboard.html">Raccourcis claviers</a></li>
<li><a href="markdown.html">Syntaxe MarkDown complète</a></li>
<li><strong><a href="markdown_quickref.html">Référence rapide MarkDown</a></strong></li>
</ul>

Modified src/www/admin/static/doc/skriv.html from [f089d3c46b] to [ccbac80805].

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../content.css" />
	</head>
	<body><div class="web-content"><aside class="toc">
	<ol>
		<li><a href="#syntaxe-skrivml">Syntaxe SkrivML</a>
		<ol>
			<li><a href="#styles-de-texte">Styles de texte</a></li>
			<li><a href="#titres">Titres</a></li>







|







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../../content.css" />
	</head>
	<body><div class="web-content"><aside class="toc">
	<ol>
		<li><a href="#syntaxe-skrivml">Syntaxe SkrivML</a>
		<ol>
			<li><a href="#styles-de-texte">Styles de texte</a></li>
			<li><a href="#titres">Titres</a></li>

Modified src/www/admin/static/doc/web.html from [d6894e4cf2] to [b4d341611c].

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><a href="brindille.html">Documentation Brindille</a></li>
<li><a href="brindille_functions.html">Fonctions</a></li>
<li><a href="brindille_sections.html">Sections</a></li>
<li><a href="brindille_modifiers.html">Filtres</a></li>







|







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
			font-size: 1.2em;
		}
		.web-content .nav strong a {
			color: darkred;
			box-shadow: 0px 0px 5px orange;
		}
		</style>
		<link rel="stylesheet" type="text/css" href="../../../../content.css" />
	</head>
	<body><div class="web-content"><div class="nav">
<ul>
<li><a href="brindille.html">Documentation Brindille</a></li>
<li><a href="brindille_functions.html">Fonctions</a></li>
<li><a href="brindille_sections.html">Sections</a></li>
<li><a href="brindille_modifiers.html">Filtres</a></li>