changes
This commit is contained in:
12
views/partials/nav.ejs~
Normal file
12
views/partials/nav.ejs~
Normal file
@@ -0,0 +1,12 @@
|
||||
<!-- views/partials/nav.ejs -->
|
||||
<aside>
|
||||
<nav class="nav-links">
|
||||
Falls on Fire
|
||||
<ul>
|
||||
<li><a href="/mytickets">View My Tickets</a></li>
|
||||
<li><a href="/camps">View Camps (Admin)</a></li>
|
||||
<li><a href="/settings">Settings (Admin)</a></li>
|
||||
<li><a href="/logout">Log Out</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</aside>
|
||||
@@ -28,6 +28,11 @@
|
||||
<input type="email" name="email">
|
||||
<button type="submit">Deactivate</button>
|
||||
</form>
|
||||
<form action="/addopen" method="post">
|
||||
Open Camping Tickets: <%=opencount%> / <%=settings['open-limit']%>
|
||||
<input type="number" name="addopen">
|
||||
<button type="submit">Add</button>
|
||||
</form
|
||||
<form action="/importfb" method="post" enctype="multipart/form-data">
|
||||
Import Tickets (Frostburn Format):
|
||||
<input type="file" name="file">
|
||||
|
||||
Reference in New Issue
Block a user