1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 19:56:22 -07:00

Replace ban image with slightly less cringy one

This commit is contained in:
Eggbertx 2022-01-16 15:14:08 -08:00
parent 67df39ffd9
commit 95fa5d096e
4 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ release_files = (
"html/notbanned.png", "html/notbanned.png",
"html/permabanned.jpg", "html/permabanned.jpg",
"sample-configs", "sample-configs",
"sql", # "sql",
"templates", "templates",
"initdb_master.sql", "initdb_master.sql",
"initdb_mysql.sql", "initdb_mysql.sql",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

BIN
html/banned.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View file

@ -33,7 +33,7 @@
<input type="submit" value="Submit" /><br /> <input type="submit" value="Submit" /><br />
</form>{{else}}You may <b>not</b> appeal this ban.<br />{{end}} </form>{{else}}You may <b>not</b> appeal this ban.<br />{{end}}
</div>{{if bannedForever .ban}} </div>{{if bannedForever .ban}}
<img id="banpage-image" src="/permabanned.jpg" style="float:right; margin: 4px 8px 8px 4px"/><br /> <img id="banpage-image" src="/permabanned.png" style="float:right; margin: 4px 8px 8px 4px"/><br />
<audio id="jack" preload="auto" autobuffer loop> <audio id="jack" preload="auto" autobuffer loop>
<source src="{{.systemCritical.WebRoot}}hittheroad.ogg" /> <source src="{{.systemCritical.WebRoot}}hittheroad.ogg" />
<source src="{{.systemCritical.WebRoot}}hittheroad.wav" /> <source src="{{.systemCritical.WebRoot}}hittheroad.wav" />
@ -42,7 +42,7 @@
<script type="text/javascript"> <script type="text/javascript">
document.getElementById("jack").play(); document.getElementById("jack").play();
</script>{{else if isBanned .ban .banBoards}} </script>{{else if isBanned .ban .banBoards}}
<img id="banpage-image" src="/banned.jpg" style="float:right; margin: 4px 8px 8px 4px"/><br />{{end}} <img id="banpage-image" src="/banned.png" style="float:right; margin: 4px 8px 8px 4px"/><br />{{end}}
{{end}}</div> {{end}}</div>
</div> </div>
{{template "page_footer.html" .}} {{template "page_footer.html" .}}