DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /AppServ/www/news/nhrc-bk1/templates/telecom/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /AppServ/www/news/nhrc-bk1/templates/telecom/index.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' );

include_once (dirname(__FILE__).DS.'/ja_vars.php');

?>

<!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; ?>">
    <head>
    <jdoc:include type="head" />
    <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/styles.css" type="text/css" media="screen, projector">
    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/indexcolourscheme.css" type="text/css" media="screen, projector" >
    <!--START FUNCTION SLIDE BIG BACKGROUND-->
    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/supersized.css" type="text/css" media="screen" />
    <script type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/jquery.min.js"></script>
    <script type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/jquery.easing.min.js"></script>
    <script type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/supersized.3.2.7.min.js"></script>
    <script type="text/javascript">
			
	jQuery(function($){
		
		$.supersized({
		
			// Functionality
			slide_interval          :   3000,		// Length between transitions
			transition              :   1, 			// 0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left
			transition_speed		:	700,		// Speed of transition
													   
			// Components							
			slide_links				:	'blank',	// Individual links for each slide (Options: false, 'num', 'name', 'blank')
			slides 					:  	[			// Slideshow Images
												{image : '<?php echo $tmpTools->templateurl(); ?>/images/mainslider/1.jpg', title : 'Image 1'},
												{image : '<?php echo $tmpTools->templateurl(); ?>/images/mainslider/2.jpg', title : 'Image 2'},
												{image : '<?php echo $tmpTools->templateurl(); ?>/images/mainslider/3.jpg', title : 'Image 3'},
												{image : '<?php echo $tmpTools->templateurl(); ?>/images/mainslider/4.jpg', title : 'Image 4'},
												{image : '<?php echo $tmpTools->templateurl(); ?>/images/mainslider/5.jpg', title : 'Image 5'}
										]
			
		});
	});
	
</script>
    <!--END FUNCTION SLIDE BIG BACKGROUND-->

    <!-- for menu droupdown -->
    <script type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/jquery.min.js"></script>
    <script type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/s3Slider.js"></script>
    <script type="text/javascript">
   
	
	var timeout         = 500;
	var closetimer		= 0;
	var ddmenuitem      = 0;

	function jsddm_open()
	{	jsddm_canceltimer();
		jsddm_close();
		ddmenuitem = $(this).find('ul').eq(0).css('visibility', 'visible');}

	function jsddm_close()
	{	if(ddmenuitem) ddmenuitem.css('visibility', 'hidden');}

	function jsddm_timer()
	{	closetimer = window.setTimeout(jsddm_close, timeout);}

	function jsddm_canceltimer()
	{	if(closetimer)
		{	window.clearTimeout(closetimer);
			closetimer = null;}}

	$(document).ready(function()
	{	$('.menu-jsddm > li').bind('mouseover', jsddm_open);
		$('.menu-jsddm > li').bind('mouseout',  jsddm_timer);});

	document.onclick = jsddm_close;

</script>

    <!-- START DATE CALENDAR -->
    <link type="text/css" href="<?php echo $tmpTools->templateurl(); ?>/css/ui-lightness/jquery-ui-1.8.17.custom.css" rel="stylesheet" />
    <script type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/jquery-1.7.1.min.js"></script>
    <script type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/jquery-ui-1.8.17.custom.min.js"></script>
    <script type="text/javascript">
		jQuery(function(){
			// Datepicker
			jQuery('#datepicker').datepicker({
				inline: true
			});
		});
	</script>
    <!-- END DATE CALENDAR -->

    <!-- Start Jqurry slider NEWS -->
    <script src="<?php echo $tmpTools->templateurl(); ?>/js/jquery.flow.1.1.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    jQuery(function() {
        jQuery("div#controller").jFlow({
            slides: "#slides",
            width: "681px",
            height: "275px"
        });
    });
    </script>
    <!-- End Jqurry slider NEWS -->

    <!-- Start Jqurry slider PIC Activity -->
    <script type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/Slidername.js"></script>
    <script type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/utilities.js"></script>
    <script type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/Slider.js"></script>
    <!-- End Jqurry slider PIC Activity -->
    </head>

    <body id="bd" class="fs<?php echo $tmpTools->getParam(JA_TOOL_FONT);?> <?php echo $tmpTools->browser();?>" >
<a name="Top" id="Top"></a>
<ul class="accessibility">
      <li><a href="#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li>
      <li><a href="#ja-mainnav" title="<?php echo JText::_("Skip to main navigation");?>"><?php echo JText::_("Skip to main navigation");?></a></li>
      <li><a href="#ja-col1" title="<?php echo JText::_("Skip to 1st column");?>"><?php echo JText::_("Skip to 1st column");?></a></li>
      <li><a href="#ja-col2" title="<?php echo JText::_("Skip to 2nd column");?>"><?php echo JText::_("Skip to 2nd column");?></a></li>
    </ul>
