init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
115
template/tpl/imarktplatz.tpl
Normal file
115
template/tpl/imarktplatz.tpl
Normal file
|
|
@ -0,0 +1,115 @@
|
|||
<b><i><span style='font-size:16pt;line-height:115%;
|
||||
color:#4F81BD'>Marktplatz für die {$kw_aktuell}.KW</span></i></b></p>
|
||||
{literal}
|
||||
<script>
|
||||
$(function() {
|
||||
$( "#datumstadtd" ).datepicker();
|
||||
});
|
||||
</script>
|
||||
|
||||
{/literal}
|
||||
<section id="content0">
|
||||
<div class="wrapper"> <!-- Main Section -- linke Spalte -->
|
||||
<section class="grid_8 first top">
|
||||
<!-- <div class="columns">-->
|
||||
<div class="column grid_5 first">
|
||||
<div class="widget collapsible">
|
||||
<header class="current"><h2>Marktplatz {$kw_aktuell}.KW / {$jahr_aktuell} {$datumstadt2}</h2></header>
|
||||
<section>
|
||||
<table class="no-style full">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width:80px" align="left">Tour</th>
|
||||
<th style="width:60px" align="left">Exemplare</th>
|
||||
<th style="width:10px" align="left"> </th>
|
||||
<th style="width:30px" >Zeit</th>
|
||||
<th style="width:10px" align="left"> </th>
|
||||
<th style="width:50px" align="left">Gewicht</th>
|
||||
<th style="width:10px" align="left"> </th>
|
||||
<th style="width:40px" >Norm</th>
|
||||
<th style="width:10px" align="left"> </th>
|
||||
<th style="width:40px" align="left">Pakete</th>
|
||||
|
||||
<th style="width:150px" align="left"> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach from=$rs_tour2 item=tour}
|
||||
<form action="" method="post">
|
||||
<tr>
|
||||
<td style="width:80px"><b>{$tour.tour}</td>
|
||||
<td><input type="int" value="{$tour.exemplare}" style="width:65px;" name="list[{$tour.tid}][exemplare]" placeholder="0" ></td>
|
||||
<td> </td>
|
||||
<td><input type="text" value="{$tour.zeit}" style="width:55px;" name="list[{$tour.tid}][szeit]" placeholder="12:00"></td>
|
||||
<td> </td>
|
||||
<td><b>{$tour.gewicht} kg</td>
|
||||
<td> </td>
|
||||
<td><b>{$tour.norm}</td>
|
||||
<td> </td>
|
||||
<td><b>{$tour.pakete}</td>
|
||||
<td>
|
||||
<input type="hidden" name="list[{$tour.tid}][tid]" value="{$tour.id}"/>
|
||||
</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
<tbody>
|
||||
<td>
|
||||
<input type="submit" name="datasave" value="Speichern" >
|
||||
</td>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- /////////////////Sidebar -->
|
||||
<div class="column grid_3 last">
|
||||
<!-- ***** Normplan ***** -->
|
||||
<div class="widget collapsible">
|
||||
<header class="current"><h2>Marktplatz Normplan</h2></header>
|
||||
<section>
|
||||
<form action="" method="post">
|
||||
<table class="no-style full">
|
||||
<tbody><td>Marktplatz-Norm:</td><td><input type="text" value="{$mpnorm}" style="width:50px;" name="mpnorm" placeholder="100"> Exemplare pro Paket</td></tbody>
|
||||
<tbody><td></td><td><input type="submit" name="speichern" value="speichern" ></td></tbody>
|
||||
</table>
|
||||
</form>
|
||||
</section>
|
||||
</div>
|
||||
<!-- ***** Gewicht ***** -->
|
||||
<div class="widget collapsible">
|
||||
<header class="current"><h2>Marktplatz Gewicht</h2></header>
|
||||
<section>
|
||||
<form action="" method="post">
|
||||
<table class="no-style full">
|
||||
<tbody><td>Paketgewicht je.:</td><td><input type="text" value="{$mpkg}" style="width:50px;" name="gewicht" placeholder="10.00"> kg Gewicht pro Paket</td></tbody>
|
||||
<tbody><td></td><td><input type="submit" name="speichern" value="speichern" ></tbody>
|
||||
</table>
|
||||
</form>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="widget collapsible">
|
||||
<header class="current"><h2>Datum (Abholtag) </h2></header>
|
||||
<section>
|
||||
<form action="" method="post">
|
||||
<table class="no-style full">
|
||||
<tbody><td>Abholtag:</td><td>{$datumstadt}</td><td><input type="text" value="{$datumstadt}" id="datumstadtd" style="width:150px;" name="datumstadt"></td></tbody>
|
||||
</tbody>
|
||||
<tbody><td></td><td></td><td><input type="submit" name="datesave" value="Speichern" ></tbody>
|
||||
</table>
|
||||
</form>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Sidebar End -->
|
||||
</div>
|
||||
<!--</div>-->
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue