|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /var/www/html/pathumthani_eoffice/application/CA/ |
Upload File : |
<?
session_start() ;
//echo"<pre>";
//print_r($_SESSION);
if($_SESSION[session_username]==""){
echo"ยังไม่ได้ login เข้าสู้ระบบ";
die;
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<!-- saved from url=(0037) -->
<HTML xmlns="http://www.w3.org/1999/xhtml">
<META http-equiv=Content-Type content="text/html; charset=windows-874">
<LINK media=screen href="common/styles.css" type=text/css rel=stylesheet>
<LINK media=screen href="common/nav-h.css" type=text/css rel=stylesheet>
<LINK media=screen href="common/nav-v.css" type=text/css rel=stylesheet>
<SCRIPT language=JavaScript src="common/jquery.min.js" type=text/javascript></SCRIPT>
<!--[if gte IE 5.5]>
<SCRIPT language=JavaScript
src="common/jquery.ienav.js"
type=text/javascript></SCRIPT>
<![endif]-->
<SCRIPT language=JavaScript type=text/javascript>
$(document).ready(function() {
$('.links li code').hide();
$('.links li p').click(function() {
$(this).next().slideToggle('fast');
});
});
</SCRIPT>
<style type="text/css">
<!--
a:link {
color: #FFF;
}
a:visited {
color: #FFF;
}
a:hover {
color: #FFF;
}
a:active {
color: #FFF;
}
-->
</style><DIV id=content >
<UL id=navmenu-v>
<LI><a href="spash.php" target="mainframe"> ลงทะเบียนขอกุญแจอิเล็กทรอนิกส์ </A></LI>
<LI><a href="requse_key.php" target="mainframe">ดาวน์โหลดกุญแจอิเล็กทรอนิกส์</A></LI>
<LI><a href="check_private.php" target="mainframe">ตรวจสอบกุญแจอิเล็กทรอนิกส์</A></LI>
<LI><a href="check_private.php" target="mainframe">แบบคำร้องขอใช้บริการใบรับรองอิเล็กทรอนิกส์ </A></LI>
<LI><a href="check_private_renew.php" target="mainframe" >แบบคำร้องต่ออายุใบรับรองอิเล็กทรอนิกส์ </A></LI>
<?
$xsec=$_SESSION[session_apppermit];
if($xsec[1][10]=="on"){ ?>
<LI><a href="ca_member_dashboard.php" target="mainframe" >รายชื่อผู้ขอใบรับรองอิเล็กทรอนิกส์</A></LI>
<?
}
?>
<LI><a target=_blank title='พิมพ์ใบคำร้อง' href='ca_preview.php'><img src='../../images/print.gif' border=0 >พิมพ์ใบคำร้อง</a></LI>
</UL>
</DIV>