moved update info to bottom of page
This commit is contained in:
parent
01c3c66c75
commit
de1be3cbc2
@ -11,14 +11,12 @@
|
||||
{% endblock scripts %}
|
||||
</head>
|
||||
<body>
|
||||
{% block info %}<p class="info">This listing is updated automatically once daily. Last update {{timestamp}}.</p>{% endblock %}
|
||||
{% block namefilter %}
|
||||
<div id="namefilter">
|
||||
<input type="text" id="namefilterinput" value="" placeholder="name filter" autofocus >
|
||||
<button id="newpadbutton">go/start pad</button>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
var newpadbutton = document.getElementById("newpadbutton");
|
||||
newpadbutton.addEventListener("click", function (e) {
|
||||
var elt = document.getElementById("namefilterinput"),
|
||||
@ -102,6 +100,7 @@ $(document).ready(function()
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% block info %}<p class="info">Last update {{timestamp}}.</p>{% endblock %}
|
||||
<div id="footer"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user