init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
126
template/tpl/m_sms.tpl
Normal file
126
template/tpl/m_sms.tpl
Normal file
|
|
@ -0,0 +1,126 @@
|
|||
<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ä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ä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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue