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{
|
waren = []string{
|
||||||
"", "Laranite", "Titanium", "Medical Supplies", "Gold", "Agricium", "Hydrogen", "Hydrogen Fuel", "Nitrogen", "Astatine", "Processed Food", "Scrap", "Recycled Material Composite", "Agricultural Supplies",
|
"", "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",
|
"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>
|
</head>
|
||||||
<body class="bg-light">
|
<body class="bg-light">
|
||||||
<div class="container mt-5">
|
<div class="container mt-5">
|
||||||
<div class="d-flex justify-content-end">
|
<div class="d-flex justify-content-end">
|
||||||
{{if .LoggedIn}}
|
{{if .LoggedIn}}
|
||||||
<form action="/logout" method="POST">
|
<form action="/logout" method="POST">
|
||||||
<button type="submit" class="btn btn-sm btn-secondary">Logout</button>
|
<button type="submit" class="btn btn-sm btn-secondary">Logout</button>
|
||||||
</form>
|
</form>
|
||||||
{{else}}
|
{{else}}
|
||||||
<a href="/login" class="btn btn-sm btn-outline-primary">Login</a>
|
<a href="/login" class="btn btn-sm btn-outline-primary">Login</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
<h1 class="mb-4">Beitrag zur Community vom Mitglied der Trading-Staffel ({{.Member}})</h1>
|
<h1 class="mb-4">Beitrag zur Community vom Mitglied der Trading-Staffel ({{.Member}})</h1>
|
||||||
|
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
@@ -892,6 +892,8 @@ const htmlTemplate = `
|
|||||||
{{end}}
|
{{end}}
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</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/bootstrap.bundle.min.js"></script>
|
||||||
<script src="/static/js/tom-select.complete.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