mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
Add login/logout in every page
This commit is contained in:
@@ -80,6 +80,8 @@
|
|||||||
|
|
||||||
<script type="module" src="/js/eventCreate.js"></script>
|
<script type="module" src="/js/eventCreate.js"></script>
|
||||||
<script type="module" src="/js/generalUseHelpers.js"></script>
|
<script type="module" src="/js/generalUseHelpers.js"></script>
|
||||||
|
<script type="module" src="/js/auth.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
<h2 id="locationText">Place: 127.0.0.1</h2>
|
<h2 id="locationText">Place: 127.0.0.1</h2>
|
||||||
<h2 id="dateText">When: now or never!</h2>
|
<h2 id="dateText">When: now or never!</h2>
|
||||||
<h3>Description:</h3>
|
<h3>Description:</h3>
|
||||||
<h4 id="descText"></h4><br/>
|
<h4 id="descText"></h4><br />
|
||||||
|
|
||||||
<button id="applyBtn" class="button hidden-before-load"><span>Apply</span><span>⮞</span></button>
|
<button id="applyBtn" class="button hidden-before-load"><span>Apply</span><span>⮞</span></button>
|
||||||
<button id="editBtn" class="button hidden-before-load"><span>Modify</span><span>⮞</span></button>
|
<button id="editBtn" class="button hidden-before-load"><span>Modify</span><span>⮞</span></button>
|
||||||
@@ -71,6 +71,8 @@
|
|||||||
|
|
||||||
<script type="module" src="/js/eventView.js"></script>
|
<script type="module" src="/js/eventView.js"></script>
|
||||||
<script type="module" src="/js/generalUseHelpers.js"></script>
|
<script type="module" src="/js/generalUseHelpers.js"></script>
|
||||||
|
<script type="module" src="/js/auth.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user