Added buttons in the footer that lead to MISSING and PROBLEMS mega-threads
This commit is contained in:
parent
3a77decb36
commit
4abb426020
1 changed files with 22 additions and 3 deletions
|
@ -175,9 +175,28 @@ def source_code_link(page):
|
|||
|
||||
page = page + "<br><br><hr><p>This website is under the GNU AGPL license.</p>"
|
||||
page = page + """
|
||||
<form action=https://notabug.org/jyamihud/FreeCompetitors>
|
||||
<button type="submit">Source Code</button>
|
||||
</form><br><br>
|
||||
<style>
|
||||
table, th, td {
|
||||
border-right:none;
|
||||
border-left:none;
|
||||
border-bottom:none;
|
||||
border-top:none
|
||||
}</style>
|
||||
<table><tr>
|
||||
|
||||
<th><form action=https://notabug.org/jyamihud/FreeCompetitors>
|
||||
<button type="submit">SOURCE CODE</button>
|
||||
</form></th>
|
||||
|
||||
<th><form action=https://notabug.org/jyamihud/FreeCompetitors/issues/25>
|
||||
<button type="submit">REPORT MISSING SOFTWARE</button>
|
||||
</form></th>
|
||||
|
||||
<th><form action=https://notabug.org/jyamihud/FreeCompetitors/issues/24>
|
||||
<button type="submit">REPORT ISSUE WITH SOFTWARE</button>
|
||||
</form></th></tr></table><br><br>
|
||||
|
||||
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue