This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

View file

@ -0,0 +1,247 @@
<div class="notice notice-gelb" style="align-content: center" onclick="window.location='?s=paktuell&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<strong style="font-size:16pt">{$tag}.{$monat}.{$jahr}</strong>
</div>
<!-- ******************************************************************* Grosso / PVL / MPV -->
{if $butten3==0}
<div class="notice notice" style="align-content: center" onclick="window.location='?s=pnacht&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten3.png" height="30">
</div>
{/if}
{if $butten3==1}
<div class="notice notice-danger" style="align-content: center" onclick="window.location='?s=pnacht&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten3.png" height="30">
</div>
{/if}
{if $butten3==2}
<div class="notice notice-warning" style="align-content: center" onclick="window.location='?s=pnacht&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten3.png" height="30">
</div>
{/if}
{if $butten3==3}
<div class="notice notice-success" style="align-content: center" onclick="window.location='?s=pnacht&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten3.png" height="30">
</div>
{/if}
{if $butten3==4}
<div class="notice notice-info" style="align-content: center" onclick="window.location='?s=pnacht&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten3.png" height="30">
</div>
{/if}
<!-- ******************************************************************* LVZ -->
{if $butten4==0}
<div class="notice notice" style="align-content: center" onclick="window.location='?s=pnacht&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten4.png" height="30">
</div>
{/if}
{if $butten4==1}
<div class="notice notice-danger" style="align-content: center" onclick="window.location='?s=pnacht&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten4.png" height="30">
</div>
{/if}
{if $butten4==2}
<div class="notice notice-warning" style="align-content: center" onclick="window.location='?s=pnacht&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten4.png" height="30">
</div>
{/if}
{if $butten4==3}
<div class="notice notice-success" style="align-content: center" onclick="window.location='?s=pnacht&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten4.png" height="30">
</div>
{/if}
{if $butten4==4}
<div class="notice notice-info" style="align-content: center" onclick="window.location='?s=pnacht&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten4.png" height="30">
</div>
{/if}
<!-- ******************************************************************* LVZ PIN AG -->
{if $butten5==0}
<div class="notice notice" style="align-content: center" onclick="window.location='?s=ppin&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten5.png" height="30">
</div>
{/if}
{if $butten5==1}
<div class="notice notice-danger" style="align-content: center" onclick="window.location='?s=ppin&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten5.png" height="30">
</div>
{/if}
{if $butten5==2}
<div class="notice notice-warning" style="align-content: center" onclick="window.location='?s=ppin&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten5.png" height="30">
</div>
{/if}
{if $butten5==3}
<div class="notice notice-success" style="align-content: center" onclick="window.location='?s=ppin&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten5.png" height="30">
</div>
{/if}
{if $butten5==4}
<div class="notice notice-info" style="align-content: center" onclick="window.location='?s=ppin&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten5.png" height="30">
</div>
{/if}
<!-- ******************************************************************* LVZ-Post -->
{if $butten6==0}
<div class="notice notice" style="align-content: center" onclick="window.location='?s=prtour&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten6.png" height="30">
</div>
{/if}
{if $butten6==1}
<div class="notice notice-danger" style="align-content: center" onclick="window.location='?s=prtour&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten6.png" height="30">
</div>
{/if}
{if $butten6==2}
<div class="notice notice-warning" style="align-content: center" onclick="window.location='?s=prtour&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten6.png" height="30">
</div>
{/if}
{if $butten6==3}
<div class="notice notice-success" style="align-content: center" onclick="window.location='?s=prtour&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten6.png" height="30">
</div>
{/if}
{if $butten6==4}
<div class="notice notice-info" style="align-content: center" onclick="window.location='?s=prtour&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten6.png" height="30">
</div>
{/if}
<!-- ******************************************************************* LVZ-Logistik -->
{if $butten21==0}
<div class="notice notice" style="align-content: center" onclick="window.location='?s=plvzlog&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten21.png" height="30">
</div>
{/if}
{if $butten21==1}
<div class="notice notice-danger" style="align-content: center" onclick="window.location='?s=plvzlog&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten21.png" height="30">
</div>
{/if}
{if $butten21==2}
<div class="notice notice-warning" style="align-content: center" onclick="window.location='?s=plvzlog&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten21.png" height="30">
</div>
{/if}
{if $butten21==3}
<div class="notice notice-success" style="align-content: center" onclick="window.location='?s=plvzlog&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten21.png" height="30">
</div>
{/if}
{if $butten21==4}
<div class="notice notice-info" style="align-content: center" onclick="window.location='?s=plvzlog&jahr={$jahr}&monat={$monat}&tag={$tag}'">
<img src="template/images/butten21.png" height="30">
</div>
{/if}
<!-- ******************************************************************* MPV-Rundschau -->
{if $butten7==1}
<div class="notice notice-danger" style="align-content: center" onclick="window.location='?s=prundschau'">
<img src="template/images/butten7.png" height="30">
</div>
{/if}
{if $butten7==2}
<div class="notice notice-warning" style="align-content: center" onclick="window.location='?s=prundschau'">
<img src="template/images/butten7.png" height="30">
</div>
{/if}
{if $butten7==3}
<div class="notice notice-success" style="align-content: center" onclick="window.location='?s=prundschau'">
<img src="template/images/butten7.png" height="30">
</div>
{/if}
{if $butten7==4}
<div class="notice notice-info" style="align-content: center" onclick="window.location='?s=prundschau'">
<img src="template/images/butten7.png" height="30">
</div>
{/if}
<!-- ******************************************************************* MPV-TIP -->
{if $butten13==1}
<div class="notice notice-danger" style="align-content: center" onclick="window.location='?s=ptip'">
<img src="template/images/butten7.png" height="30">
</div>
{/if}
{if $butten13==2}
<div class="notice notice-warning" style="align-content: center" onclick="window.location='?s=ptip'">
<img src="template/images/butten7.png" height="30">
</div>
{/if}
{if $butten13==3}
<div class="notice notice-success" style="align-content: center" onclick="window.location='?s=ptip'">
<img src="template/images/butten7.png" height="30">
</div>
{/if}
{if $butten13==4}
<div class="notice notice-info" style="align-content: center" onclick="window.location='?s=ptip'">
<img src="template/images/butten7.png" height="30">
</div>
{/if}
<!-- ******************************************************************* MPV-SaSo -->
{if $butten8==1}
<div class="notice notice-danger" style="align-content: center" onclick="window.location='?s=pss'">
<img src="template/images/butten8.png" height="30">
</div>
{/if}
{if $butten8==2}
<div class="notice notice-warning" style="align-content: center" onclick="window.location='?s=pss'">
<img src="template/images/butten8.png" height="30">
</div>
{/if}
{if $butten8==3}
<div class="notice notice-success" style="align-content: center" onclick="window.location='?s=pss'">
<img src="template/images/butten8.png" height="30">
</div>
{/if}
{if $butten8==4}
<div class="notice notice-info" style="align-content: center" onclick="window.location='?s=pss'">
<img src="template/images/butten8.png" height="30">
</div>
{/if}
<!-- ******************************************************************* MPV-MB -->
{if $butten12==1}
<div class="notice notice-danger" style="align-content: center" onclick="window.location='?s=pwerbung1'">
<img src="template/images/butten12.png" height="30">
</div>
{/if}
{if $butten12==2}
<div class="notice notice-warning" style="align-content: center" onclick="window.location='?s=pwerbung1'">
<img src="template/images/butten12.png" height="30">
</div>
{/if}
{if $butten12==3}
<div class="notice notice-success" style="align-content: center" onclick="window.location='?s=pwerbung1'">
<img src="template/images/butten12.png" height="30">
</div>
{/if}
{if $butten12==4}
<div class="notice notice-info" style="align-content: center" onclick="window.location='?s=pwerbung1'">
<img src="template/images/butten12.png" height="30">
</div>
{/if}
<!-- ******************************************************************* FAZ -->
{if $butten15==1}
<div class="notice notice-danger" style="align-content: center" onclick="window.location='?s=pfaz'">
<img src="template/images/butten15.png" height="30">
</div>
{/if}
{if $butten15==2}
<div class="notice notice-warning" style="align-content: center" onclick="window.location='?s=pfaz'">
<img src="template/images/butten15.png" height="30">
</div>
{/if}
{if $butten15==3}
<div class="notice notice-success" style="align-content: center" onclick="window.location='?s=pfaz'">
<img src="template/images/butten15.png" height="30">
</div>
{/if}
{if $butten15==4}
<div class="notice notice-info" style="align-content: center" onclick="window.location='?s=pfaz'">
<img src="template/images/butten15.png" height="30">
</div>
{/if}
<!-- ******************************************************************* Werbung Platzhalter -->
<!-- ******************************************************************* Grosso / PVL / MPV -->
{if $butten99==1}
<div class="notice notice" style="align-content: center">
<img src="template/images/butten99.png" height="30">
</div>
{/if}