Example #1
0
<?php

require_once 'bootstrap.php';
require_once 'leistung.php';
epm_leistung_header('turn-around');
?>
        <p class="lead" style="margin-bottom:1.2em;">
          <?php 
echo t('leistung.turnaround.intro');
?>
        </p>
        <dl class="epm-dl">
          <div class="row">
            <dt class="col-sm-4">
              <strong><?php 
echo t('leistung.turnaround.sankon.label');
?>
</strong>
            </dt>
            <dd class="col-sm-8">
              <ul class="dd-content">
                <?php 
echo t('leistung.turnaround.sankon.content');
?>
              </ul>
            </dd>
          </div>
          <div class="row">
            <dt class="col-sm-4">
              <strong><?php 
echo t('leistung.turnaround.krisen.label');
Example #2
0
<?php

require_once 'bootstrap.php';
require_once 'leistung.php';
epm_leistung_header('hr-support');
?>
        <p class="lead" style="margin-bottom:1.2em;">
          <?php 
echo t('leistung.hrsupport.intro');
?>
        </p>
        <dl class="epm-dl">
          <div class="row">
            <dt class="col-sm-4">
              <strong><?php 
echo t('leistung.hrsupport.obman.label');
?>
</strong>
            </dt>
            <dd class="col-sm-8">
              <ul class="dd-content dd-2-lines">
                <?php 
echo t('leistung.hrsupport.obman.content');
?>
              </ul>
            </dd>
          </div>
          <div class="row">
            <dt class="col-sm-4">
              <strong><?php 
echo t('leistung.hrsupport.mitman.label');
Example #3
0
<?php

require_once 'bootstrap.php';
require_once 'leistung.php';
epm_leistung_header('monitoring');
?>
        <p class="lead" style="margin-bottom:1.2em;">
          <?php 
echo t('leistung.monitoring.intro');
?>
        </p>
        <dl class="epm-dl">
          <div class="row">
            <dt class="col-sm-4">
              <strong><?php 
echo t('leistung.monitoring.kernzahlen.label');
?>
</strong>
            </dt>
            <dd class="col-sm-8">
              <ul class="dd-content">
                <?php 
echo t('leistung.monitoring.kernzahlen.content');
?>
              </ul>
            </dd>
          </div>
          <div class="row">
            <dt class="col-sm-4">
              <strong><?php 
echo t('leistung.monitoring.monitoring.label');
Example #4
0
<?php

require_once 'bootstrap.php';
require_once 'leistung.php';
epm_leistung_header('optimization');
?>
        <p class="lead" style="margin-bottom:1.2em;">
          <?php 
echo t('leistung.optimization.intro');
?>
        </p>
        <dl class="epm-dl">
          <div class="row">
            <dt class="col-sm-4">
              <strong><?php 
echo t('leistung.optimization.perfmon.label');
?>
</strong>
            </dt>
            <dd class="col-sm-8">
              <ul class="dd-content">
                <?php 
echo t('leistung.optimization.perfmon.content');
?>
              </ul>
            </dd>
          </div>
          <div class="row">
            <dt class="col-sm-4">
              <strong><?php 
echo t('leistung.optimization.prod.label');