/home/banprang/domains/plai.go.th/public_html/coremain/module/muban_chart/personel_profile.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
    import_request_variables
('pG''p_');
    if(
$p_id_sub!="")                        {         $id_top=trim($p_id_sub);            }
    if(
$p_id_chart!="")                        {         $id_chart=trim($p_id_chart);        }
    if(
$p_id_profile!="")                    {         $id_profile=trim($p_id_profile);    }
    
    
$dat_info select_query_object("*","cms_muban_chart_profile","id_profile",$id_profile);
    
$pic =  $dat_info->picture;
    
$name $dat_info->name;
    
$position $dat_info->position;
    
$telephone$dat_info->telephone;
    
$profile$dat_info->profile;
    
$email $dat_info->email;
    
$navig['muban_chart']=$data_name_menu_sub[name];    
$navig['personel_profile']="รายละเอียดประวัติส่วนตัว";
navigator($navig);
echo 
"<br>";
bar_header("รายละเอียดประวัติส่วนตัว"); // Bar_Header
    
fieldset_top($data_name_menu_sub[name]);

    echo 
"<br/>";
    echo 
"<center>";
    echo 
"<img src='".$_SESSION['web_name']."/muban_chart/$id_sub/$pic' border='0'>"// show image
    
echo "<br/><br/>";
    echo 
"<b>$name</b>";
    echo 
"<br/>";
    echo 
"<b>$position</b>";
    echo 
"<br/><br/>";
    if(
$telephone!=""){
    echo 
"<b>โทรศัพท์ :</b> $telephone";
    echo 
"<br/>";}
    if(
$email!=""){
    echo 
"<b>E-mail :</b> $email";
    echo 
"<br/>";
    }
    echo 
"</center>";
    echo 
"&nbsp; &nbsp; $profile";
fieldset_down();
?>