init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
|
|
@ -0,0 +1,162 @@
|
|||
<?php
|
||||
/* Smarty version 4.3.0, created on 2024-10-31 21:59:07
|
||||
from '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/_iss_data.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '4.3.0',
|
||||
'unifunc' => 'content_6723ef9bf11528_89820031',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'1ff14857faed0159d962c33bdf1d2dc1fd5de065' =>
|
||||
array (
|
||||
0 => '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/_iss_data.tpl',
|
||||
1 => 1730408270,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_6723ef9bf11528_89820031 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
<tr>
|
||||
<form action="" method="post">
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['tour']->value['aktiv'] != 1) {?>
|
||||
<td nowrap style="width:60px;line-height:2;font-size:11pt;"><mark><?php echo $_smarty_tpl->tpl_vars['tour']->value['tname'];?>
|
||||
</mark></td>
|
||||
<!-- Stellzeiten -->
|
||||
<td nowrap style="width:70px;font-size:10pt" align="right">
|
||||
<input type="time" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['zeit'];?>
|
||||
" style="width:75px;text-align:right;border:none;border-bottom: 1px solid #dcdcdc"
|
||||
id="zeit_<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
" name="list[<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
][zeit]" onChange="save_time(<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
)">
|
||||
</td>
|
||||
<td nowrap style="width:70px;font-size:12pt" align="right"> </td>
|
||||
<td nowrap style="width:70px;font-size:12pt" align="right"> </td>
|
||||
|
||||
<td nowrap style="width:65px;font-size:10pt" align="right">
|
||||
<input type="int" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['pakete2'];?>
|
||||
" style="width:28px;text-align:right;border:none;border-bottom: 1px solid #dcdcdc"
|
||||
id="pakete_<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
" name="list[<?php echo $_smarty_tpl->tpl_vars['tour']->value['tid'];?>
|
||||
][pakete2]" onChange="save_pakete(<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
)"> / <?php echo $_smarty_tpl->tpl_vars['tour']->value['pakete'];?>
|
||||
|
||||
</td>
|
||||
|
||||
<td nowrap style="width:30px;font-size:12pt" align="right"> </td>
|
||||
<td nowrap style="width:30px;font-size:12pt" align="right"> </td>
|
||||
<td nowrap style="width:70px;font-size:12pt" align="right"> </td>
|
||||
|
||||
<?php } else { ?>
|
||||
<!-- Tourname -->
|
||||
<td nowrap style="width:70px;line-height:2;font-size:11pt"><?php echo $_smarty_tpl->tpl_vars['tour']->value['tname'];?>
|
||||
</td>
|
||||
|
||||
<!-- Stellzeiten -->
|
||||
<td nowrap style="width:70px;font-size:10pt" align="right">
|
||||
<input type="time" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['zeit'];?>
|
||||
" style="width:75px;text-align:right;border:none;border-bottom: 1px solid #dcdcdc"
|
||||
id="zeit_<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
" name="list[<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
][zeit]" onChange="save_time(<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
)">
|
||||
</td>
|
||||
|
||||
|
||||
<!-- Exemplare SaSo -->
|
||||
<td nowrap style="width:70px;font-size:10pt" align="right">
|
||||
<input type="int" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['exemplare'];?>
|
||||
" style="width:45px;text-align:right;border:none;border-bottom: 1px solid #dcdcdc"
|
||||
id="exemplare_<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
"name="list[<?php echo $_smarty_tpl->tpl_vars['tour']->value['tid'];?>
|
||||
][exemplare]" onChange="save_exemplare(<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
)"> x
|
||||
</td>
|
||||
|
||||
|
||||
<!-- Vorabgewicht aus Stellzeitenlise -->
|
||||
<td nowrap style="width:70px;font-size:10pt" align="right">
|
||||
<input type="int" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['gewicht3'];?>
|
||||
" style="width:45px;text-align:right;border:none;border-bottom: 1px solid #dcdcdc"
|
||||
id="gewicht3_<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
"name="list[<?php echo $_smarty_tpl->tpl_vars['tour']->value['tid'];?>
|
||||
][gewicht3]"onChange="save_gewicht3(<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
)"> kg
|
||||
</td>
|
||||
|
||||
<!-- Pakete SaSo -->
|
||||
<td nowrap style="width:65px;font-size:10pt" align="right"><?php echo $_smarty_tpl->tpl_vars['tour']->value['pakete2'];?>
|
||||
/ <?php echo $_smarty_tpl->tpl_vars['tour']->value['pakete'];?>
|
||||
|
||||
|
||||
<!-- Exemplare Amtsblatt -->
|
||||
<td nowrap style="width:70px;font-size:10pt" align="right">
|
||||
<input type="int" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['amtsblatt'];?>
|
||||
" style="width:45px;text-align:right;border:none;border-bottom: 1px solid #dcdcdc"
|
||||
id="abst_<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
"name="list[<?php echo $_smarty_tpl->tpl_vars['tour']->value['tid'];?>
|
||||
][abst]" onChange="save_abst(<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
)"> x
|
||||
</td>
|
||||
<!-- Summe Zusatz Autorechnung -->
|
||||
<td nowrap style="width:70px;font-size:10pt" align="right">
|
||||
<input type="int" disabled value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['gewichtx'];?>
|
||||
" style="width:45px;text-align:right;border:none;border-bottom: 1px solid #dcdcdc"> kg
|
||||
</td>
|
||||
|
||||
<!-- Vorabgewicht aus Frachtbrief -->
|
||||
<td nowrap style="width:70px;font-size:10pt" align="right">
|
||||
<input type="int" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['gewicht'];?>
|
||||
" style="width:45px;text-align:right;border:none;border-bottom: 1px solid #dcdcdc"
|
||||
id="gewicht_<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
"name="list[<?php echo $_smarty_tpl->tpl_vars['tour']->value['tid'];?>
|
||||
][gewicht]" onChange="save_gewicht(<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
)"> kg
|
||||
</td>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<!-- geschätztes Gewicht pro Paket -->
|
||||
<td nowrap style="width:80px;font-size:7pt" align="right" id="gewicht5_<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
"><?php echo $_smarty_tpl->tpl_vars['tour']->value['gewicht5'];?>
|
||||
kg/Pa.<br><?php echo $_smarty_tpl->tpl_vars['tour']->value['gewicht2'];?>
|
||||
kg/Pa.
|
||||
</td>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['tour']->value['aktiv'] == 1) {?>
|
||||
<!-- bereitzeit/Abhlozeit -->
|
||||
<td nowrap style="width:80px;font-size:7pt" align="right" id="gewicht5_<?php echo $_smarty_tpl->tpl_vars['tour']->value['id'];?>
|
||||
">
|
||||
<span style="color: orange"><?php echo $_smarty_tpl->tpl_vars['tour']->value['bereitzeit'];?>
|
||||
Uhr</span>
|
||||
<br>
|
||||
<span style="color: green"><?php echo $_smarty_tpl->tpl_vars['tour']->value['fertigzeit'];?>
|
||||
Uhr</span>
|
||||
</td>
|
||||
<?php } else { ?>
|
||||
<td nowrap style="width:80px;font-size:12pt" align="right"> </td>
|
||||
|
||||
<?php }?>
|
||||
<td nowrap style="width:30px;font-size:10pt
|
||||
<?php if ($_smarty_tpl->tpl_vars['tour']->value['gewicht4'] > 2200) {?>;color:#990000<?php } elseif ($_smarty_tpl->tpl_vars['tour']->value['gewicht4'] > 2000) {?>;color:#FF8000<?php } else { ?>;color:#008000<?php }?>" align="right">
|
||||
<i class="fa fa-car" rel="stylesheet" title="<?php echo $_smarty_tpl->tpl_vars['tour']->value['kz'];?>
|
||||
" id="button2"></i>
|
||||
</td>
|
||||
<!-- geschätztes Gewicht für Fahrzeug -->
|
||||
<td nowrap style="width:60px;font-size:10pt" align="right"><?php echo $_smarty_tpl->tpl_vars['tour']->value['gewicht4'];?>
|
||||
kg</td>
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
|
||||
</tr>
|
||||
<?php }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue