Updated a lot of stuff

This commit is contained in:
2024-10-14 15:08:30 +01:00
parent 8c036a5a43
commit 915febb352
16 changed files with 255 additions and 887 deletions

16
templates/footer.html Normal file
View File

@@ -0,0 +1,16 @@
<footer>
<center>
<table border="0" cellpadding="2" cellspacing="0" width="80%" class="footer-table">
<tr>
<td class="footertext" align="left">&nbsp;</td>
<td class="footertext" align="right">
{{ approved_count }} quotes approved; {{ pending_count }} quotes pending
</td>
</tr>
</table>
<font size="-1">
&#169; ircquotes 2024, All Rights Reserved.
</font>
</center>
</footer>