OpenXE/www/pages/content/projekt_minidetail.tpl
2021-05-21 08:49:41 +02:00

47 lines
1.2 KiB
Smarty

<br>
<div class="col-xs-12 col-md-12 col-sm-height">
<h2 class="greyh2">Teilprojekte</h2>
<div style="padding:10px;">[BESTELLUNGEN]
<table class="mkTable" id="teilprojekttable" width="100%">
<thead>
<tr><th>Nr.</th><th>Teilprojekt / Arbeitspaket</th><th><a title="Geplante Zeit aufsummiert ueber Teilprojekte in Hierachie">Zeit <br>summiert</a></th><th>Zeit <br>geplant</th>
<th>Zeit <br>gebucht</th>
<th>Zeit <br>abgerechnet</th>
<th>Budget</th><th>Artikel-Nr.</th><th>BE</th><th>PR</th><th>AN</th><th>AB</th><th>LS</th><th>RE</th><th>GS</th><th>Status</th><th width="80">Monitor</th></tr>
</thead>
<tbody>
[TEILPROJEKTTABELLE]
</tbody>
<!--<tr><th><input type=checkbox></th><th></th><th>Summe Gesamt</th><th>[ZEIT_SUMMIERT]</th><th>[ZEIT_GEPLANT]</th><th>[ZEIT_GEBUCHT]</th><th>-</th>
<th>-</th><th>-</th><th>-</th><th>-</th><th>-</th><th>-</th><th>-</th><th>-</th><th></th>
<th></th>
<th></th>
</tr>-->
</table>
</div>
</div>
<div class="col-xs-12 col-md-2 col-sm-height">
<h2 class="greyh2">Zeiterfassung Gesamt</h2>
<div style="padding:10px;">
<table width="100%>">
<tr><td>Zeit Geplant</td><td>Zeit Gebucht</td></tr>
<tr>
<td class="greybox" width="25%">[ZEITGEPLANT]</td>
<td class="greybox" width="25%">[ZEITGEBUCHT]</td>
</tr>
</table>
</div>
</div>