<?php
/**
* Netcom-Factory - A Template by Netcom-Factory digital Solutions
* @version 1.0
* @copyright (C) 2005-2006 by Netcom-Factory digital Solutions - All rights reserved!
* @web
http://www.netcom-factory.de/**/
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); $iso = split( '=', _ISO ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>'; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="
http://www.w3.org/1999/xhtml"><head><meta name="keywords" content="netcom, netcom factory, netcomfactory, netcom-factory, nf ianus, ianus, nf-ianus, nf-ianus-serie, ianus serie, joomla, mambo, template, templates">
<?php mosShowHead(); ?>
<?php
if ( $my->id ) {
initEditor();
}
$collspan_offset = ( mosCountModules( 'right' ) + mosCountModules( 'user2' ) ) ? 2 : 1;
$user1 = 0;
$user2 = 0;
$colspan = 0;
$right = 0;
if ( mosCountModules( 'user1' ) + mosCountModules( 'user2' ) == 2) {
$user1 = 2;
$user2 = 2;
$colspan = 3;
} elseif ( mosCountModules( 'user1' ) == 1 ) {
$user1 = 1;
$colspan = 1;
} elseif ( mosCountModules( 'user2' ) == 1 ) {
$user2 = 1;
$colspan = 1;
}
if ( mosCountModules( 'right' ) and ( empty( $_REQUEST['task'] ) || $_REQUEST['task'] != 'edit' ) ) {
$right = 1;
}
?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $cur_template;?>/css/template_css.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/images/favicon.ico" /></head>
<body scroll="yes"><a name="top">[/url]
<div align="center"><div id="layout_container">
<div id="header_container">
<div id="topmenu_container"><?php mosLoadModules ( 'user3', -1 ); ?></div>
<div id="path_container"><?php mosPathWay(); ?></div>
<div id="sitename_container"><?php echo $mosConfig_sitename;?></div>
</div>
<div id="content_container">
<table border="0" cellpadding="0" cellspacing="0" width="980">
<tr valign="top">
<?php if (mosCountModules('left')>0) { ?>
<td style="padding-left: 10px;"><div class="modul_header"></div><div class="modul_container"><div class="modul_content"><?php mosLoadModules ( 'left' ); ?></div></div><div class="modul_footer"></div></td>
<?php } ?>
<?php if (( mosCountModules( 'left' )==0) && ( mosCountModules( 'right' )==0)) { ?><td width="100%" style="padding-left: 10px;padding-right: 10px;"><?php } else if ( mosCountModules( 'right' )==0) { ?><td width="100%" style="padding-right: 10px;"><?php } else if ( mosCountModules( 'left' )==0) { ?><td width="100%" style="padding-left: 10px;"><?php } else { ?><td width="100%"><?php } ?>
<div id="main_header">
<div id="main_header-left"></div>
<!-- Diese Zeile löschen um den Begrüßungstext zu entfernen --><div id="main_header-welcome"><?php if ( $my->username ) { echo ("<span class='willkommen'>Willkommen zurück - $my->username</span>");} else { ?><span class='willkommen'>Herzlich Willkommen - Besucher</span><?php } ?></div>
<div id="main_header-right"></div>
</div>
<div id="main_container">
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td id="main_left"></td><td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<?php if ( mosCountModules ('banner')>0) { ?><tr valign="top"><td colspan="<?php echo $colspan; ?>"><div id="modul_banner"><?php mosLoadModules ( 'banner', -1 ); ?></div></td></tr><?php } ?>
<tr><td colspan="<?php echo $colspan; ?>" width="100%"><div id="mainbody"><?php mosMainBody(); ?></div></td></tr>
<?php if ($colspan > 0) { ?>
<tr valign="top">
<?php if ( $user1 > 0 ) { ?><td width="50%" align="left"><div><?php mosLoadModules ( 'user1', -2 ); ?></div></td>
<?php } if ( $colspan == 3) { ?><td><div id="abstand"></div></td>
<?php } if ( $user2 > 0 ) { ?><td width="50%" align="left"><div><?php mosLoadModules ( 'user2', -2 ); ?></div></td>
<?php } ?>
</tr>
<?php } ?>
</table></td><td id="main_right"></td></tr>
</table>
</div>
<br class="clear">
<div id="main_footer"><div id="main_footer-middle"><div id="main_footer-left"></div><div id="main_footer-right"></div></div></div>
</td>
<?php if ( mosCountModules ('right')>0) { ?>
<td style="padding-right: 10px;"><div class="modul_header"></div><div class="modul_container"><div class="modul_content"><?php mosLoadModules ( 'right' ); ?></div></div><div class="modul_footer"></div></td>
<?php } ?>
</tr>
</table>
</div><br class="clear">
<!-- Do not remove the designby-link without our permission! (
info@netcom-factory.de) -->
<div id="footer_container">
</div>
<!-- Ohne unsere Genehmigung ist das entfernen des designby-link verboten!(
info@netcom-factory.de) -->
</div></div>
</body>
</html>