Image hinzugefügt - Test
All checks were successful
release-tag / release-image (push) Successful in 2m47s
All checks were successful
release-tag / release-image (push) Successful in 2m47s
This commit is contained in:
BIN
dynamicsrc/footerlower.webp
Normal file
BIN
dynamicsrc/footerlower.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
dynamicsrc/footerupper.webp
Normal file
BIN
dynamicsrc/footerupper.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
22
main.go
22
main.go
@@ -62,7 +62,7 @@ var (
|
||||
}
|
||||
waren = []string{
|
||||
"", "Laranite", "Titanium", "Medical Supplies", "Gold", "Agricium", "Hydrogen", "Hydrogen Fuel", "Nitrogen", "Astatine", "Processed Food", "Scrap", "Recycled Material Composite", "Agricultural Supplies",
|
||||
"Iodine", "Aluminium", "Copper", "Lithium", "Silicon", "Tungsten", "Aphorite", "Beryl", "Bexalite", "Waste", "Osoian hides", "Borase", "WiDoW", "Fresh Food", "Heart of the Woods", "Pressurized Ice",
|
||||
"Iodine", "Aluminium", "Copper", "Lithium", "Silicon", "Tungsten", "Aphorite", "Beryl", "Bexalite", "Waste", "Osoian hides", "Borase", "WiDoW", "Fresh Food", "Heart of the Woods", "Pressurized Ice", "Atlasium",
|
||||
"Corundum", "Diamond", "Dolivine", "Hadanite", "Hephaestanite", "Laranite", "Quartz", "Taranite", "Stims", "Carbon", "Slam", "Distilled Spirits", "Maze", "Gasping Weevil Eggs", "E'tam", "Iron", "Methane",
|
||||
}
|
||||
)
|
||||
@@ -593,15 +593,15 @@ const htmlTemplate = `
|
||||
</head>
|
||||
<body class="bg-light">
|
||||
<div class="container mt-5">
|
||||
<div class="d-flex justify-content-end">
|
||||
{{if .LoggedIn}}
|
||||
<form action="/logout" method="POST">
|
||||
<button type="submit" class="btn btn-sm btn-secondary">Logout</button>
|
||||
</form>
|
||||
{{else}}
|
||||
<a href="/login" class="btn btn-sm btn-outline-primary">Login</a>
|
||||
{{end}}
|
||||
</div>
|
||||
<div class="d-flex justify-content-end">
|
||||
{{if .LoggedIn}}
|
||||
<form action="/logout" method="POST">
|
||||
<button type="submit" class="btn btn-sm btn-secondary">Logout</button>
|
||||
</form>
|
||||
{{else}}
|
||||
<a href="/login" class="btn btn-sm btn-outline-primary">Login</a>
|
||||
{{end}}
|
||||
</div>
|
||||
<h1 class="mb-4">Beitrag zur Community vom Mitglied der Trading-Staffel ({{.Member}})</h1>
|
||||
|
||||
<div class="alert alert-info">
|
||||
@@ -892,6 +892,8 @@ const htmlTemplate = `
|
||||
{{end}}
|
||||
<hr />
|
||||
</div>
|
||||
<img src="/static/footerupper.webp" alt="footer-1" />
|
||||
<img src="/static/footerlower.webp" alt="footer-2" />
|
||||
<script src="/static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/static/js/tom-select.complete.min.js"></script>
|
||||
|
||||
|
BIN
static/img/footerlower.webp
Normal file
BIN
static/img/footerlower.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
static/img/footerupper.webp
Normal file
BIN
static/img/footerupper.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
Reference in New Issue
Block a user