Overview
Comment:More style
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 14d7733fac9dd552506497bbf96d2474681f06d696d52d50b54bdb7214963ee4
User & Date: bohwaz on 2021-11-20 12:11:05
Other Links: manifest | tags
Context
2021-11-20
12:11
Change style check-in: 72a2bf7c73 user: bohwaz tags: trunk
12:11
More style check-in: 14d7733fac user: bohwaz tags: trunk
12:08
Fix typo check-in: d6be03a43d user: bohwaz tags: trunk
Changes

Modified doc/index.md from [f9bba196c1] to [e9ffb7b011].

15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
</nav>

<p id="give"><a href="https://kd2.org/soutien/" target="_blank">Soutenir Garradin en effectuant un don :-)</a></p>

<form method="GET" action="$ROOT/wiki" onsubmit="this.action=this.form.t.dataset.action; this.form.s.name=this.form.t.dataset.name; this.target=this.form.t.dataset.target;">
<fieldset class="searchForm searchFormWiki">
	<legend>Rechercher</legend>
	<input type="text" name="s" size="40" value="" /><br />
	<label><input type="radio" name="t" value="" data-name="s" data-action="$ROOT/wiki/" data-target="" /> Chercher dans la documentation technique</label><br />
	<label><input type="radio" name="t" value="1" data-action="https://garradin.eu/search" data-name="search" data-target="_blank" /> Chercher dans la documentation technique</label><br />
	<input type="submit" value="Rechercher" />
</fieldset>
</form>

<script type="text/javascript">
document.head.innerHTML += `<style type="text/css">
#give {







|
|
|







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
</nav>

<p id="give"><a href="https://kd2.org/soutien/" target="_blank">Soutenir Garradin en effectuant un don :-)</a></p>

<form method="GET" action="$ROOT/wiki" onsubmit="this.action=this.form.t.dataset.action; this.form.s.name=this.form.t.dataset.name; this.target=this.form.t.dataset.target;">
<fieldset class="searchForm searchFormWiki">
	<legend>Rechercher</legend>
	<input type="text" name="s" size="40" value="" />
	<label><input type="radio" name="t" value="" data-name="s" data-action="$ROOT/wiki/" data-target="" checked="checked" /> Chercher dans la documentation technique</label>
	<label><input type="radio" name="t" value="1" data-action="https://garradin.eu/search" data-name="search" data-target="_blank" /> Chercher dans la documentation technique</label>
	<input type="submit" value="Rechercher" />
</fieldset>
</form>

<script type="text/javascript">
document.head.innerHTML += `<style type="text/css">
#give {
90
91
92
93
94
95
96









97
98
99
100
101
102
103
	font-size: 1em;
}

#download li a {
	border-color: #060;
	background: #dfd;
}









`;

function isNewerVersion (oldVer, newVer) {
	const oldParts = oldVer.split('.')
	const newParts = newVer.split('.')
	for (var i = 0; i < newParts.length; i++) {
		const a = ~~newParts[i] // parse int







>
>
>
>
>
>
>
>
>







90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
	font-size: 1em;
}

#download li a {
	border-color: #060;
	background: #dfd;
}

#searchForm {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: .5em;
	margin: 1em auto;
	max-width: 30em;
	text-align: center;
}
`;

function isNewerVersion (oldVer, newVer) {
	const oldParts = oldVer.split('.')
	const newParts = newVer.split('.')
	for (var i = 0; i < newParts.length; i++) {
		const a = ~~newParts[i] // parse int