jb-data.de/template/tpl/iwerbung.tpl
2025-08-11 22:23:30 +02:00

124 lines
6.7 KiB
Smarty

<b><i><span style='font-size:12pt;line-height:115%;
color:#4F81BD'>MPV-Werbung f&uuml;r </span></i></b>&#160;&#160;&#160;
<b><i><span style='font-size:12pt;line-height:115%;
color:#4F81BD'><a class="button-blue" href="?s=iwerbung&wahl=1&jahr={$jahr}&kw={$kw}">&laquo;</a>
&#160;&#160;{$kw}.KW / {$jahr}&#160;&#160;
<a class="button-blue" href="?s=iwerbung&wahl=2&jahr={$jahr}&kw={$kw}">&raquo;</a></span></i></b>
</p>
<section id="content0">
<div class="wrapper"> <!-- Main Section -- linke Spalte -->
<section class="grid_8 first top">
<!-- <div class="columns">-->
<div class="column grid_6 first">
<div class="panel">
<section>
<table class="no-style full"><thead>
<th style="width:75px" align="left">Datum</th>
<th style="width:90px" align="left">Tour</th>
<th style="width:45px" align="left">Zeit</th>
<th style="width:50px" align="left">G-Gew.</th>
<th style="width:50px" align="left">R-Gew.</th>
<th style="width:50px" align="left">A.-Blatt</th>
<th style="width:280px" align="left">z.Info</th>
</thead>
<form action="" method="post">
{foreach from=$werb_tour3 item=tour}
<tr>
<td nowrap="nowrap"><input type="text" value="{$tour.datum}" style="width:70px;" name="list[{$tour.tid}][datum]" /></td>
<td nowrap="nowrap" style="width:110px"><strong>{$tour.tour}</strong></td>
<td><input type="text" value="{$tour.zeit}" style="width:40px;" name="list[{$tour.tid}][zeit]" placeholder="14:30"></td>
{if $tour.tnr<2000}
<td><input type="text" value="{$tour.gewicht}" style="width:40px;" name="list[{$tour.tid}][gewicht]" > </td>
<td><input type="text" value="{$tour.gewicht4}" style="width:40px;" name="list[{$tour.tid}][gewicht4]" > </td>
{if $tour.utyp==1 && $amtsbl==1}
<td><input type="text" value="{$tour.gewicht3}" style="width:40px;" name="list[{$tour.tid}][gewicht3]" > </td>
{elseif $tour.utyp==2 && $amtsbl2==1}
<td><input type="text" value="{$tour.gewicht3}" style="width:40px;" name="list[{$tour.tid}][gewicht3]" > </td>
{else}
<td nowrap="nowrap" style="width:40px"><strong>{$tour.gewicht4}</strong></td>
{/if}
{else}
<td nowrap="nowrap" style="width:40px"><strong>{$tour.gewicht5}</strong></td>
<td nowrap="nowrap" style="width:40px"><strong>{$tour.gewicht6}</strong></td>
<td nowrap="nowrap" style="width:40px"><strong>{$tour.gewicht}</strong></td>
{/if}
<td><input type="text" value="{$tour.infotext}" style="width:280px;" name="list[{$tour.tid}][infotext]" placeholder="Info" ></td>
<input type="hidden" name="list[{$tour.tid}][tnr]" value="{$tour.tnr}"/>
<input type="hidden" name="list[{$tour.tid}][kw]" value="{$kw}"/>
<input type="hidden" name="list[{$tour.tid}][jahr]" value="{$jahr}"/>
<td><input type="hidden" name="list[{$tour.tid}][tid]" value="{$tour.id}"/><input type="hidden" name="testsave" value="{$tour.id}" ></td>
</tr>
{/foreach}
<input type="submit" name="testsave" value="Speichern" >
</form>
</table>
</section>
</div>
</div>
<!-- ///////////////// rechte seite -->
<div class="column grid_2 last">
<!-- ***** Auswahl ***** -->
<div class="widget">
<header class="current"><h2><h2>Zusatz Auswahl</h2></header>
<section>
<table class="no-style full">
<thead>
<tr>
<form action="" method="post">
{if $amtsbl==1}
<td><input type="checkbox" name="ablatt" checked="checked" > Stadt-Amtsblatt</td>
{else}
<td><input type="checkbox" name="ablatt" > Stadt-Amtsblatt</td>
{/if}
<td><input type="submit" name="amtsblatt" value="Speichern" ></td>
</form>
</tr>
</thead>
</table>
</section>
</div>
<div class="widget">
<header class="current"><h2><h2>Zusatz Auswahl</h2></header>
<section>
<table class="no-style full">
<thead>
<tr>
<form action="" method="post">
{if $amtsbl2==1}
<td><input type="checkbox" name="ablatt2" checked="checked" > Land- Amtsblatt</td>
{else}
<td><input type="checkbox" name="ablatt2" > Land- Amtsblatt</td>
{/if}
<td><input type="submit" name="amtsblatt2" value="Speichern" ></td>
</form>
</tr>
</thead>
</table>
</section>
</div>
<!-- rechte seite -->
</div>
<!--</div>-->
</section>
</div>
</section>