File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/journal
Editing: journal/add_tojournal_form.asp
Full path: C:\ict\ICT\journal\add_tojournal_form.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#INCLUDE FILE="ConnectDB.asp"--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><!-- InstanceBegin template="/Templates/journal.dwt.asp" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="doctitle" --> <title>e-JOURNAL System's BSRI</title> <!-- InstanceEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <link href="style.css" rel="stylesheet" type="text/css"> <!-- InstanceBeginEditable name="head" --> <link href="Templates/style.css" rel="stylesheet" type="text/css"> <link href="../Templates/style.css" rel="stylesheet" type="text/css"> <!-- InstanceEndEditable --> </head> <body> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#660066"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" bgcolor="#7c0974"><div align="left"><img src="images/jbshead2.gif" width="100" height="80"></div></td> <td valign="top" bgcolor="#7c0974"><div align="right"><img src="images/jbshead1.gif" width="400" height="80"></div></td> </tr> </table> </td> </tr> <tr> <td bgcolor="#CC99FF"><div align="right">|<a href="index.asp"> HOME</a> | <a href="http://bsri.swu.ac.th">BSRI</a> | <a href="content.asp">Content </a>| <a href="edit_board.asp">Editorial Board</a> |<a href="guideline.asp">Guide Line</a> | <a href="submission.asp">Submission</a>|</div></td> </tr> <tr> <td bgcolor="#E0C1FF"></td> </tr> <tr> <td valign="top" bgcolor="#E0C1FF"><div align="right"></div> <!-- InstanceBeginEditable name="EditRegion1" --> <div align="right"> <% id_manu=request("idmanu") sql="select * from manuscript where id_manu='"&id_manu&"'" Set ors = Server.CreateObject("ADODB.Recordset") ors.Open sql, Conn, 1, 3 'response.write sql if not ors.eof then id_status=ors("id_status") %> <table width="62%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#E0C1FF" bgcolor="#F2CCFF"> <tr bgcolor="#CC99FF"> <td colspan="2"><div align="center">�����������������</div></td> </tr> <tr> <td>���ʺ�����</td> <td><%=id_manu%></td> </tr> <tr> <td width="28%">���������� </td> <td width="72%"><%=ors("title_thai")%></td> </tr> <tr> <td>Manu Script Name</td> <td><%=ors("title_eng")%></td> </tr> <tr> <td> </td> <td></td> </tr> <tr> <td>Status</td> <td><% sqls="select * from manu_status where id_status='"&ors("id_status")&"'" set orss=server.createobject("adodb.recordset") orss.open sqls,conn,1,3 if not orss.eof then id_status=orss("id_status") %> <%=orss("id_status")%>.<%=orss("status_e")%> <% end if id_journal=ors("id_journal") set orsj=server.createobject("adodb.recordset") sqlj="select * from manu_journal where id_journal='"&id_journal&"'" orsj.open sqlj,Conn,1,3 if not orsj.eof then 'orsj.movefirst 'do while not orsj.eof response.write "[ �շ��"&orsj("volume")&" ��Ѻ��� "&orsj("numb")&" �� "&orsj("month_t")&" �� "&orsj("year_t")&" ][<a href=remove_mjournal.asp?id_manu="&id_manu&">remove</a>]" ' orstr.movenext ' loop end if %> </td> </tr> <!-- '��ǹ���������������͡��Ҩ����ŧ��� �����������˹ --> <% editorj=session("editorj") if editorj=1 then %><tr><td>���͡������</td><td> <FORM METHOD=POST ACTION="add_tojournal.asp?id_manu=<%=id_manu%>"> <select name="tojournal"> <% set orstr=server.createobject("adodb.recordset") sqltr="select * from manu_journal where id_status=1" orstr.open sqltr,Conn,1,3 if not orstr.eof then orstr.movefirst do while not orstr.eof response.write "<option value="&orstr("id_journal")&">�շ��"&orstr("volume")&" ��Ѻ��� "&orstr("numb")&" �� "&orstr("month_t")&" �� "&orstr("year_t")&" </option>" orstr.movenext loop end if %> </select><input type="submit" name="Submit" value="Submit"> </FORM></td></tr> <% end if %> <!-- ��������͡������ŧ������ --> </table> <div align="center"></div> <!-- </form>--> <% 'else 'response.write id_status&"ʶҹ������������Ǥ��" 'end if else response.write "��辺������" 'response.write sql end if %><!-- InstanceEndEditable --></td> </tr> <tr> <td valign="top" bgcolor="#CC99FF"><div align="center"> <p>Behavioral Science Research Institute, Srinakharinwirot University.<br> 114 sukhumvit 23 wattana 10110<br> 02-649-5000 ext 7600, 02-258-4482</p> </div></td> </tr> </table> </body> <!-- InstanceEnd --></html>