| Server IP : 27.254.152.13 / Your IP : 216.73.217.38 Web Server : Apache/2 System : Linux ns1-252017.dragonhispeed.com 5.2.0 #1 SMP Fri Mar 29 22:50:14 MSK 2024 x86_64 User : coloflew ( 1072) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/coloflew/domains/tessabalpatiu.go.th/public_html/administrator/ |
Upload File : |
<?php
include('includefile.php');
$GetTitle = $db->getOne("content","*","content_id = 0 and lang_code='".$lang_code."'");
$linkUrllang = "index.php?name=".$name."&file=".$file;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?PHP echo $GetTitle["content_title"];?></title>
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<meta name="description" content="<?PHP echo $GetTitle["content_description"];?>">
<meta name="keywords" content="<?PHP echo $GetTitle["content_keywords"];?>">
<!-- CSS -->
<!-- Reset Stylesheet -->
<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen" />
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<!-- Invalid Stylesheet. This makes stuff look pretty. Remove it if you want the CSS completely valid -->
<link rel="stylesheet" href="css/invalid.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/flora.tabs.css" type="text/css" media="screen" title="Flora (Default)" />
<link rel="stylesheet" href="css/validationEngine.jquery.css" type="text/css"/>
<!-- Colour Schemes Default colour scheme is green. Uncomment prefered stylesheet to use it.-->
<!--<link rel="stylesheet" href="css/blue.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/red.css" type="text/css" media="screen" /> -->
<!-- Internet Explorer Fixes Stylesheet -->
<!--[if lte IE 7]>
<link rel="stylesheet" href="css/ie.css" type="text/css" media="screen" />
<![endif]-->
<!-- Javascripts -->
<!-- jQuery -->
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<!-- jQuery Configuration -->
<script type="text/javascript" src="js/simpla.jquery.configuration.js"></script>
<!-- Facebox jQuery Plugin -->
<script type="text/javascript" src="js/facebox.js"></script>
<!-- jQuery WYSIWYG Plugin -->
<script type="text/javascript" src="js/jquery.wysiwyg.js"></script>
<script type="text/javascript" src="js/jsqueryphp.js"></script>
<link rel="stylesheet" href="css/colorbox.css" type="text/css"/>
<script type="text/javascript" src="js/jquery.colorbox.js"></script>
<!-- Internet Explorer .png-fix -->
<!--[if IE 6]>
<script type="text/javascript" src="js/DD_belatedPNG_0.0.7a.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix('.png_bg, img, li');
</script>
<![endif]-->
<script type="text/javascript" src="js/languages/jquery.validationEngine-en.js" charset="utf-8"></script>
<script type="text/javascript" src="js/jquery.validationEngine.js" charset="utf-8"></script>
<script>
$(document).ready(function() {
jQuery("#formID1").validationEngine('attach', {promptPosition : "topLeft"});
//jQuery("#formID1").validationEngine('attach', {promptPosition : "centerRight"});
jQuery("#formID2").validationEngine('attach', {promptPosition : "centerRight"});
jQuery("#formID3").validationEngine('attach', {promptPosition : "bottomRight"});
$("a[rel='colorbox']").colorbox();
});
</script>
<script type="text/javascript" src="js/swfupload/swfupload.js"></script>
<script type="text/javascript" src="js/jquery.swfupload.js"></script>
<script type="text/javascript" src="js/swfupload.js"></script>
</head>
<body <?php echo ($file=="login" ? 'id="login"' : "");?>>
<?php if($file!="login"){?>
<div id="body-wrapper"> <!-- Wrapper for the radial gradient background -->
<div id="sidebar"><div id="sidebar-wrapper"> <!-- Sidebar with logo and menu -->
<h1 id="sidebar-title"><a href="#">Simpla Admin</a></h1>
<!-- Logo (221px wide) -->
<a href="#"><img id="logo" src="images/logo.png" alt="Simpla Admin logo" /></a>
<!-- Sidebar Profile links -->
<div id="profile-links">
<?php echo $lang_set['txtHello']." ".$_SESSION['fullname'];?><br />
<a href="../index.php" title="<?php echo $lang_set['txtViewSite'];?>"><?php echo $lang_set['txtViewSite'];?></a> | <a href="index.php?name=setting&file=userprofile" title="Edit Profile"><?php echo $lang_set['submenu_userprofile'];?></a> | <a href="index.php?action=logout" title="Sign Out"><?php echo $lang_set['txtLogout'];?></a>
<br />
<?PHP if($getlang){foreach($getlang as $key => $value){?>
<?PHP if($key = 0){ echo "|";}?><a href="<?php echo $linkUrllang;?>&lang=<?PHP echo $value["lang_code"];?>" style=" font-size:13px; <?php echo (($value["lang_code"] == $lang_code) ? "color:#fff; font-weight: bold;" : "");?>"><?PHP echo $value["name"];?></a>
<?PHP }} ?>
</div>
<ul id="main-nav"> <!-- Accordion Menu -->
<!--<li><a href="index.php?name=index&file=dashboard" class="nav-top-item no-submenu <?php echo (($name == "index" or $file == "dashboard") ? "current" : "");?>"><?php echo $lang_set['menu_dashboard']; ?></a> </li>-->
<li>
<a href="index.php?name=banner" class="nav-top-item <?php echo (($name == "banner") ? "current" : "");?>"><?php echo $lang_set['menu_banner']; ?></a>
<ul>
<li><a href="index.php?name=banner" class="<?php echo ($file == "index" ? "current" : "");?>"><?php echo $lang_set['submenu_bannerHome']; ?></a></li>
</ul>
</li>
<li>
<a href="index.php?name=gtchassis" class="nav-top-item no-submenu <?php echo (($name == "gtchassis") ? "current" : "");?>"><?php echo $lang_set['menu_gtchassis']; ?></a>
</li>
<li>
<a class="nav-top-item <?php echo (($name == "contact" or $name == "content" or $name == "review" ) ? "current" : "");?>"><?php echo $lang_set['menu_content']; ?></a>
<ul>
<li><a href="index.php?name=contact" class="<?php echo ($name == "contact" ? "current" : "");?>">ติดต่อเรา</a></li>
<li><a href="index.php?name=promote1" class="<?php echo ($name == "promote1" ? "current" : "");?>">จัดชื้อจัดจ้าง</a></li>
<li><a href="index.php?name=promote2" class="<?php echo ($name == "promote2" ? "current" : "");?>">ข่าวประชาสัมพันธ์</a></li>
<li><a href="index.php?name=promote6" class="<?php echo ($name == "promote6" ? "current" : "");?>">ข่าวประกาศ</a></li>
<li><a href="index.php?name=promote4" class="<?php echo ($name == "promote4" ? "current" : "");?>">องค์ความรู้ ภายนอก</a></li>
<li><a href="index.php?name=promote5" class="<?php echo ($name == "promote5" ? "current" : "");?>">องค์ความรู้ ภายใน</a></li>
<li><a href="index.php?name=promote3" class="<?php echo ($name == "promote3" ? "current" : "");?>">กิจกรรม เทศบาล.</a></li>
<li><a href="http://tessabalpatiu.go.th/request/index2.php" class="<?php echo ($name == "request" ? "current" : "");?>" target="_bank"> ขอรับบริการออนไลน์</a></li>
<li><a href="http://tessabalpatiu.go.th/rehelp/index2.php" class="<?php echo ($name == "rehelp" ? "current" : "");?>" target="_bank">ร้องเรียนทุจริต</a></li>
<li><a href="http://tessabalpatiu.go.th/form/index2.php" class="<?php echo ($name == "form" ? "current" : "");?>" target="_bank">ช่องทางการรับฟังความคิดเห็น</a></li>
</ul>
</li>
<li><a href="index.php?name=user" class="nav-top-item no-submenu <?php echo ($name == "user" ? "current" : "");?>"><?php echo $lang_set['submenu_user']; ?> </a></li>
<li><a href="index.php?name=setting" class="nav-top-item <?php echo ($name == "setting" ? "current" : "");?>"><?php echo $lang_set['menu_setting']; ?> </a>
<ul>
<!--<li><a href="index.php?name=setting&file=language" class="<?php echo ($file == "language" ? "current" : "");?>"><?php echo $lang_set['submenu_language']; ?></a></li>-->
<li><a href="index.php?name=setting&file=language_value" class="<?php echo ($file == "language_value" ? "current" : "");?>"><?php echo $lang_set['submenu_language_value']; ?> </a></li>
<li><a href="index.php?name=setting&file=iconHome" class="<?php echo ($file == "iconHome" ? "current" : "");?>"><?php echo $lang_set['submenu_iconHome']; ?> </a></li>
<li><a href="index.php?name=content" class="<?php echo ($name == "content" ? "current" : "");?>"><?php echo $lang_set['submenu_contect']; ?></a></li>
</ul>
</li>
</ul> <!-- End #main-nav -->
</div></div> <!-- End #sidebar -->
<div id="main-content"> <!-- Main Content Section with everything -->
<!-- Page Head -->
<h2>Welcome <span style="text-transform:capitalize;"><?php echo $_SESSION['fullname'];?></span></h2>
<p id="page-intro">What would you like to do?</p>
<?php include($MODPATHFILE);?>
<div id="footer">
<small>
© Copyright 2016 http://tessabalpatiu.go.th/ | Powered by <a href="http://www.Fulltion.co.th">Fulltion.co.th</a> | <a href="#">Top</a>
</small>
</div><!-- End #footer -->
</div><!-- End #main-content -->
</div>
<?php }else{?>
<?php include($MODPATHFILE);?>
<?php }?>
</body>
</html>