<div id="wrapper"> 
      
      <!-- BEGIN: HEADER -->
      <div id="header">
    <div class="headerleft"><a id="logo" href="<?php echo $this->baseurl ?>" title="<?php echo $siteName; ?>"><img src="<?php echo $tmpTools->templateurl(); ?>/images/logo_ntc.png" alt="<?php echo $siteName; ?>" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a></div>
    <div class="headerright"><!-- Wjen change Lang TH ple add class="select" at tag span -->
          <div class="line1"><span class="mutilang"><span class="select"><a href="#" title="EN">EN</a> <a href="#" title="TH">TH</a></span></span></div>
          <div class="line2">
        <jdoc:include type="modules" name="topnav" />
      </div>
        </div>
    <br class="clear-all">
    <div class="headerbutton">
          <div class="menu">
        <jdoc:include type="modules" name="hornav" />
      </div>
          <div class="searchbox">
        <div id="search">
        <form action="index.php" id="searchform" method="post">
            <input name="searchword" id="mod_search_searchword" maxlength="20" alt="Search" class="inputbox" type="text" size="20" value=""  />
            <input type="submit" id="searchsubmit" name="task" value="search" />
            <input type="hidden" name="option" value="com_search" />
            <input type="hidden" name="Itemid" value=1 />
          </form>
            </div>
      </div>
        </div>
  </div>
      <!-- END: HEADER -->
      <div class="transparent"></div>
      
      <!-- start content-default_nocoltwothree -->
      <div id="content-default_nocoltwothree"   style="margin-top:-230px;">
<!-- Slider Main  -->
<ul id="slide-list">
    </ul>
<!-- Slider Main --> 

<!-- start column 1 -->
<div id="col-one"> 
       
      
      
      
      <!-- START Slider NEWS -->
      <div class="newsSlide">
    <h3>What's new</h3>
    <jdoc:include type="modules" name="latestnews" />
    
    <div id="slides">
          <div class="s">
        <div class="img"><img src="images/newsslide/newslide.jpg" alt="" width="288px" height="166px;"/></div>
        <div class="info">
              <p class="title">1. พ.อ.ดร.เศรษฐพงค์ มะลิสุวรรณ สัมภาษณ์รายการสด nation chanel ประเด็นความคืบหน้า 3G</p>
              <p class="date">20 May 2012</p>
              <p>Committed to connecting the world Virtually every facet of modem lift - in business, cuture or entertainment, at work and at home depends on information and communication technology. billions of mobile phone subscribers, close to five billion people</p>
            </div>
      </div>
          <div class="s">
        <div class="img"><img src="images/newsslide/newslide.jpg" alt="" width="288px" height="166px;"/></div>
        <div class="info">
              <p class="title">1. พ.อ.ดร.เศรษฐพงค์ มะลิสุวรรณ สัมภาษณ์รายการสด nation chanel ประเด็นความคืบหน้า 3G</p>
              <p class="date">20 May 2012</p>
              <p>Committed to connecting the world Virtually every facet of modem lift - in business, cuture or entertainment, at work and at home depends on information and communication technology. billions of mobile phone subscribers, close to five billion people</p>
            </div>
      </div>
      
          
          
          
          
          
          
          
          
          
          
        </div>
    <div id="prevPrevious"> <img src="<?php echo $tmpTools->templateurl(); ?>/images/ArrowPre.png" alt="Previous Tab" class="jFlowPrev" /> </div>
    <div id="prevNext"> <img src="<?php echo $tmpTools->templateurl(); ?>/images/ArrowNex.png" alt="Next Tab" class="jFlowNext" /> </div>
    
    <!-- <span class="jFlowControl"></span> number of pic slide please add this class-->
    <div id="controller"> <span class="jFlowControl">1</span> <span class="jFlowControl">2</span> <span class="jFlowControl">3</span> </div>
  </div>
      <!-- END Slider NEWS --> 
      
      
      
    <jdoc:include type="message" />
    <jdoc:include type="component" />
    <!-- User1 --> 
  
  <div class="leftarea">
      <jdoc:include type="modules" name="user1" style="xhtml" />
    </div>
  <!-- User2 --> 
  <div class="rightarea">
      <jdoc:include type="modules" name="user2" style="xhtml" />
    </div>
    <!-- User3 --> 
  <div class="centerarea">
      <jdoc:include type="modules" name="user3"  style="xhtml" />
    </div>
    
        <!-- User4 --> 
  <div class="leftarea">
      <jdoc:include type="modules" name="user4" style="xhtml" />
    </div>
  <!-- User5 --> 
  <div class="rightarea">
      <jdoc:include type="modules" name="user5" style="xhtml" />
    </div>
     <!-- User6 --> 
  <div class="centerarea">
      <jdoc:include type="modules" name="user6" style="xhtml" />
    </div>
  
    
  </div>
 
	<div id="col-two-three"> 
     <?php if ($this->countModules('right')) { ?>
      <!-- Right --> 
      <div class="rightarea">
          <jdoc:include type="modules" name="right" style="xhtml" />
          </div>
    <?php } ?>
    </div>
    
</div>
<!-- start footer -->
<footer class="art-footer">
  <div class="art-footer-inner">
<div class="art-content-layout">
    <div class="art-content-layout-row">
    <div class="art-layout-cell" style="width: 100%">
     <jdoc:include type="modules" name="footer1" />

        <div style="position:relative;padding-left:10px;padding-right:10px"><br>
         Copyright © 2011. All Rights Reserved. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#">About</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#">Terms of Use</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#">Contacts</a><br>
        <br></div>
   
</div>
    </div>


<div class="leftfooter">
<jdoc:include type="modules" name="footer2" />
</div>
<div class="rightfooter">
<jdoc:include type="modules" name="footer3" />
</div>

</div>
</footer>
<!-- end footer -->

</div>
<!-- end wrapper -->
<jdoc:include type="modules" name="debug" />
</body>
</html>

Anon7 - 2022
AnonSec Team