Hacked By AnonymousFox
<?
include("../lib/session.php");
include("../lib/config.php");
include("../lib/connect.php");
include("../lib/function.php");
include("../lib/register_global.php");
$Idg=$_GET["Idg"];
?>
<html><!-- InstanceBegin template="/Templates/WebEngine-Adminpanel-Popup.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>àÅ×Í¡¼ÙéÊ͹
</title>
<!-- InstanceEndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
<link href="../css/mystyle.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr valign="top">
<td width="77%" align="center" valign="top" bgcolor="#FFFFFF"><!-- InstanceBeginEditable name="Programmable Region" -->
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">
<table width="98%" border="0" cellpadding="0" cellspacing="1" class="table_border">
<tr>
<td bgcolor="#FFFFFF"><br>
<table width="100%" border="1" cellpadding="1" cellspacing="1" style="border-collapse:collapse">
<tr align="center" class="menu_table_header">
<td width="65" height="24" align="center" bgcolor="#56B7C8">ID</td>
<td width="151" height="24" bgcolor="#56B7C8"><div align="center">ÃÙ»¹Ñ¡ÈÖ¡ÉÒ</div></td>
<td width="384" bgcolor="#56B7C8"><div align="center">ª×èÍ ¹ÒÁÊ¡ØÅ</div></td>
<td width="384" bgcolor="#56B7C8"><div align="center">ÃËÑʹѡÈÖ¡ÉÒ</div></td>
</tr>
<?
$sql="select * from group_student_list where ID_Group='$Idg' order by ID_Student asc";
$query=mysql_query($sql);
$index=1;
while($row=mysql_fetch_array($query)){
?>
<tr>
<td width="65" height="24" align="center">
<?=$index?> </td>
<td width="151" height="24">
<div align="center">
<?
$sqlch="select evaluateicm_system_student_UserName,evaluateicm_system_student_FName,evaluateicm_system_student_LName from evaluateicm_system_student where evaluateicm_system_student_ID='$row[ID_Student]'";
$querych=mysql_query($sqlch);
$rowch=mysql_fetch_array($querych);
?>
<img src="../../timetable/images/student/<?=$rowch[evaluateicm_system_student_UserName]?>.jpg" width="80" height="80"/></div></td>
<td width="384" height="24">
<div align="left">
<?=$rowch[evaluateicm_system_student_FName]?>
<?=$rowch[evaluateicm_system_student_LName]?>
</div></td>
<td width="384" height="24"><div align="center">
<?=$rowch[evaluateicm_system_student_UserName ]?>
</div></td>
</tr>
<? $index++; } ?>
</table> </td>
</tr>
</table>
<span class="table_col3">
<br>
<input name="btClose" type="button" class="button_100" id="btClose" value="Close" onClick="window.close(); ">
</span></td>
</tr>
</table>
<!-- InstanceEndEditable --></td>
</tr>
</table>
</body>
<!-- InstanceEnd --></html>
Hacked By AnonymousFox1.0, Coded By AnonymousFox