mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
0f798faab5
- Changed URI of path from system/infocenter/InfoCenter/infocenterFreigegeben to system/infocenter/InfoCenter/freigegeben in navigation config - Moved the logic from Navigation controller to NavigationLib - Added private method _loadNavigationLib to Navigation controller to load the NavigationLib with parameters - Navigation controller now extends FHC_Controller - Added NavigationLib to collect all the logic used by the NavigationWidget components - Remove the handle of the fhc_controller_id from the NavigationWidget.js - NavigationWidget.js now uses better tools that came from the AjaxLib - Adapted InfoCenter controller to work with the new tools from NavigationWidget - infocenterPersonDataset.js->refreshSideMenu now uses the parameter navigation_page in the ajax call - Renamed InfoCenter controller method from infocenterFreigegeben to freigegeben - Now methods index, freigegeben and showDetails generates their own left menu - showDetails generate a left menu based on the origin page (index or freigegeben) - freigegeben uses its own filters now - Added view infocenterFreigegebenData.php
187 lines
5.5 KiB
PHP
Executable File
187 lines
5.5 KiB
PHP
Executable File
<?php
|
|
$this->load->view(
|
|
'templates/FHC-Header',
|
|
array(
|
|
'title' => 'InfocenterDetails',
|
|
'jquery' => true,
|
|
'bootstrap' => true,
|
|
'fontawesome' => true,
|
|
'jqueryui' => true,
|
|
'ajaxlib' => true,
|
|
'tablesorter' => true,
|
|
'tinymce' => true,
|
|
'sbadmintemplate' => true,
|
|
'addons' => true,
|
|
'navigationwidget' => true,
|
|
'customCSSs' => array(
|
|
'public/css/sbadmin2/admintemplate.css',
|
|
'public/css/sbadmin2/tablesort_bootstrap.css'
|
|
),
|
|
'customJSs' => array(
|
|
'public/js/bootstrapper.js',
|
|
'public/js/tablesort/tablesort.js',
|
|
'public/js/infocenter/infocenterDetails.js'
|
|
),
|
|
'phrases' => array(
|
|
'infocenter' => array(
|
|
'notizHinzufuegen',
|
|
'notizAendern',
|
|
'bewerberParken',
|
|
'bewerberAusparken',
|
|
'nichtsZumAusparken',
|
|
'fehlerBeimAusparken',
|
|
'fehlerBeimParken',
|
|
'bewerberGeparktBis'
|
|
),
|
|
'ui' => array(
|
|
'gespeichert',
|
|
'fehlerBeimSpeichern'
|
|
),
|
|
'global' => array(
|
|
'bis',
|
|
'zeilen'
|
|
)
|
|
)
|
|
)
|
|
);
|
|
?>
|
|
<body>
|
|
<div id="wrapper">
|
|
|
|
<?php echo $this->widgetlib->widget('NavigationWidget'); ?>
|
|
|
|
<div id="page-wrapper">
|
|
<div class="container-fluid">
|
|
<input type="hidden" id="hiddenpersonid" value="<?php echo $stammdaten->person_id ?>">
|
|
<div class="row<?php if ($lockedbyother) echo ' alert-danger' ?>">
|
|
<div class="col-lg-8">
|
|
<h3 class="page-header">
|
|
Infocenter Details: <?php echo $stammdaten->vorname.' '.$stammdaten->nachname ?>
|
|
</h3>
|
|
</div>
|
|
<div class="col-lg-4">
|
|
<div class="headerright text-right">
|
|
<?php
|
|
if (isset($lockedby)):
|
|
echo $this->p->t('global', 'wirdBearbeitetVon').': ';
|
|
echo $lockedby;
|
|
if ($origin_page == 'index'): ?>
|
|
|
|
<a href="unlockPerson/<?php echo $stammdaten->person_id; ?>?fhc_controller_id=<?php echo $fhc_controller_id; ?>">
|
|
<i class="fa fa-sign-out"></i> <?php echo ucfirst($this->p->t('ui', 'freigeben')) ?>
|
|
</a>
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<br/>
|
|
<section>
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="panel panel-primary">
|
|
<div class="panel-heading text-center">
|
|
<h4><?php echo ucfirst($this->p->t('global', 'stammdaten')) ?></h4>
|
|
</div>
|
|
<div class="panel-body">
|
|
<?php $this->load->view('system/infocenter/stammdaten.php'); ?>
|
|
<?php $this->load->view('system/infocenter/anmerkungenZurBewerbung.php'); ?>
|
|
</div> <!-- ./panel-body -->
|
|
</div> <!-- ./panel -->
|
|
</div> <!-- ./main column -->
|
|
</div> <!-- ./main row -->
|
|
</section>
|
|
<section>
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="panel panel-primary">
|
|
<a name="DokPruef"></a><!-- anchor for jumping to the section -->
|
|
<div class="panel-heading text-center">
|
|
<h4>
|
|
<?php echo ucfirst($this->p->t('infocenter', 'dokumentenpruefung')) ?>
|
|
</h4>
|
|
</div>
|
|
<div class="panel-body">
|
|
<?php $this->load->view('system/infocenter/dokpruefung.php'); ?>
|
|
</div> <!-- ./panel-body -->
|
|
</div> <!-- ./panel -->
|
|
</div> <!-- ./column -->
|
|
</div> <!-- ./row -->
|
|
</section>
|
|
<section>
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="panel panel-primary">
|
|
<div class="panel-heading text-center">
|
|
<a name="ZgvPruef"></a>
|
|
<h4>
|
|
<?php echo $this->p->t('infocenter', 'zgv').' - '.ucfirst($this->p->t('lehre', 'pruefung'))?>
|
|
</h4>
|
|
</div>
|
|
<div class="panel-body">
|
|
<?php $this->load->view('system/infocenter/zgvpruefungen.php'); ?><!-- /.panel-group -->
|
|
</div><!-- /.main panel body -->
|
|
</div> <!-- /.main panel-->
|
|
</div> <!-- /.column freigabe-->
|
|
</div> <!-- /.row freigabe-->
|
|
</section>
|
|
<section>
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="panel panel-primary">
|
|
<div class="panel-heading text-center">
|
|
<a name="Nachrichten"></a>
|
|
<h4 class="text-center">
|
|
<?php echo ucfirst($this->p->t('global', 'nachrichten')) ?>
|
|
</h4>
|
|
</div>
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
<?php
|
|
$this->load->view('system/messageList.php', $messages);
|
|
?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section>
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="panel panel-primary">
|
|
<div class="panel-heading text-center">
|
|
<a name="NotizAkt"></a>
|
|
<h4 class="text-center">
|
|
<?php echo ucfirst($this->p->t('global', 'notizen')).' & '.ucfirst($this->p->t('global', 'aktivitaeten')) ?>
|
|
</h4>
|
|
</div>
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
<div class="col-lg-6">
|
|
<div id="addnotiz">
|
|
<?php $this->load->view('system/infocenter/addNotiz.php'); ?>
|
|
</div>
|
|
<div id="notizen">
|
|
<?php $this->load->view('system/infocenter/notizen.php'); ?>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<div id="parking"></div>
|
|
<div id="logs">
|
|
<?php $this->load->view('system/infocenter/logs.php'); ?>
|
|
</div>
|
|
</div> <!-- ./column -->
|
|
</div> <!-- ./row -->
|
|
</div> <!-- ./panel-body -->
|
|
</div> <!-- ./panel -->
|
|
</div> <!-- ./main column -->
|
|
</div> <!-- ./main row -->
|
|
</section>
|
|
</div> <!-- ./container-fluid-->
|
|
</div> <!-- ./page-wrapper-->
|
|
</div> <!-- ./wrapper -->
|
|
</body>
|
|
|
|
<?php $this->load->view('templates/FHC-Footer'); ?>
|