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