/beta/Inquiry/top.asp

http://github.com/khaneh/Orders · ASP · 81 lines · 74 code · 6 blank · 1 comment · 9 complexity · 8c35df5b1c7d0fce140dabc146c69dc6 MD5 · raw file

  1. <%
  2. 'AR (6)
  3. PageTitle= " - " +PageTitle
  4. menuItem="F"
  5. %>
  6. <!--#include file="../menu.asp" -->
  7. <TABLE cellspacing=0 cellpadding=0 width=100% height=380 style='border:4px solid <%=SelectedMenuColor%>;' dir=rtl align=center>
  8. <TR height=20 bgcolor=<%=SelectedMenuColor%>>
  9. <TD>
  10. <TABLE cellspacing=0 cellpadding=0 width=100%>
  11. <TR class=alak height=25 >
  12. <%'if Auth(6 , 1) or Auth(6 , 3) then %>
  13. <%if SubmenuItem="1" then %>
  14. <TD width=10><img src='/images/RTB.gif'></td>
  15. <TD align=center background="/images/MTB.gif" class='alak2'><A HREF='Inquiry.asp'> </A></TD>
  16. <TD width=10><img src='/images/LTB.gif'></td>
  17. <%else %>
  18. <TD width=10><img src='/images/RTS.gif'></td>
  19. <TD align=center background="/images/MTS.gif" class='alak'><A HREF='Inquiry.asp'> </A></TD>
  20. <TD width=10><img src='/images/LTS.gif'></td>
  21. <%end if %>
  22. <%'end if %>
  23. <%if Auth(6 , 6) then %>
  24. <%if SubmenuItem="6" then %>
  25. <TD width=10><img src='/images/RTB.gif'></td>
  26. <TD align=center background="/images/MTB.gif" class='alak2'><A HREF='AccountReport.asp?act=search'> </A></TD>
  27. <TD width=10><img src='/images/LTB.gif'></td>
  28. <%else %>
  29. <TD width=10><img src='/images/RTS.gif'></td>
  30. <TD align=center background="/images/MTS.gif" class='alak'><A HREF='AccountReport.asp?act=search'> </A></TD>
  31. <TD width=10><img src='/images/LTS.gif'></td>
  32. <%end if %>
  33. <%end if %>
  34. <%if Auth(6 , 8) then %>
  35. <%if SubmenuItem="8" then %>
  36. <TD width=10><img src='/images/RTB.gif'></td>
  37. <TD align=center background="/images/MTB.gif" class='alak2'><A HREF='CSRreport.asp?act=show'> </A></TD>
  38. <TD width=10><img src='/images/LTB.gif'></td>
  39. <%else %>
  40. <TD width=10><img src='/images/RTS.gif'></td>
  41. <TD align=center background="/images/MTS.gif" class='alak'><A HREF='CSRreport.asp?act=show'> </A></TD>
  42. <TD width=10><img src='/images/LTS.gif'></td>
  43. <%end if %>
  44. <%end if %>
  45. <%if Auth("C" , 0) then %>
  46. <%if SubmenuItem="11" then %>
  47. <TD width=10><img src='/images/RTB.gif'></td>
  48. <TD align=center background="/images/MTB.gif" class='alak2'><A HREF='OtherReports.asp'> </A></TD>
  49. <TD width=10><img src='/images/LTB.gif'></td>
  50. <%else %>
  51. <TD width=10><img src='/images/RTS.gif'></td>
  52. <TD align=center background="/images/MTS.gif" class='alak'><A HREF='OtherReports.asp'> </A></TD>
  53. <TD width=10><img src='/images/LTS.gif'></td>
  54. <%end if %>
  55. <%end if %>
  56. <TD width=50 align=left bgcolor=<%=SelectedMenuColor%>></TD>
  57. <TD align=left bgcolor=<%=unSelectedSubMenuColor%>><A HREF="../logout.asp"> </A></TD>
  58. </TR>
  59. </TABLE>
  60. </TD>
  61. </TR>
  62. <TR>
  63. <TD colspan=2 valign=top bgcolor=<%=AppFgColor%>>
  64. <%
  65. if request.queryString("errmsg")<>"" then
  66. response.write "<br>"
  67. call showAlert (request.queryString("errmsg"),CONST_MSG_ERROR)
  68. response.write "<br>"
  69. end if
  70. if request.queryString("msg")<>"" then
  71. response.write "<br>"
  72. call showAlert (request.queryString("msg"),CONST_MSG_INFORM)
  73. response.write "<br>"
  74. end if
  75. %>