index: Adapt for Seewinkel

This commit is contained in:
2026-09-01 18:03:27 +02:00
parent 4572323a14
commit 1b413cf301
4 changed files with 34 additions and 7 deletions
+12 -1
View File
@@ -35,7 +35,7 @@
<li><a href="#about">Über</a></li> <li><a href="#about">Über</a></li>
<li><a href="#clients">Genossenschaften</a></li> <li><a href="#clients">Genossenschaften</a></li>
<li><a href="/de/vorschau">Vorschau</a></li> <li><a href="/de/vorschau">Vorschau</a></li>
<li><a href="/files/">Downloads</a></li> <li><a href="/files/elwig/">Downloads</a></li>
<li><a href="https://git.necronda.net/winzer/">Quellcode</a></li> <li><a href="https://git.necronda.net/winzer/">Quellcode</a></li>
</ul> </ul>
<div> <div>
@@ -152,6 +152,17 @@
</p> </p>
<div class="edge"></div><div class="edge"></div><div class="edge"></div><div class="edge"></div> <div class="edge"></div><div class="edge"></div><div class="edge"></div><div class="edge"></div>
</div> </div>
<div class="filling"></div>
<div>
<h4>Winzerkeller Seewinkel</h4>
<h5><span>Winzerkeller Seewinkel</span><br/><span>reg. Gen.m.b.H.</span></h5>
<h6>Zweigstellen:</h6>
<div class="branches">Pamhagen</div>
<p class="link">
<a href="https://www.winzerkeller-seewinkel.at/">winzerkeller-seewinkel.at</a>
</p>
<div class="edge"></div><div class="edge"></div><div class="edge"></div><div class="edge"></div>
</div>
</div> </div>
</section> </section>
+12 -1
View File
@@ -35,7 +35,7 @@
<li><a href="#about">About</a></li> <li><a href="#about">About</a></li>
<li><a href="#clients">Cooperatives</a></li> <li><a href="#clients">Cooperatives</a></li>
<li><a href="/en/preview">Preview</a></li> <li><a href="/en/preview">Preview</a></li>
<li><a href="/files/">Downloads</a></li> <li><a href="/files/elwig/">Downloads</a></li>
<li><a href="https://git.necronda.net/winzer/">Source&#160;Code</a></li> <li><a href="https://git.necronda.net/winzer/">Source&#160;Code</a></li>
</ul> </ul>
<div> <div>
@@ -152,6 +152,17 @@
</p> </p>
<div class="edge"></div><div class="edge"></div><div class="edge"></div><div class="edge"></div> <div class="edge"></div><div class="edge"></div><div class="edge"></div><div class="edge"></div>
</div> </div>
<div class="filling"></div>
<div>
<h4>Winzerkeller Seewinkel</h4>
<h5><span>Winzerkeller Seewinkel</span><br/><span>reg. Gen.m.b.H.</span></h5>
<h6>Zweigstellen:</h6>
<div class="branches">Pamhagen</div>
<p class="link">
<a href="https://www.winzerkeller-seewinkel.at/">winzerkeller-seewinkel.at</a>
</p>
<div class="edge"></div><div class="edge"></div><div class="edge"></div><div class="edge"></div>
</div>
</div> </div>
</section> </section>
+7 -2
View File
@@ -61,9 +61,11 @@ if (sizeof($info) > 0 && $info[1] === 'stat') {
header('Content-Length: 0'); header('Content-Length: 0');
header('Location: /stat'); header('Location: /stat');
exit(); exit();
} else if (sizeof($info) > 1 && ($info[1] === 'elwig' || $info[1] === 'winziprint')) { } else if (sizeof($info) > 1 && ($info[1] === 'elwig' || $info[1] === 'winziprint' || $info[1] === 'pamhagen-sysctrl')) {
$getProd = $info[1]; $getProd = $info[1];
if (sizeof($info) > 2) $getVers = $info[2]; if (sizeof($info) > 2 && !empty($info[2])) {
$getVers = $info[2];
}
if (sizeof($info) > 3) { if (sizeof($info) > 3) {
header('Status: 404'); header('Status: 404');
header('Content-Length: 0'); header('Content-Length: 0');
@@ -94,6 +96,9 @@ foreach ($files as $name => [$size, $mtime, $ctime]) {
} else { } else {
$vers = substr($name, $p1 + 1, $p2 - $p1 - 1); $vers = substr($name, $p1 + 1, $p2 - $p1 - 1);
$prod = strtolower(substr($name, 0, $p1)); $prod = strtolower(substr($name, 0, $p1));
if ($prod === 'pamhagensysctrl') {
$prod = 'pamhagen-sysctrl';
}
} }
$mod = date(DATE_ATOM, $mtime); $mod = date(DATE_ATOM, $mtime);
$cre = date(DATE_ATOM, $ctime); $cre = date(DATE_ATOM, $ctime);
+3 -3
View File
@@ -320,7 +320,7 @@ main .clients .container .edge:nth-last-child(2) {top: 0; right: 0; transform: r
main .clients .container .edge:nth-last-child(3) {bottom: 0; right: 0; transform: rotate(180deg);} main .clients .container .edge:nth-last-child(3) {bottom: 0; right: 0; transform: rotate(180deg);}
main .clients .container .edge:nth-last-child(4) {bottom: 0; left: 0; transform: rotate(270deg);} main .clients .container .edge:nth-last-child(4) {bottom: 0; left: 0; transform: rotate(270deg);}
@media screen and (max-width: 1000px) { @media screen and (max-width: 1200px) {
main .clients .container { main .clients .container {
flex-direction: column; flex-direction: column;
} }
@@ -500,7 +500,7 @@ main.preview a:focus {
border-radius: 0.5em; border-radius: 0.5em;
} }
@media screen and (min-width: 2480px) { @media screen and (min-width: 3000px) {
.window:nth-of-type(1) { .window:nth-of-type(1) {
font-size: 2rem; font-size: 2rem;
} }
@@ -528,7 +528,7 @@ main.preview a:focus {
} }
} }
@media screen and (min-width: 2280px) { @media screen and (min-width: 2800px) {
.window:nth-of-type(2), .window:nth-of-type(3) { .window:nth-of-type(2), .window:nth-of-type(3) {
font-size: 2rem; font-size: 2rem;
} }