library now works with sitix. very glad I moved.

This commit is contained in:
Lazy Hippopotamus
2024-03-05 20:40:46 -05:00
parent bd63034366
commit 434bb07d94
14 changed files with 484 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
[?]
[=baseurl http://localhost:8080]
[#config.stx]
[#links.html]
<!DOCTYPE html>
@@ -48,18 +49,12 @@
<div id="bg"></div>
<div id="main">
<div id="banner">
<a href="[^baseurl]"><img src="res/Avraham_Society.png"></a>
<a href="[^baseurl]"><img src="[^baseurl]/res/Avraham_Society.png"></a>
<div id="social">Social media, recent updates, etc</div>
<input id="navExpander" style="display: none;" type="checkbox" checked>
<div id="nav">
<label for="navExpander" id="nav-expand"></label>
<a onclick="localStorage.refered = true" href="[^baseurl]/">Home</a>
<a onclick="localStorage.refered = true" href="[^baseurl]/intro-to-judaism">Intro to Judaism</a>
<a onclick="localStorage.refered = true" href="[^baseurl]/jewish-history-culture">Jewish History and Culture</a>
<a onclick="localStorage.refered = true" href="[^baseurl]/landmarks">Jewish Landmarks</a>
<a onclick="localStorage.refered = true" href="[^baseurl]/humanism">Humanism</a>
<a onclick="localStorage.refered = true" href="[^baseurl]/membership">Membership</a>
<a onclick="localStorage.refered = true" href="[^baseurl]/library">Library</a>
[^links]
</div>
</div>
<div class="top">

View File

@@ -0,0 +1,9 @@
[?]
[=content-]
<p id="liblurb">
[^libraryBlurb]
</p>
[^libraryContent]
[/]
[=title-]Library | [^libraryTitle][/]
[#templates/default.html]