mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-30 02:19:27 +00:00
77 lines
3.3 KiB
PHP
77 lines
3.3 KiB
PHP
<h4><?php echo $this->p->t('lehre', 'lehrauftragStandardBestellprozess'); ?></h4>
|
|
<div class="panel panel-body">
|
|
<table>
|
|
<tr class="text-center">
|
|
<td><img src="../../../public/images/icons/fa-user-tag.png" style="height: 60px; width: 60px;"></td>
|
|
<td><i class='fa fa-2x fa-long-arrow-right'></i></td>
|
|
<td><img src="../../../public/images/icons/fa-user-check.png" style="height: 60px; width: 60px;"></td>
|
|
<td><i class='fa fa-2x fa-long-arrow-right'></i></td>
|
|
<td><i class='fa fa-2x fa-handshake-o'></i></td>
|
|
</tr>
|
|
<tr class="text-center">
|
|
<td><b><?php echo $this->p->t('lehre', 'lehrauftragStandardBestellprozessBestellen'); ?></b></td>
|
|
<td></td>
|
|
<td class="text-muted"><?php echo $this->p->t('lehre', 'lehrauftragStandardBestellprozessErteilen'); ?></td>
|
|
<td></td>
|
|
<td class="text-muted"><?php echo $this->p->t('lehre', 'lehrauftragStandardBestellprozessAnnehmen'); ?></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<br>
|
|
|
|
<h4><?php echo $this->p->t('lehre', 'lehrauftraegeBestellen'); ?></h4>
|
|
<div class="panel panel-body">
|
|
<?php echo $this->p->t('lehre', 'lehrauftraegeBestellenText'); ?>
|
|
<br>
|
|
<ol>
|
|
<li><?php echo $this->p->t('lehre', 'lehrauftraegeBestellenKlickStatusicon'); ?></li>
|
|
<li><?php echo $this->p->t('lehre', 'lehrauftraegeBestellenLehrauftraegeWaehlen'); ?></li>
|
|
<li><?php echo $this->p->t('lehre', 'lehrauftraegeBestellenMitKlickBestellen'); ?></li>
|
|
</ol>
|
|
<?php echo $this->p->t('lehre', 'lehrauftraegeBestellenVertragWirdAngelegt'); ?>
|
|
</div>
|
|
<br>
|
|
|
|
<h4><?php echo $this->p->t('lehre', 'geaenderteLehrauftraege'); ?></h4>
|
|
<div class="panel panel-body">
|
|
<?php echo $this->p->t('lehre', 'geaenderteLehrauftraegeText'); ?>
|
|
</div>
|
|
<br>
|
|
|
|
<h4><?php echo $this->p->t('lehre', 'lehrauftraegeNichtAuswaehlbar'); ?></h4>
|
|
<div class="panel panel-body">
|
|
<?php echo $this->p->t('lehre', 'lehrauftraegeNichtAuswaehlbarText'); ?>
|
|
</div>
|
|
<br>
|
|
|
|
<h4>Filter</h4>
|
|
<div class="panel panel-body">
|
|
<table class="table table-bordered">
|
|
<tr class="text-center">
|
|
<td class="col-xs-1"><i class='fa fa-users'></i></td>
|
|
<td class="col-xs-1"><i class='fa fa-user-plus'></i></td>
|
|
<td class="col-xs-1"><img src="../../../public/images/icons/fa-user-tag.png" style="height: 30px; width: 30px;"></td>
|
|
<td class="col-xs-1"><img src="../../../public/images/icons/fa-user-check.png" style="height: 30px; width: 30px;"></td>
|
|
<td class="col-xs-1"><i class='fa fa-handshake-o'></i></td>
|
|
<td class="col-xs-1"><img src="../../../public/images/icons/fa-user-edit.png" style="height: 30px; width: 30px;"></td>
|
|
<td class="col-xs-1"><i class='fa fa-user-secret'></i></td>
|
|
|
|
</tr>
|
|
<tr class="text-center">
|
|
<td><?php echo $this->p->t('lehre', 'filterAlle'); ?></td>
|
|
<td><?php echo $this->p->t('lehre', 'filterNeu'); ?></td>
|
|
<td><?php echo $this->p->t('lehre', 'filterBestellt'); ?></td>
|
|
<td><?php echo $this->p->t('lehre', 'filterErteilt'); ?></td>
|
|
<td><?php echo $this->p->t('lehre', 'filterAngenommen'); ?></td>
|
|
<td><?php echo $this->p->t('lehre', 'filterGeaendert'); ?></td>
|
|
<td><?php echo $this->p->t('lehre', 'filterDummies'); ?></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<br>
|
|
|
|
<h4><?php echo $this->p->t('global', 'mehrHilfe'); ?></h4>
|
|
<div class="panel panel-info panel-body">
|
|
<?php echo $this->p->t('global', 'weitereInformationenUnter'); ?>
|
|
<a href="https://wiki.fhcomplete.org/doku.php?id=fhc:lehrauftraege" target="_blank">FH Complete WIKI</a>
|
|
</div><br>
|