File Manager
Back to List
| Current Directory: ~/
Editing: commitee_thesis.asp
Full path: C:\ict\ICT\commitee_thesis.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#include file="inc_cache_control.asp"--> <!--#include file="inc_access_control.asp"--> <!--#include file="chk_login.asp"--> <!--#include file="chk_permission.asp"--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><!-- InstanceBegin template="/Templates/ict.dwt" 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="bsri2006.css" rel="stylesheet" type="text/css"> <link href="image/favicon.ico" rel="shortcut icon" type="image/x-icon"> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100%" border="0"> <tr> <td colspan="2"><div align="right"><img src="Image/head1.gif" width="800" height="61"></div></td> </tr> <tr> <td colspan="2" background="Image/bghead1.gif"><div align="right"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"><strong>| <a href="http://www.swu.ac.th" target=_blank>SWU</a> | <a href="http://bsri.swu.ac.th" target=_blank>BSRI</a> |<a href="chaPW.asp"><strong>Change Password</strong></a>|<a href="log_out.asp">Log Out </a></strong></font>|</div></td> </tr> <tr> <td width="20%" align="left" valign="top" bgcolor="#FFCCCC"><!-- InstanceBeginEditable name="EditRegion5" --><!--#include file="chk_menu.asp"--> <!-- InstanceEndEditable --></td> <td width="77%" align="left" valign="top"><!-- InstanceBeginEditable name="EditRegion3" --> <% '***************************************************************** session("tb_name")="lecturer" %> <% '***************************************************************** if session("tb_preview") <> 1 or session("id_lecturer1") = id_lecturer then '���Է��� �����㹰ҹ ��� ����Ңͧ�������ͧ %> <table width="100%" border="0" cellspacing="0"> <tr> <td colspan="3"> </td> </tr> <tr> <td width="892" align="left" valign="top"><div align="center"><font size=2><strong> <br> <br> �����š���繤�С�������ͺ��ԭ�ҹԾ���<br> <br> <table border="0"> <tr bgcolor=#FFFF99> <td >�ӴѺ���<td><strong>����-ʡ��</td><td>������������� <% ' if session("tb_edit")=2 then '<td><div align=center><strong>����ѵ���ǹ���</td><td><strong>����ѵԡ���֡��<td><strong> ���˹觷ҧ������<td><strong> �ҹ�Ԩ�� %> <%'end if%> </tr> <%sqlall="select * from lecturer where statusdel='1' order by name_lec" set orsall=server.createobject("adodb.recordset") orsall.open sqlall,conn,1,3 a=0 if not orsall.eof then orsall.movefirst do while not orsall.eof a=a+1 if a mod 2 = 0 then bg1="#F0F0F0" else bg1="ffffff" end if response.write "<tr bgcolor="&bg1&"><td>"&a&"<td>"&orsall("name_lec")&" "&orsall("sur_lec")&"</td><td>[<a href=detail_committee_thesis.asp?id_lecturer="&orsall("id_lecturer")&">��������´</a>]</td>" 'if session("tb_edit")=2 then 'response.write "<td><div align=center>[<a href=edit_lec_form.asp?id_lecturer="&orsall("id_lecturer")&">Edit</a>]</td>" 'response.write "<td><div align=center>[<a href=edit_lec_edu_vita_form.asp?id_lecturer="&orsall("id_lecturer")&">Edit</a>]</td>" 'response.write "<td><div align=center>[<a href=edit_lec_admin_form.asp?id_lecturer="&orsall("id_lecturer")&">Edit</a>]</td>" 'response.write "<td><div align=center>[<a href=edit_lec_research_form.asp?id_lecturer="&orsall("id_lecturer")&">Edit</a>]</td>" response.write "</tr>" 'end if orsall.movenext loop else response.write "<tr><td colspan=4>No Lecturer</td></tr>" end if %> </table></div> <% else '���Է� response.write "<tr><td colspan=3><center>�س������Է����� �س���ѵԹ��" response.write "<meta http-equiv=refresh content =4;url=javascript:history.back();>" '���Է� end if '���Է� %> </td> </tr> <tr> <td colspan="3"></td> </tr> </table> <!-- InstanceEndEditable --></td> </tr> <tr> <td colspan="2" background="Image/bghead1.gif">Contact Admin:: wassanaw@swu.ac.th tel.02-649-5000 ext 17600</td> </tr> </table> </body> <!-- InstanceEnd --></html>