inweb-bootstrap/Patterns/GitHubPages/template-index.html

72 lines
1.9 KiB
HTML
Raw Permalink Normal View History

2019-02-04 22:26:45 +00:00
<html>
<head>
2020-03-23 15:04:43 +00:00
<title>[[Title]]</title>
2020-04-10 20:29:28 +00:00
[[Plugins]]
2019-02-04 22:26:45 +00:00
</head>
2020-04-25 10:33:39 +00:00
<body class="commentary-font">
<nav role="navigation">
[[Navigation]]
</nav>
<main role="main">
2020-03-23 15:04:43 +00:00
<ul class="crumbs">[[Breadcrumbs]]<li><b>[[Title]]</b></li></ul>
<p class="purpose">[[Purpose]] This is version [[Version Number]].</p>
2019-02-04 22:26:45 +00:00
<hr>
<div class="contentspage">
[[If Chapters]]
<ul class="chapterlist">
[[Repeat Chapter]]
<li>
<p class="chapterentry"><a name="[[Chapter Code]]"></a>
<span class="chaptertitle">[[Chapter Title]]</span></p>
[[If Chapter Purpose]]
<p class="chapterpurpose">[[Chapter Purpose]]</p>
[[End If]]
<ul class="sectionlist">
[[Repeat Section]]
<li>
<p class="sectionentry"><a href="[[Section Page]]">
<spon class="sectiontitle">[[Section Title]]</span></a> -
<span class="sectionpurpose">[[Section Purpose]]</span></p>
</li>
[[End Repeat]]
</ul>
</li>
[[End Repeat]]
</ul>
[[Else]]
[[Repeat Chapter]]
2020-05-02 23:22:24 +00:00
<ul class="chapterlist">
[[Repeat Section]]
<li>
2020-05-02 23:22:24 +00:00
<p class="chapterentry"><a href="[[Section Page]]">
<spon class="sectiontitle">[[Section Title]]</span></a> -
<span class="sectionpurpose">[[Section Purpose]]</span></p>
</li>
[[End Repeat]]
</ul>
[[End Repeat]]
[[End If]]
[[If Modules]]
<hr>
<p class="purpose">This program also incorporates the following web(s) as module(s):</p>
2019-02-04 22:26:45 +00:00
<ul class="chapterlist">
[[Repeat Module]]
2019-02-04 22:26:45 +00:00
<li>
<p class="moduleentry">
2020-05-02 23:22:24 +00:00
[[If Module Page]]
<a href="[[Module Page]]"><spon class="sectiontitle">[[Module Title]]</span></a>
[[Else]]
<spon class="sectiontitle">[[Module Title]]</span>
[[End If]]
- <span class="sectionpurpose">[[Module Purpose]]</span></p>
2019-02-04 22:26:45 +00:00
</li>
[[End Repeat]]
2019-02-04 22:26:45 +00:00
</ul>
[[End If]]
</div>
2019-02-04 22:26:45 +00:00
<hr>
<p class="purpose">Powered by <a href="https://github.com/ganelson/inweb">Inweb</a>.</p>
</main>
2019-02-04 22:26:45 +00:00
</body>
</html>