Advertisement
mechlord

index.php

Jul 16th, 2012
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.82 KB | None | 0 0
  1.  
  2. <?php
  3. /**
  4.      * @copyright   Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
  5.      * @license     GNU/GPL, see LICENSE.php
  6.      * Joomla! is free software. This version may have been modified pursuant
  7.      * to the GNU General Public License, and as distributed it includes or
  8.      * is derivative of works licensed under the GNU General Public License or
  9.      * other free or open source software licenses.
  10.      * See COPYRIGHT.php for copyright notices and details.
  11.      */
  12.    
  13.     // no direct access
  14.     defined('_JEXEC') or die('Restricted access');
  15. ?>
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
  18. <head>
  19.     <jdoc:include type="head" />
  20.     <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
  21.     <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
  22.     <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/menue.css" type="text/css" />
  23.     <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template.css" type="text/css" />
  24.     <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/<?php echo $this->params->get('colorVariation'); ?>.css" type="text/css" />
  25.     <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/<?php echo $this->params->get('backgroundVariation'); ?>_bg.css" type="text/css" />
  26.     <!--[if lte IE 6]>
  27.     <link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ieonly.css" rel="stylesheet" type="text/css" />
  28.     <![endif]-->
  29.     <?php if($this->direction == 'rtl') : ?>
  30.         <link href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template_rtl.css" rel="stylesheet" type="text/css" />
  31.     <?php endif; ?>
  32.    
  33. </head>
  34.     <body id="page_bg" class="color_<?php echo $this->params->get('colorVariation'); ?> bg_<?php echo $this->params->get('backgroundVariation'); ?> width_<?php echo $this->params->get('widthStyle'); ?>">
  35.     <a name="up" id="up"></a>
  36.     <div class="center" align="center">
  37.         <div id="wrapper">
  38.             <div id="wrapper_r">
  39.                 <div id="header">
  40.                     <div id="header_l">
  41.                         <div id="header_r">
  42.                             <div id="logo"></div>
  43.                             <!--<jdoc:include type="modules" name="top" /> -->
  44.                         </div>
  45.                     </div>
  46.                 </div>
  47.    
  48.                 <div id="tabarea">
  49.                     <div id="tabarea_l">
  50.                         <div id="tabarea_r">
  51.                             <div id="tabmenu">
  52.                             <table cellpadding="0" cellspacing="0" class="pill">
  53.                                 <tr>
  54.                                     <td class="pill_l">&nbsp;</td>
  55.                                     <td class="pill_m">
  56.                                     <div id="pillmenu">
  57.                                         <jdoc:include type="modules" name="user3" />
  58.                                     </div>
  59.                                     </td>
  60.                                     <td class="pill_r">&nbsp;</td>
  61.                                 </tr>
  62.                                 </table>
  63.                             </div>
  64.                         </div>
  65.                     </div>
  66.                 </div>
  67.    
  68.                 <div id="search">
  69.                     <jdoc:include type="modules" name="user4" />
  70.                 </div>
  71.    
  72.                 <div id="pathway">
  73.                     <jdoc:include type="modules" name="breadcrumb" />
  74.                 </div>
  75.    
  76.                 <div class="clr"></div>
  77.    
  78.                 <div id="whitebox">
  79.                     <div id="whitebox_t">
  80.                         <div id="whitebox_tl">
  81.                             <div id="whitebox_tr"></div>
  82.                         </div>
  83.                     </div>
  84.    
  85.                     <div id="whitebox_m">
  86.                         <div id="area">
  87.                             <jdoc:include type="message" />
  88.                             <div id="leftcolumn">
  89.                                 <?php if($this->countModules('left')) : ?>
  90.                                     <jdoc:include type="modules" name="left" style="rounded" />
  91.                                 <?php endif; ?>
  92.                             </div>
  93.                             <?php if($this->countModules('left')) : ?>
  94.                             <div id="maincolumn">
  95.                             <?php else: ?>
  96.                             <div id="maincolumn_full">
  97.                             <?php endif; ?>
  98.                                 <?php if($this->countModules('user1')) : ?>
  99.                                     <jdoc:include type="modules" name="user1" style="xhtml" />
  100.                                 <?php endif; ?>
  101.                                 <div id="mycontent">
  102.                                     <div class="mydata" style="border-right:1px #ccc solid;padding-right:5px;">
  103.                                         <h2>Controle o seu consumo</h2>
  104.                                         <b>Exemplo de Maputo:</b><br/>
  105.                                         5m3 significa<br/>
  106.                                         5 mil litros de água;<br/>
  107.                                         8 bidões de 20 litros por dia<br/>
  108.                                         uma factura de 150.00Mt por mês<br/><br/>
  109.                                         <span style="color:#135CAE; font-weight:bold;">Poupe água e pague menos!</span>
  110.                                        
  111.                                     </div>
  112.                                    
  113.                                     <div class="mydata" style="padding-right:10px;margin-left:5px;border-right:1px #ccc solid">
  114.                                         <h2>Conheça a sua factura</h2>
  115.                                             <a href="#">Tabelas</a><br/>
  116.                                             <a href="#">Consumo aproximado</a><br/>
  117.                                             <a href="#">Exemplo de facturas <br/>de todos os sistemas</a>
  118.                                     </div>
  119.                                     <div class="mydata" style="margin-left:5px">
  120.                                         <h2>Como reclamar</h2>
  121.                                         <a href="#">Procedimentos <br/>para reclamar</a>
  122.                                     </div>
  123.                                     <div class="clr"></div>
  124.                                     <br/><br/><br/>                            
  125.                                     <span style="text-align:center"><a href="#">Links</a><a href="#">Correios dos Leitores</a><a href="#">Mapa do Site</a></span>
  126.                                 </div>
  127.                                
  128.                             </div>
  129.                             <div id="myrightcolumndiv">
  130.                                 <!--<?php if($this->countModules('myrightcolumn')) : ?>
  131.                                     <jdoc:include type="modules" name="myrightcolumn" style="rounded" />
  132.                                 <?php endif; ?>
  133.                                 -->
  134.                                
  135.                                
  136.                                 <div class="module_menu">
  137.                                     <div>
  138.                                         <div>
  139.                                             <div>
  140.                                                 <h3>Serviço Regulado</h3>
  141.                                                 <ul class="menu">
  142.                                                     <li class="item1">
  143.                                                         <a href="#"><img alt="mapa" src="images/mapa2.png" width="160px"/></a>
  144.                                                     </li>
  145.                                                 </ul>                  
  146.                                             </div>
  147.                                         </div>
  148.                                     </div>
  149.                                 </div>                         
  150.                                
  151.                                
  152.                                 <?php if($this->countModules('myrightcolumn2')) : ?>
  153.                                     <jdoc:include type="modules" name="myrightcolumn2" style="rounded" />
  154.                                 <?php endif; ?>
  155.                                 <br/>
  156.                                
  157.                             </div>
  158.                             <div class="clr"></div>
  159.                         </div>
  160.                         <div class="clr"></div>
  161.                     </div>
  162.                     <div id="whitebox_b">
  163.                         <div id="whitebox_bl">
  164.                             <div id="whitebox_br"></div>
  165.                         </div>
  166.                     </div>
  167.                 </div>
  168.             <div id="footerspacer"></div>
  169.             <div id="footer">
  170.                 <div id="footer_l">
  171.                     <div id="footer_r">
  172.                         <p id="syndicate">
  173.                             <jdoc:include type="modules" name="syndicate" />
  174.                         </p>
  175.                         <p id="power_by">
  176.                             <?php echo JText::_('Powered by') ?> <a href="http://www.joomla.org">Joomla!</a>.
  177.                             <?php echo JText::_('Valid') ?> <a href="http://validator.w3.org/check/referer">XHTML</a> <?php echo JText::_('and') ?> <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
  178.                         </p>
  179.                     </div>
  180.                 </div>
  181.             </div>
  182.         </div>
  183.     </div>
  184.     <jdoc:include type="modules" name="debug" />   
  185.     </body>
  186. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement