1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
Radicale/documentation-generator/template.html

66 lines
2 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
2022-04-24 19:14:27 +02:00
$styles.html()$
</style>
$if(math)$
2022-04-24 19:14:26 +02:00
$math$
$endif$
2022-09-15 01:15:49 +02:00
<link href="assets/all.css" media="all" rel="stylesheet">
<link href="assets/screen.css" media="screen" rel="stylesheet">
2020-03-01 20:12:40 +01:00
<link href="assets/screen-narrow.css" media="screen and (max-width: 50em)" rel="stylesheet">
<link href="assets/print.css" media="print" rel="stylesheet">
<noscript><link href="assets/screen-noscript.css" media="screen" rel="stylesheet"></noscript>
<link href="https://github.com/Kozea/Radicale/releases.atom" type="application/atom+xml" rel="alternate" title="Radicale Releases">
2020-03-01 23:01:08 +01:00
<link href="assets/icon.png" type="image/png" rel="icon">
<title>Radicale $branch$ Documentation</title>
<meta name="description" content="Free and Open-Source CalDAV and CardDAV Server">
<script src="assets/navigation.js"></script>
<script src="assets/document-branches.js"></script>
2020-03-01 20:12:40 +01:00
<script src="assets/narrow-menu.js"></script>
2020-03-23 20:49:08 +01:00
<script src="assets/navigation-scroll-fix.js"></script>
<header>
2022-04-24 19:14:26 +02:00
<div class="logoContainer">
<h1>
Radicale
<span class="documentBranch">
<span>$branch$</span>
<select style="display: none;">
$for(branches)$
2022-04-24 19:14:26 +02:00
<option value="$it.href$"$if(it.default)$ selected$endif$>$it.name$</option>
$endfor$
2022-04-24 19:14:26 +02:00
</select>
</span>
</h1>
<p>Free and Open-Source CalDAV and CardDAV Server</p>
</div>
<div class="linkContainer">
<ul>
<li><a href="https://community.kozea.fr">Made with ❤ by Kozea Community</a></li>
<li><a href="https://github.com/Kozea/Radicale">Fork me on GitHub</a></li>
</ul>
</div>
</header>
<main>
2022-04-24 19:14:26 +02:00
<div class="navButtonContainer" style="display: none;">
<button data-name="nav-open">Contents</button>
</div>
<nav>
<div class="navContainer">
<div class="navButtonContainer" style="display: none;">
<button data-name="nav-close">Close</button>
</div>
<h2>Contents</h2>
$table-of-contents$
</div>
</nav>
<div class="documentContainer">
2021-12-13 22:46:11 +01:00
$body$
2022-04-24 19:14:26 +02:00
</div>
</main>