Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / conf / mlton-html5.conf
CommitLineData
7f918cf1
CE
1[+docinfo]
2ifdef::basebackend-html[]
3<link rel="stylesheet" href="./mlton.css" type="text/css">
4ifeval::["{mlton-guide-host}"=="www.mlton.org"]
5# Google Custom Search only on www.mlton.org.
6<script type="text/javascript" src="./mlton-gcse.js"></script>
7ifeval::["{doctitle}"=="MLton"]
8# Google+ linked website only on www.mlton.org/index.html.
9<link href="https://plus.google.com/116633416570720758758" rel="publisher">
10endif::[]
11endif::[]
12endif::basebackend-html[]
13
14[+banner-body]
15ifdef::basebackend-html[]
16<div id="banner-home">
17ifeval::["{mlton-guide-host}"=="www.mlton.org"]
18<a href="./Home">MLton</a>
19endif::[]
20ifeval::["{mlton-guide-host}"=="localhost"]
21<a href="./Home">MLton {mlton-version}</a>
22endif::[]
23</div>
24ifeval::["{mlton-guide-host}"=="www.mlton.org"]
25# Google Custom Search only on www.mlton.org.
26<div id="banner-search">
27<div id="cse-search-form" style="width: 100%;">Loading</div>
28<script src="http://www.google.com/jsapi" type="text/javascript"></script>
29<script type="text/javascript">
30 google.load('search', '1', {language : 'en', style : google.loader.themes.V2_DEFAULT});
31 google.setOnLoadCallback(function() {
32 var customSearchOptions = {}; var customSearchControl = new google.search.CustomSearchControl(
33 '015900004091250679661:g82p7pue1um', customSearchOptions);
34 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
35 var options = new google.search.DrawOptions();
36 options.enableSearchboxOnly("http://www.google.com/cse?cx=015900004091250679661:g82p7pue1um");
37 customSearchControl.draw('cse-search-form', options);
38 }, true);
39</script>
40</div>
41endif::[]
42endif::basebackend-html[]
43
44[+footer-body]
45ifdef::basebackend-html[]
46<div id="footer-text">
47ifeval::["{mlton-guide-host}"=="www.mlton.org"]
48# "Last updated ..." and Log and Edit links only on www.mlton.org.
49# "Last updated ..." only for tracked files.
50{git-commit-hash#}<div>Last updated {git-author-date} by {git-author-name}.</div>
51# Log and Edit links only for tracked files.
52{git-commit-hash#}<div><a href="https://github.com/MLton/mlton/commits/master/doc/guide/src/{mlton-guide-page}.adoc">Log</a></div>
53{git-commit-hash#}<div><a href="https://github.com/MLton/mlton/edit/master/doc/guide/src/{mlton-guide-page}.adoc">Edit</a></div>
54endif::[]
55</div>
56<div id="footer-badges">
57ifeval::["{mlton-guide-host}"=="www.mlton.org"]
58# SourceForge.net statistics only valid on www.mlton.org.
59<div>
60<a href="http://sourceforge.net/projects/mlton"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=50419&amp;type=9" width="80" height="15" alt="Get MLton Standard ML Compiler at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
61</div>
62endif::[]
63ifeval::["{mlton-guide-host}"=="www.mlton.org"]
64# Referer validation only valid on www.mlton.org.
65<div>
66Valid <a href="http://validator.w3.org/check?uri=referer">HTML5</a>
67and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
68</div>
69endif::[]
70</div>
71endif::basebackend-html[]