Example #1
0
        <div class="row">
          <div class="span12" style="margin-bottom:12px;">
            <img id="plusimg" src="../../images/plus.png" >
            <p style="padding-top: 20px;">Erstellen Sie eine <strong>Aktion</Strong><br>
            <span style="color:#0099e6;">Bitte füllen Sie alle Felder mit einem * aus.</span></p>
          </div>
        </div>

        <?php 
    if (isset($article->info) && $article->info != "") {
        echo "<div class='alert alert-success'>";
        echo $article->info;
        echo "</div>";
    }
    echo "<div id='createartform'>";
    $article->printArticleForm();
    echo "</div>";
    ?>
                                  
  </div>

</div>

<?php 
    System\HTML::printFooter();
    System\HTML::printFoot();
} else {
    System\HTML::printHead();
    System\HTML::printHeader();
    die("Sie haben keinen Berechtigung mehr für diese Seite <br /> <a href='" . PROJECT_HTTP_ROOT . "/scripts/account/account.php'>Zurück</a>");
}