Rename public group URLs to halls
This commit is contained in:
+7
-7
@@ -15,22 +15,22 @@
|
||||
<div class="home">
|
||||
<h1 id="title" class="navbar-brand">Skald</h1>
|
||||
|
||||
<form id="groupform">
|
||||
<label for="group">Group:</label>
|
||||
<input id="group" type="text" name="group" class="form-control form-control-inline" autofocus/>
|
||||
<form id="hallform">
|
||||
<label for="hall">Hall:</label>
|
||||
<input id="hall" type="text" name="hall" class="form-control form-control-inline" autofocus/>
|
||||
<input id='submitbutton' type="submit" value="Join" class="btn btn-default btn-large"/><br/>
|
||||
</form>
|
||||
|
||||
<p id="errormessage"></p>
|
||||
|
||||
<div id="public-groups" class="groups">
|
||||
<h2>Public groups</h2>
|
||||
<div id="public-halls" class="groups">
|
||||
<h2>Public halls</h2>
|
||||
|
||||
<table id="public-groups-table"></table>
|
||||
<table id="public-halls-table"></table>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="signature">
|
||||
<p><a href="https://skald.org/">Skald</a> by <a href="https://www.irif.fr/~jch/" rel="author">Juliusz Chroboczek</a></p>
|
||||
<p>Skald is derived from <a href="https://galene.org/">Galene</a> by <a href="https://www.irif.fr/~jch/" rel="author">Juliusz Chroboczek</a></p>
|
||||
</footer>
|
||||
|
||||
<script src="/mainpage.js" defer></script>
|
||||
|
||||
Reference in New Issue
Block a user