jb-data.de/compile/f3c4ce1724cefc0f8f530139c0de8339454de70c_0.file.ue_media.tpl.php
2025-08-11 22:23:30 +02:00

136 lines
6.2 KiB
PHP

<?php
/* Smarty version 4.3.0, created on 2024-04-12 18:07:16
from '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/ue_media.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '4.3.0',
'unifunc' => 'content_66195c34f129d7_35400694',
'has_nocache_code' => false,
'file_dependency' =>
array (
'f3c4ce1724cefc0f8f530139c0de8339454de70c' =>
array (
0 => '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/ue_media.tpl',
1 => 1704629339,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_66195c34f129d7_35400694 (Smarty_Internal_Template $_smarty_tpl) {
?><div class="row">
<div class="col-md-4">
<div class="panel panel-warning">
<header class="panel-heading"><h2 class="panel-title">Fahrer-SMS</span></h2></header>
<div class="panel-body">
<form action="" method="post">
<table class="no-style full">
<thead>
<tr>
<th style="width:20px" align="left"> </th>
<th style="width:99px" align="left">Name</th>
</tr>
</thead>
<tbody>
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['mitarbeiterlist_a']->value, 'mitarbeiterlist');
$_smarty_tpl->tpl_vars['mitarbeiterlist']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['mitarbeiterlist']->value) {
$_smarty_tpl->tpl_vars['mitarbeiterlist']->do_else = false;
?>
<tr>
<td nowrap="nowrap">
<input id="login-remember" type="checkbox" name="list[<?php echo $_smarty_tpl->tpl_vars['mitarbeiterlist']->value['id'];?>
][wahl]" value="1" >
</td>
<td nowrap="nowrap">
<?php echo $_smarty_tpl->tpl_vars['mitarbeiterlist']->value['name'];?>
<input type="hidden" name="list[<?php echo $_smarty_tpl->tpl_vars['mitarbeiterlist']->value['id'];?>
][mid]" value="<?php echo $_smarty_tpl->tpl_vars['mitarbeiterlist']->value['id'];?>
"/>
<input type="hidden" name="list[<?php echo $_smarty_tpl->tpl_vars['mitarbeiterlist']->value['id'];?>
][name]" value="<?php echo $_smarty_tpl->tpl_vars['mitarbeiterlist']->value['name'];?>
"/>
<input type="hidden" name="list[<?php echo $_smarty_tpl->tpl_vars['mitarbeiterlist']->value['id'];?>
][handy]" value="<?php echo $_smarty_tpl->tpl_vars['mitarbeiterlist']->value['handy'];?>
"/>
</td>
<!-- <input type="hidden" name="list[<?php echo $_smarty_tpl->tpl_vars['mitarbeiterlist']->value['id'];?>
][handy]" value="<?php echo $_smarty_tpl->tpl_vars['mitarbeiter']->value['handy'];?>
"/>
<input type="hidden" name="list[<?php echo $_smarty_tpl->tpl_vars['mitarbeiterlist']->value['id'];?>
][name]" value="<?php echo $_smarty_tpl->tpl_vars['mitarbeiter']->value['name'];?>
"/>
<td nowrap="nowrap"><?php echo $_smarty_tpl->tpl_vars['mitarbeiterlist']->value['name'];?>
</td> -->
</tr>
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
</tbody>
</table>
</div>
</div>
</div>
<!-- ///////////////// rechte seite -->
<div class="col-md-8">
<div class="panel panel-warning">
<header class="panel-heading"><h2 class="panel-title">SMS - Text</span></h2></header>
<div class="panel-body">
<table class="no-style full">
<tbody>
<tr>
<td><textarea name="text" rows="7" cols="80"></textarea></td>
</tr><tr>
<td><strong>eine SMS = 150 Zeichen !!!!!! maximal 450 Zeichen (3xSMS)</strong></td>
<!-- <td><input type="text" style="width:600px;" name="text"><strong><?php echo $_smarty_tpl->tpl_vars['tmptext']->value;?>
</strong></td> </br>
<td><input type="hidden" name="text" value="99999"/> -->
<td><input type="submit" name="testsave" value="SMS senden" ></td>
</tr>
</tbody>
</table>
</div>
</div>
</form>
</div>
<?php if ($_smarty_tpl->tpl_vars['anzeige']->value > 0) {?>
<div class="col-md-8">
<div class="panel panel-success">
<header class="panel-heading"><h2 class="panel-title">SMS - Text</span></h2></header>
<div class="panel-body">
<table class="no-style full">
<tbody>
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['kontrolle']->value, 'ko');
$_smarty_tpl->tpl_vars['ko']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['ko']->value) {
$_smarty_tpl->tpl_vars['ko']->do_else = false;
?>
<tr>
<td><?php echo $_smarty_tpl->tpl_vars['ko']->value['name'];?>
</td>
<td> (<?php echo $_smarty_tpl->tpl_vars['ko']->value['handy'];?>
)</td>
<td> (<?php echo $_smarty_tpl->tpl_vars['ko']->value['text'];?>
)</td>
</tr>
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
</tbody>
</table>
</div>
</div>
</div>
<?php }?>
</div> <?php }
}