<?php
/**
* @version $Id: index.php 17268 2010-05-25 20:32:21Z a.radtke $
* @package Joomla.Site
* @subpackage tpl_JM-RABBIT
* @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// No direct access.
defined('_JEXEC') or die;
// check modules
$showRightColumn = ($this->countModules('position-3') or $this->countModules('position-6') or $this->countModules('position-8'));
$showbottom = ($this->countModules('position-9') or $this->countModules('position-10') or $this->countModules('position-11'));
$showleft = ($this->countModules('position-4') or $this->countModules('position-7') or $this->countModules('position-5'));
if ($showRightColumn==0 and $showleft==0) {
$showno = 0;
}
JHTML::_('behavior.mootools');
// get params
$color = "personal" ;//$this->params->get('templatecolor');
$logo = "images/joomla_black.gif";//$this->params->get('logo');
$navposition = $this->params->get('navposition');
$app = JFactory::getApplication();
$templateparams = $app->getTemplate(true)->params;
?>
<?php if(!$templateparams->get('html5', 0)): ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php else: ?>
<?php echo '<!DOCTYPE html>'; ?>
<?php endif; ?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/jm-rabbit/css/position.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/jm-rabbit/css/layout.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/jm-rabbit/css/print.css" type="text/css" media="Print" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/jm-rabbit/css/jm-rabbit.css" type="text/css" />
<?php
$files = JHtml::_('stylesheet','templates/jm-rabbit/css/general.css',null,false,true);
if ($files):
if (!is_array($files)):
$files = array($files);
endif;
foreach($files as $file):
?>
<link rel="stylesheet" href="<?php echo $file;?>" type="text/css" />
<?php
endforeach;
endif;
?>
<?php if ($this->direction == 'rtl') : ?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/jm-rabbit/css/template_rtl.css" type="text/css" />
<?php endif; ?>
<!--[if lte IE 6]>
<link href="<?php echo $this->baseurl ?>/templates/jm-rabbit/css/ieonly.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if IE 7]>
<link href="<?php echo $this->baseurl ?>/templates/jm-rabbit/css/ie7only.css" rel="stylesheet" type="text/css" />
<![endif]-->
<?php if($templateparams->get('html5', 0)) { ?>
<!--[if lt IE 9]>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/jm-rabbit/javascript/html5.js"></script>
<![endif]-->
<?php } ?>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/jm-rabbit/javascript/md_stylechanger.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/jm-rabbit/javascript/hide.js"></script>
<script type="text/javascript">
var big ='<?php echo (int)$this->params->get('wrapperLarge');?>%';
var small='<?php echo (int)$this->params->get('wrapperSmall'); ?>%';
var altopen='<?php echo JText::_('TPL_JM-RABBIT_ALTOPEN',true); ?>';
var altclose='<?php echo JText::_('TPL_JM-RABBIT_ALTCLOSE',true); ?>';
var bildauf='<?php echo $this->baseurl ?>/templates/jm-rabbit/images/plus.png';
var bildzu='<?php echo $this->baseurl ?>/templates/jm-rabbit/images/minus.png';
var rightopen='<?php echo JText::_('TPL_JM-RABBIT_TEXTRIGHTOPEN',true); ?>';
var rightclose='<?php echo JText::_('TPL_JM-RABBIT_TEXTRIGHTCLOSE'); ?>';
var fontSizeTitle='<?php echo JText::_('Font Size:'); ?>';
var bigger='<?php echo JText::_('Bigger'); ?>';
var reset='<?php echo JText::_('Reset'); ?>';
var smaller='<?php echo JText::_('Smaller'); ?>';
var biggerTitle='<?php echo JText::_('TPL_JM-RABBIT_INCREASE_SIZE'); ?>';
var resetTitle='<?php echo JText::_('TPL_JM-RABBIT_REVERT_STYLES_TO_DEFAULT'); ?>';
var smallerTitle='<?php echo JText::_('TPL_JM-RABBIT_DECREASE_SIZE'); ?>';
</script>
</head>
<body>
<div id="all">
<div id="back">
<?php if(!$templateparams->get('html5', 0)): ?>
<div id="header">
<?php else: ?>
<header id="header">
<?php endif; ?>
<div class="logoheader">
<h1 id="logo">
<?php if ($logo != '-1' ): ?>
<img src="<?php echo $this->baseurl ?>/<?php echo htmlspecialchars($logo); ?>" alt="<?php echo htmlspecialchars($templateparams->get('sitetitle'));?>" />
<?php endif;?>
<?php if ($logo == '-1' ): ?>
<?php echo $templateparams->get('sitetitle');?>
<?php endif; ?>
<span class="header1">
<?php echo $templateparams->get('sitedescription');?>
</span></h1>
</div><!-- end logoheader -->
<ul class="skiplinks">
<li><a href="#main" class="u2"><?php echo JText::_('TPL_JM-RABBIT_SKIP_TO_CONTENT'); ?></a></li>
<li><a href="#nav" class="u2"><?php echo JText::_('TPL_JM-RABBIT_JUMP_TO_NAV'); ?></a></li>
<?php if($showRightColumn ):?>
<li><a href="#additional" class="u2"><?php echo JText::_('TPL_JM-RABBIT_JUMP_TO_INFO'); ?></a></li>
<?php endif; ?>
</ul>
<h2 class="unseen"><?php echo JText::_('TPL_JM-RABBIT_NAV_VIEW_SEARCH'); ?></h2>
<h3 class="unseen"><?php echo JText::_('TPL_JM-RABBIT_NAVIGATION'); ?></h3>
<jdoc:include type="modules" name="position-1" />
<!-- end line -->
</div>
<?php if (!$templateparams->get('html5', 0)): ?>
</div><!-- end header -->
<?php else: ?>
</header><!-- end header -->
<?php endif; ?>
<div id="banner">
</div>
</div>
<div id="<?php echo $showRightColumn ? 'contentarea2' : 'contentarea'; ?>">
<div id="line1">
<div id="line">
<div id="fontsize"></div>
<h3 class="unseen"><?php echo JText::_('TPL_JM-RABBIT_SEARCH'); ?></h3>
<jdoc:include type="modules" name="position-0" />
</div></div>
<div id="content">
<div id="breadcrumbs">
<jdoc:include type="modules" name="position-2" />
</div>
<?php if ($navposition=='left' AND $showleft) : ?>
<?php if(!$this->params->get('html5', 0)): ?>
<div class="left1 <?php if ($showRightColumn==NULL){ echo 'leftbigger';} ?>" id="nav">
<?php else: ?>
<nav class="left1 <?php if ($showRightColumn==NULL){ echo 'leftbigger';} ?>" id="nav">
<?php endif; ?>
<jdoc:include type="modules" name="position-7" style="beezDivision" headerLevel="3" />
<jdoc:include type="modules" name="position-4" style="beezHide" headerLevel="3" state="0 " />
<jdoc:include type="modules" name="position-5" style="beezTabs" headerLevel="2" id="3" />
<?php if(!$this->params->get('html5', 0)): ?>
</div><!-- end navi -->
<?php else: ?>
</nav>
<?php endif; ?>
<?php endif; ?>
<div id="<?php echo $showRightColumn ? 'wrapper' : 'wrapper2'; ?>" <?php if (isset($showno)){echo 'class="shownocolumns"';}?>>
<div id="main">
<?php if ($this->countModules('position-12')): ?>
<div id="top"><jdoc:include type="modules" name="position-12"
评论0
最新资源