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

555 lines
27 KiB
Smarty

<!-- <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.7.0.css/font-awesome.css" media="all" type="text/css" />
********** -->
{literal}
<script>
$(document).ready(function() {
$("[rel=popover]").popover({'trigger':'hover'});
});
function save_gewicht(tourID) {
$.ajax({
type: 'POST',
url: "ajax.php?s=isaso&a=save_gewicht",
dataType: 'json',
data: 'tourID=' + tourID + "&gewicht=" + $("#gewicht_"+tourID).val(),
success: function (data) {
if(data.success == true) {
$.notify({
icon: 'glyphicon glyphicon-warning-ok',
message: data.lastnote
},{
type: 'info',
showProgressbar: true,
delay: 300,
newest_on_top: false,
element: 'body',
placement: {
from: "bottom",
align: "right"
},
animate: {
enter: 'animated fadeInDown',
exit: 'animated fadeOutUp'
}
});
}
console.log(data)
}
});
}
</script>
<style>
[rel="popover"]{
cursor: pointer;
display:inline-block; /* chrome-fix */
}
</style>
{/literal}
<!-- ********** --> <div class="container-fluid">
<div class="row">
<!-- Main Section -- mittlere Spalte -->
<div class="col-md-4">
{if $sa11 != 0}
<a style="width:90px;font-size:8pt" align="left">06:00 Uhr - {$datum} - Block 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;({$sa11} Touren)</a>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-hover" style="font-size:11pt">
<tbody>
{foreach from=$s11 item=tour}
<tr>
<form action="" method="post">
<td nowrap style="width:65px;line-height:2;font-size:11pt;">{if $tour.aktiv!=1}<mark>{/if}{$tour.tname}</mark></td>
{if $tour.aktiv!=1}
<td nowrap style="width:77px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht} kg
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht3}" style="width:50px;text-align:right"
id="gewicht3_{$tour.id}" name="list[{$tour.tid}][gewicht3]" onChange="save_gewicht3({$tour.id})"> kg&nbsp;&nbsp;
</td>
{else}
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht}" style="width:50px;text-align:right"
id="gewicht_{$tour.id}"name="list[{$tour.tid}][gewicht]" onChange="save_gewicht({$tour.id})"> kg
</td>
<td nowrap style="width:67px;font-size:10pt" align="right">&nbsp;</td>
{/if}
<td nowrap style="width:67px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht3} kg
</td>
<!--<td><center> <input type="image" name="managetour" value="{$ssz.tour}" src="template/images/icon/accept.png" /> </center></td>-->
<td nowrap style="width:30px;font-size:10pt
{if $tour.s_fahrer==0};color:#990000{elseif $tour.f_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-users" rel="stylesheet" title="{$tour.name}" id="button1"></i>
</td>
<td nowrap style="width:20px;font-size:10pt
{if $tour.s_auto==0};color:#990000{elseif $tour.c_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-car" rel="stylesheet" title="{$tour.kz}" id="button2"></i>
</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- -------------------------------------- Block 2a -->
{if $sa21 != 0}
<a style="width:90px;font-size:8pt" align="left">10:20 Uhr - {$datum} - Block 2A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;({$sa21} Touren)</a>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-hover" style="font-size:11pt">
<tbody>
{foreach from=$s21 item=tour}
<tr>
<form action="" method="post">
<td nowrap style="width:65px;line-height:2;font-size:11pt;">{if $tour.aktiv!=1}<mark>{/if}{$tour.tname}</mark></td>
{if $tour.aktiv!=1}
<td nowrap style="width:77px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht} kg
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht3}" style="width:50px;text-align:right"
id="gewicht3_{$tour.id}" name="list[{$tour.tid}][gewicht3]" onChange="save_gewicht3({$tour.id})"> kg&nbsp;&nbsp;
</td>
{else}
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht}" style="width:50px;text-align:right"
id="gewicht_{$tour.id}"name="list[{$tour.tid}][gewicht]" onChange="save_gewicht({$tour.id})"> kg
</td>
<td nowrap style="width:67px;font-size:10pt" align="right">&nbsp;</td>
{/if}
<td nowrap style="width:67px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht3} kg
</td>
<!--<td><center> <input type="image" name="managetour" value="{$ssz.tour}" src="template/images/icon/accept.png" /> </center></td>-->
<td nowrap style="width:30px;font-size:10pt
{if $tour.s_fahrer==0};color:#990000{elseif $tour.f_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-users" rel="stylesheet" title="{$tour.name}" id="button1"></i>
</td>
<td nowrap style="width:20px;font-size:10pt
{if $tour.s_auto==0};color:#990000{elseif $tour.c_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-car" rel="stylesheet" title="{$tour.kz}" id="button2"></i>
</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- -------------------------------------- Block 2b -->
{if $sa22 != 0}
<a style="width:90px;font-size:8pt" align="left">13:00 Uhr - {$datum} - Block 2B&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;({$sa22} Touren)</a>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-hover" style="font-size:11pt">
<tbody>
{foreach from=$s22 item=tour}
<tr>
<form action="" method="post">
<td nowrap style="width:65px;line-height:2;font-size:11pt;">{if $tour.aktiv!=1}<mark>{/if}{$tour.tname}</mark></td>
{if $tour.aktiv!=1}
<td nowrap style="width:77px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht} kg
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht3}" style="width:50px;text-align:right"
id="gewicht3_{$tour.id}" name="list[{$tour.tid}][gewicht3]" onChange="save_gewicht3({$tour.id})"> kg&nbsp;&nbsp;
</td>
{else}
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht}" style="width:50px;text-align:right"
id="gewicht_{$tour.id}"name="list[{$tour.tid}][gewicht]" onChange="save_gewicht({$tour.id})"> kg
</td>
<td nowrap style="width:67px;font-size:10pt" align="right">&nbsp;</td>
{/if}
<td nowrap style="width:67px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht3} kg
</td>
<!--<td><center> <input type="image" name="managetour" value="{$ssz.tour}" src="template/images/icon/accept.png" /> </center></td>-->
<td nowrap style="width:30px;font-size:10pt
{if $tour.s_fahrer==0};color:#990000{elseif $tour.f_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-users" rel="stylesheet" title="{$tour.name}" id="button1"></i>
</td>
<td nowrap style="width:20px;font-size:10pt
{if $tour.s_auto==0};color:#990000{elseif $tour.c_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-car" rel="stylesheet" title="{$tour.kz}" id="button2"></i>
</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- -------------------------------------- Block 3a -->
{if $sa31 != 0}
<a style="width:90px;font-size:8pt" align="left">10:20 Uhr - {$datum} - Block 3A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;({$sa31} Touren)</a>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-hover" style="font-size:11pt">
<tbody>
{foreach from=$s31 item=tour}
<tr>
<form action="" method="post">
<td nowrap style="width:65px;line-height:2;font-size:11pt;">{if $tour.aktiv!=1}<mark>{/if}{$tour.tname}</mark></td>
{if $tour.aktiv!=1}
<td nowrap style="width:77px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht} kg
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht3}" style="width:50px;text-align:right"
id="gewicht3_{$tour.id}" name="list[{$tour.tid}][gewicht3]" onChange="save_gewicht3({$tour.id})"> kg&nbsp;&nbsp;
</td>
{else}
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht}" style="width:50px;text-align:right"
id="gewicht_{$tour.id}"name="list[{$tour.tid}][gewicht]" onChange="save_gewicht({$tour.id})"> kg
</td>
<td nowrap style="width:67px;font-size:10pt" align="right">&nbsp;</td>
{/if}
<td nowrap style="width:67px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht3} kg
</td>
<!--<td><center> <input type="image" name="managetour" value="{$ssz.tour}" src="template/images/icon/accept.png" /> </center></td>-->
<td nowrap style="width:30px;font-size:10pt
{if $tour.s_fahrer==0};color:#990000{elseif $tour.f_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-users" rel="stylesheet" title="{$tour.name}" id="button1"></i>
</td>
<td nowrap style="width:20px;font-size:10pt
{if $tour.s_auto==0};color:#990000{elseif $tour.c_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-car" rel="stylesheet" title="{$tour.kz}" id="button2"></i>
</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- -------------------------------------- Block 3b -->
{if $sa32 != 0}
<a style="width:90px;font-size:8pt" align="left">13:00 Uhr - {$datum} - Block 3B&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;({$sa32} Touren)</a>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-hover" style="font-size:11pt">
<tbody>
{foreach from=$s32 item=tour}
<tr>
<form action="" method="post">
<td nowrap style="width:65px;line-height:2;font-size:11pt;">{if $tour.aktiv!=1}<mark>{/if}{$tour.tname}</mark></td>
{if $tour.aktiv!=1}
<td nowrap style="width:77px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht} kg
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht3}" style="width:50px;text-align:right"
id="gewicht3_{$tour.id}" name="list[{$tour.tid}][gewicht3]" onChange="save_gewicht3({$tour.id})"> kg&nbsp;&nbsp;
</td>
{else}
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht}" style="width:50px;text-align:right"
id="gewicht_{$tour.id}"name="list[{$tour.tid}][gewicht]" onChange="save_gewicht({$tour.id})"> kg
</td>
<td nowrap style="width:67px;font-size:10pt" align="right">&nbsp;</td>
{/if}
<td nowrap style="width:67px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht3} kg
</td>
<!--<td><center> <input type="image" name="managetour" value="{$ssz.tour}" src="template/images/icon/accept.png" /> </center></td>-->
<td nowrap style="width:30px;font-size:10pt
{if $tour.s_fahrer==0};color:#990000{elseif $tour.f_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-users" rel="stylesheet" title="{$tour.name}" id="button1"></i>
</td>
<td nowrap style="width:20px;font-size:10pt
{if $tour.s_auto==0};color:#990000{elseif $tour.c_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-car" rel="stylesheet" title="{$tour.kz}" id="button2"></i>
</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- -------------------------------------- -->
</div>
<div class="col-md-4">
<!-- -------------------------------------- Block 4a -->
{if $sa41 != 0}
<a style="width:90px;font-size:8pt" align="left">14:30 Uhr - {$datum} - Block 4A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;({$sa41} Touren)</a>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-hover" style="font-size:11pt">
<tbody>
{foreach from=$s41 item=tour}
<tr>
<form action="" method="post">
<td nowrap style="width:65px;line-height:2;font-size:11pt;">{if $tour.aktiv!=1}<mark>{/if}{$tour.tname}</mark></td>
{if $tour.aktiv!=1}
<td nowrap style="width:77px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht} kg
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht3}" style="width:50px;text-align:right"
id="gewicht3_{$tour.id}" name="list[{$tour.tid}][gewicht3]" onChange="save_gewicht3({$tour.id})"> kg&nbsp;&nbsp;
</td>
{else}
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht}" style="width:50px;text-align:right"
id="gewicht_{$tour.id}"name="list[{$tour.tid}][gewicht]" onChange="save_gewicht({$tour.id})"> kg
</td>
<td nowrap style="width:67px;font-size:10pt" align="right">&nbsp;</td>
{/if}
<td nowrap style="width:67px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht3} kg
</td>
<!--<td><center> <input type="image" name="managetour" value="{$ssz.tour}" src="template/images/icon/accept.png" /> </center></td>-->
<td nowrap style="width:30px;font-size:10pt
{if $tour.s_fahrer==0};color:#990000{elseif $tour.f_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-users" rel="stylesheet" title="{$tour.name}" id="button1"></i>
</td>
<td nowrap style="width:20px;font-size:10pt
{if $tour.s_auto==0};color:#990000{elseif $tour.c_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-car" rel="stylesheet" title="{$tour.kz}" id="button2"></i>
</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- -------------------------------------- Block 4b -->
{if $sa42 != 0}
<a style="width:90px;font-size:8pt" align="left">16:20 Uhr - {$datum} - Block 4B&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;({$sa42} Touren)</a>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-hover" style="font-size:11pt">
<tbody>
{foreach from=$s42 item=tour}
<tr>
<form action="" method="post">
<td nowrap style="width:65px;line-height:2;font-size:11pt;">{if $tour.aktiv!=1}<mark>{/if}{$tour.tname}</mark></td>
{if $tour.aktiv!=1}
<td nowrap style="width:77px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht} kg
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht3}" style="width:50px;text-align:right"
id="gewicht3_{$tour.id}" name="list[{$tour.tid}][gewicht3]" onChange="save_gewicht3({$tour.id})"> kg&nbsp;&nbsp;
</td>
{else}
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht}" style="width:50px;text-align:right"
id="gewicht_{$tour.id}"name="list[{$tour.tid}][gewicht]" onChange="save_gewicht({$tour.id})"> kg
</td>
<td nowrap style="width:67px;font-size:10pt" align="right">&nbsp;</td>
{/if}
<td nowrap style="width:67px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht3} kg
</td>
<!--<td><center> <input type="image" name="managetour" value="{$ssz.tour}" src="template/images/icon/accept.png" /> </center></td>-->
<td nowrap style="width:30px;font-size:10pt
{if $tour.s_fahrer==0};color:#990000{elseif $tour.f_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-users" rel="stylesheet" title="{$tour.name}" id="button1"></i>
</td>
<td nowrap style="width:20px;font-size:10pt
{if $tour.s_auto==0};color:#990000{elseif $tour.c_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-car" rel="stylesheet" title="{$tour.kz}" id="button2"></i>
</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- -------------------------------------- Block 5a -->
{if $sa51 != 0}
<a style="width:90px;font-size:8pt" align="left">14:30 Uhr - {$datum} - Block 5A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;({$sa51} Touren)</a>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-hover" style="font-size:11pt">
<tbody>
{foreach from=$s51 item=tour}
<tr>
<form action="" method="post">
<td nowrap style="width:65px;line-height:2;font-size:11pt;">{if $tour.aktiv!=1}<mark>{/if}{$tour.tname}</mark></td>
{if $tour.aktiv!=1}
<td nowrap style="width:77px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht} kg
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht3}" style="width:50px;text-align:right"
id="gewicht3_{$tour.id}" name="list[{$tour.tid}][gewicht3]" onChange="save_gewicht3({$tour.id})"> kg&nbsp;&nbsp;
</td>
{else}
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht}" style="width:50px;text-align:right"
id="gewicht_{$tour.id}"name="list[{$tour.tid}][gewicht]" onChange="save_gewicht({$tour.id})"> kg
</td>
<td nowrap style="width:67px;font-size:10pt" align="right">&nbsp;</td>
{/if}
<td nowrap style="width:67px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht3} kg
</td>
<!--<td><center> <input type="image" name="managetour" value="{$ssz.tour}" src="template/images/icon/accept.png" /> </center></td>-->
<td nowrap style="width:30px;font-size:10pt
{if $tour.s_fahrer==0};color:#990000{elseif $tour.f_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-users" rel="stylesheet" title="{$tour.name}" id="button1"></i>
</td>
<td nowrap style="width:20px;font-size:10pt
{if $tour.s_auto==0};color:#990000{elseif $tour.c_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-car" rel="stylesheet" title="{$tour.kz}" id="button2"></i>
</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- -------------------------------------- Block 5b -->
{if $sa52 != 0}
<a style="width:90px;font-size:8pt" align="left">16:20 Uhr - {$datum} - Block 5A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;({$sa52} Touren)</a>
<div class="panel panel-primary">
<div class="panel-body">
<table class="table-hover" style="font-size:11pt">
<tbody>
{foreach from=$s52 item=tour}
<tr>
<form action="" method="post">
<td nowrap style="width:65px;line-height:2;font-size:11pt;">{if $tour.aktiv!=1}<mark>{/if}{$tour.tname}</mark></td>
{if $tour.aktiv!=1}
<td nowrap style="width:77px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht} kg
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht3}" style="width:50px;text-align:right"
id="gewicht3_{$tour.id}" name="list[{$tour.tid}][gewicht3]" onChange="save_gewicht3({$tour.id})"> kg&nbsp;&nbsp;
</td>
{else}
<td nowrap style="width:77px;font-size:10pt" align="right">
<input type="int" value="{$tour.gewicht}" style="width:50px;text-align:right"
id="gewicht_{$tour.id}"name="list[{$tour.tid}][gewicht]" onChange="save_gewicht({$tour.id})"> kg
</td>
<td nowrap style="width:67px;font-size:10pt" align="right">&nbsp;</td>
{/if}
<td nowrap style="width:67px;font-size:12pt" align="right" id="cargewicht_{$tour.id}">{$tour.gewicht3} kg
</td>
<!--<td><center> <input type="image" name="managetour" value="{$ssz.tour}" src="template/images/icon/accept.png" /> </center></td>-->
<td nowrap style="width:30px;font-size:10pt
{if $tour.s_fahrer==0};color:#990000{elseif $tour.f_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-users" rel="stylesheet" title="{$tour.name}" id="button1"></i>
</td>
<td nowrap style="width:20px;font-size:10pt
{if $tour.s_auto==0};color:#990000{elseif $tour.c_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
<i class="fa fa-car" rel="stylesheet" title="{$tour.kz}" id="button2"></i>
</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
{/if}
<!-- -------------------------------------->
<!-- -------------------------------------->
<!-- -------------------------------------->
<!-- -------------------------------------->
<!-- -------------------------------------->
<!-- -------------------------------------->
<!-- -------------------------------------->
<!-- -------------------------------------->
</div>
<!-- -------------------------------------->
<!-- rechte seite -->
<!-- -------------------------------------->
<!-- Sidebar -->
<aside class="col-md-4">
<div id="rightmenu" class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title">Datum wechseln</h2></div>
<section class="panel-body">
<table class="table-condensed">
<b><i><span style='font-size:12pt;line-height:115%;
color:#4F81BD'>SaSo 2020 </span></i></b>&#160;&#160;&#160;
<b><i><span style='font-size:12pt;line-height:115%;
color:#4F81BD'><a class="button-blue" href="?s=iss&wahl=1&jahr={$jahr}&kw={$kw}">&laquo;</a>
&#160;&#160;{$kw}.KW / {$jahr}&#160;&#160;
<a class="button-blue" href="?s=iss&wahl=2&jahr={$jahr}&kw={$kw}">&raquo;</a></span></i></b>
</p>
</table>
</section>
</div>
<!-- -------------------------------------->
<div id="rightmenu" class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title">Upload Excel Data</h2></div>
<section class="panel-body">
<table class="table-condensed">
<form action="up_19.php" method="post" enctype="multipart/form-data">
<tr><td nowrap="nowrap"><input type="file" name="datei"></td></tr>
<tr><td nowrap="nowrap" align="right"><input type="submit" value="Hochladen"> <br></td> </tr>
</form>
</table>
</section>
</div>
<div id="rightmenu" class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title">Stadt-Touren Paketnorm</h2></div>
<section class="panel-body">
<table class="table-condensed">
<form action="" method="post">
<b>Paketnorm: <input type="text" style="width:30px;"name="sasonorm" /> <input type="submit" name="speichern" value="Norm speichern" />
</form>
</table>
</section>
</div>
<div id="rightmenu" class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title">Abnahme Tour</h2></div>
<section class="panel-body">
<form action="" method="post">
</br><b>Abnahme hinzu:</b>
<select name="plus" style="width:140px;" >
{foreach from=$tourplus item=tourplus}
{html_options values=$tourplus.id output=$tourplus.tour}
{/foreach}
<input type="hidden" name="dazu" value="{$tourplus.id}"/>
<input type="submit" name="dazuplus" value="hinzuf&uuml;gen" >
</select>
</form>
</section>
</div>
</aside>
</div>
<!-- Sidebar End -->