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

126 lines
2.9 KiB
Smarty

<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">
<table class="no-style sortable full">
<thead>
<tr>
<!-- <th style="width:10px" align="left">Nr.</th>
<th style="width:99px" align="left">Name</th> -->
</tr>
</thead>
<tbody>
{foreach from=$mitarbeiterlist_a item=mitarbeiterlist}
<tr>
<!-- <td nowrap="nowrap">{$mitarbeiterlist.id}</td> -->
<td nowrap="nowrap"><strong><a href="?s=m_sms&id={$mitarbeiterlist.id}" title="Kicke zum ausw&auml;len" >{$mitarbeiterlist.name}</strong></td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
</div>
<!-- ///////////////// rechte seite -->
{if $anzeige==0}
<div class="col-md-7">
<div class="panel panel-warning">
<header class="panel-heading"><h2 class="panel-title">Fahrer-SMS</span></h2></header>
<div class="panel-body">
<span style='font-size:10pt;line-height:115%; color:#4F81BD'>Bitte den Mitarbeiter auw&auml;hlen den Sie per SMS Benachrichtigen wollen.</span>
</div>
</div>
</div>
<!-- /// rechte seite sms eingabe anzeigen-->
{else}
<div class="col-md-7">
<div class="panel panel-warning">
<header class="panel-heading"><h2 class="panel-title">SMS an {$mitarbeiter.name}</span></h2></header>
<div class="panel-body">
<form action="" method="post">
<table>
<tr><strong>eine SMS = 150 Zeichen !!!!!! maximal 470 Zeichen (3xSMS)</strong></tr>
<tr> </tr>
<tr><input type="text" style="width:600px;" name="text"><strong>{$tmptext}</strong></tr> </br>
<tr><input type="hidden" name="nummer" value="{$mitarbeiter.handy}"/> </tr>
<tr><input type="submit" name="testsave" value="SMS senden" ></tr>
</table>
</form>
</div>
</div>
</div>
{/if}
<!-- ///////////////////////////////// -->
</div>