-
Notifications
You must be signed in to change notification settings - Fork 89
/
_single-head-template.html
58 lines (49 loc) · 1.17 KB
/
_single-head-template.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#include "_doctype.html"
<html lang="en">
<head> <title>curl - Changes in VERSION</title>
#include "css.t"
#include "changescss.t"
.thisver {
display: none;
}
.other {
background-color: #e0e0e0;
border: 1px solid black;
border-radius: 10px;
padding: 5px 5px 5px 5px;
margin-right: 40px;
}
</style>
</head>
#define CURL_CHANGES_IN_VERSION
#define CURL_URL ch/VERSION.html
#include "_menu.html"
#include "setup.t"
#include "changes.t"
WHERE3(Docs, "/docs/", Releases, "/docs/reldocs.html", Changes in VERSION)
<p>
<div class="relatedbox">
<b>Related:</b>
<br><a href="/snapshots/">Daily Snapshots</a>
<br><a href="/source.html">Source repo</a>
<br><a href="/docs/releases.html">Release log</a>
<br><a href="/dev/release-notes.html">Pending Release</a>
</div>
<span class="other">
#ifdef PREVVERSION
<a href="PREVVERSION.html">🠰 PREVVERSION</a>
#else
🠰 n/a
#endif
</span>
<span class="other">
<a href="/changes.html">all changes</a>
</span>
<span class="other">
#ifdef NEXTVERSION
<a href="NEXTVERSION.html">NEXTVERSION 🠲</a>
#else
<a href="/dev/release-notes.html">pending release</a>
#endif
</span>
TITLE(Changes in VERSION - RELEASEDATE)