2erlei/app/modules/basecontent/layouts/loginout.php

55 lines
1.3 KiB
PHP

<!-- 2erlei.de -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title><?php echo $this->get_field('title') ?> - <?php $this->get_siteTitle() ?></title>
<?php $this->get_element('admin_head'); ?>
</head>
<body><div id="wrapper" class="login">
<div id="kopf">
<h1><img src="/public/img/admin/basecontent.gif" width="468" height="54" alt="baseContent"></h1>
<div id="bc_nav">
<p>
<a href="/">zur Startseite</a>
</p>
</div>
<div id="bc_intern">
</div>
<h2><?php $this->get_siteTitle(); ?></h2>
</div>
<div id="navigation">
</div>
<div id="content">
<?php $this->get_sub_view(); ?>
<div id="spalte2">
<h2>baseContent info</h2>
<?php
$flash = $this->render_flash();
if (!empty($flash) ) { ?>
<fieldset id="bc_info" class="bereich_static"><h3>Meldungen</h3>
<div class="formtop"> &nbsp; </div>
<div class="flash"><?php echo( $flash ); ?></div>
<div class="fieldbottom"> &nbsp; </div>
<div class="formbottom"> &nbsp; </div>
</fieldset>
<?php } /* end of if */?>
</div>
</div>
<div id="unten">
<p> &nbsp; </p>
<p class="print-info">Diese Inhalte sind unter der Adresse <a style="font-weight:bold;" href="<?php echo ($this->current_url() ); ?>"><?php echo ($this->current_url() ); ?></a> zu erreichen.</p>
</div>
</div>
</body>
</html>