git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
124 lines
4.2 KiB
PHP
124 lines
4.2 KiB
PHP
<?php
|
|
/**
|
|
* @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
|
|
* @license GNU/GPL, see LICENSE.php
|
|
* Joomla! is free software. This version may have been modified pursuant
|
|
* to the GNU General Public License, and as distributed it includes or
|
|
* is derivative of works licensed under the GNU General Public License or
|
|
* other free or open source software licenses.
|
|
* See COPYRIGHT.php for copyright notices and details.
|
|
*/
|
|
|
|
// no direct access
|
|
defined( '_JEXEC' ) or die( 'Restricted access' );
|
|
?>
|
|
<!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" id="minwidth" >
|
|
<head>
|
|
<jdoc:include type="head" />
|
|
|
|
<link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
|
|
<link href="templates/<?php echo $this->template ?>/css/template.css" rel="stylesheet" type="text/css" />
|
|
|
|
<?php if($this->direction == 'rtl') : ?>
|
|
<link href="templates/<?php echo $this->template ?>/css/template_rtl.css" rel="stylesheet" type="text/css" />
|
|
<?php endif; ?>
|
|
|
|
<!--[if IE 7]>
|
|
<link href="templates/<?php echo $this->template ?>/css/ie7.css" rel="stylesheet" type="text/css" />
|
|
<![endif]-->
|
|
|
|
<!--[if lte IE 6]>
|
|
<link href="templates/<?php echo $this->template ?>/css/ie6.css" rel="stylesheet" type="text/css" />
|
|
<![endif]-->
|
|
|
|
<?php if($this->params->get('useRoundedCorners')) : ?>
|
|
<link rel="stylesheet" type="text/css" href="templates/<?php echo $this->template ?>/css/rounded.css" />
|
|
<?php else : ?>
|
|
<link rel="stylesheet" type="text/css" href="templates/<?php echo $this->template ?>/css/norounded.css" />
|
|
<?php endif; ?>
|
|
|
|
<?php if(JModuleHelper::isEnabled('menu')) : ?>
|
|
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/menu.js"></script>
|
|
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/index.js"></script>
|
|
<?php endif; ?>
|
|
|
|
</head>
|
|
<body id="minwidth-body">
|
|
<div id="border-top" class="<?php echo $this->params->get('headerColor','green');?>">
|
|
<div>
|
|
<div>
|
|
<span class="version"><?php echo JText::_('Version') ?> <?php echo JVERSION; ?></span>
|
|
<span class="title"><?php echo $this->params->get('showSiteName') ? $mainframe->getCfg( 'sitename' ) : JText::_('Administration'); ?></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="header-box">
|
|
<div id="module-status">
|
|
<jdoc:include type="modules" name="status" />
|
|
</div>
|
|
<div id="module-menu">
|
|
<jdoc:include type="modules" name="menu" />
|
|
</div>
|
|
<div class="clr"></div>
|
|
</div>
|
|
<div id="content-box">
|
|
<div class="border">
|
|
<div class="padding">
|
|
<div id="toolbar-box">
|
|
<div class="t">
|
|
<div class="t">
|
|
<div class="t"></div>
|
|
</div>
|
|
</div>
|
|
<div class="m">
|
|
<jdoc:include type="modules" name="toolbar" />
|
|
<jdoc:include type="modules" name="title" />
|
|
<div class="clr"></div>
|
|
</div>
|
|
<div class="b">
|
|
<div class="b">
|
|
<div class="b"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="clr"></div>
|
|
<?php if (!JRequest::getInt('hidemainmenu')): ?>
|
|
<jdoc:include type="modules" name="submenu" style="rounded" id="submenu-box" />
|
|
<?php endif; ?>
|
|
<jdoc:include type="message" />
|
|
<div id="element-box">
|
|
<div class="t">
|
|
<div class="t">
|
|
<div class="t"></div>
|
|
</div>
|
|
</div>
|
|
<div class="m">
|
|
<jdoc:include type="component" />
|
|
<div class="clr"></div>
|
|
</div>
|
|
<div class="b">
|
|
<div class="b">
|
|
<div class="b"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<noscript>
|
|
<?php echo JText::_('WARNJAVASCRIPT') ?>
|
|
</noscript>
|
|
<div class="clr"></div>
|
|
</div>
|
|
<div class="clr"></div>
|
|
</div>
|
|
</div>
|
|
<div id="border-bottom"><div><div></div></div></div>
|
|
<div id="footer">
|
|
<p class="copyright">
|
|
<a href="http://www.joomla.org" target="_blank">Joomla!</a>
|
|
<?php echo JText::_('ISFREESOFTWARE') ?>
|
|
<br /><a href="http://www.joomlaspanish.org/" target="_blank">Pack creado por Joomla! Spanish 2010</a> - <a href="http://www.webempresa.com/" target="_blank" title="Diseño web">Patrocinado por Web Empresa</a>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|