/beta/cashReg/top.asp
http://github.com/khaneh/Orders · ASP · 117 lines · 107 code · 9 blank · 1 comment · 16 complexity · 5343333553ea1985b38aac80fee98bd2 MD5 · raw file
- <%
- 'CashRegister (9)
- PageTitle= " - " +PageTitle
- menuItem=9
-
- %>
- <!--#include file="../menu.asp" -->
- <TABLE cellspacing=0 cellpadding=0 width=100% height=450 style='border:4px solid <%=SelectedMenuColor%>;' dir=rtl align=center>
- <TR height=20 bgcolor=<%=SelectedMenuColor%>>
- <TD>
- <TABLE cellspacing=0 cellpadding=0 width=100%>
- <TR class=alak height=25>
-
- <%if Auth(9 , 1) then %>
- <%if SubmenuItem="1" then %>
- <TD width=10><img src='/images/RTB.gif'></td>
- <TD align=center background="/images/MTB.gif" class='alak2'><A HREF='ReceiptInput.asp'></A></TD>
- <TD width=10><img src='/images/LTB.gif'></td>
- <%else %>
- <TD width=10><img src='/images/RTS.gif'></td>
- <TD align=center background="/images/MTS.gif" class='alak'><A HREF='ReceiptInput.asp'></A></TD>
- <TD width=10><img src='/images/LTS.gif'></td>
- <%end if %>
- <%end if %>
-
- <%if Auth(9 , 2) then %>
- <%if SubmenuItem="2" then %>
- <TD width=10><img src='/images/RTB.gif'></td>
- <TD align=center background="/images/MTB.gif" class='alak2'><A HREF='CashPaymentInput.asp'> </A></TD>
- <TD width=10><img src='/images/LTB.gif'></td>
- <%else %>
- <TD width=10><img src='/images/RTS.gif'></td>
- <TD align=center background="/images/MTS.gif" class='alak'><A HREF='CashPaymentInput.asp'> </A></TD>
- <TD width=10><img src='/images/LTS.gif'></td>
- <%end if %>
- <%end if %>
-
- <%if Auth(9 , 3) then %>
- <%if SubmenuItem="3" then %>
- <TD width=10><img src='/images/RTB.gif'></td>
- <TD align=center background="/images/MTB.gif" class='alak2'><A HREF='CashRegReport.asp'> </A></TD>
- <TD width=10><img src='/images/LTB.gif'></td>
- <%else %>
- <TD width=10><img src='/images/RTS.gif'></td>
- <TD align=center background="/images/MTS.gif" class='alak'><A HREF='CashRegReport.asp'> </A></TD>
- <TD width=10><img src='/images/LTS.gif'></td>
- <%end if %>
- <%end if %>
-
- <%if Auth(9 , 4) then %>
- <%if SubmenuItem="4" then %>
- <TD width=10><img src='/images/RTB.gif'></td>
- <TD align=center background="/images/MTB.gif" class='alak2'><A HREF='Close.asp'></A></TD>
- <TD width=10><img src='/images/LTB.gif'></td>
- <%else %>
- <TD width=10><img src='/images/RTS.gif'></td>
- <TD align=center background="/images/MTS.gif" class='alak'><A HREF='Close.asp'></A></TD>
- <TD width=10><img src='/images/LTS.gif'></td>
- <%end if %>
- <%end if %>
-
- <%if Auth(9 , 5) then %>
- <%if SubmenuItem="5" then %>
- <TD width=10><img src='/images/RTB.gif'></td>
- <TD align=center background="/images/MTB.gif" class='alak2'><A HREF='NewCashReg.asp'></A></TD>
- <TD width=10><img src='/images/LTB.gif'></td>
- <%else %>
- <TD width=10><img src='/images/RTS.gif'></td>
- <TD align=center background="/images/MTS.gif" class='alak'><A HREF='NewCashReg.asp'></A></TD>
- <TD width=10><img src='/images/LTS.gif'></td>
- <%end if %>
- <%end if %>
-
- <%if Auth(9 , 6) then %>
- <%if SubmenuItem="6" then %>
- <TD width=10><img src='/images/RTB.gif'></td>
- <TD align=center background="/images/MTB.gif" class='alak2'><A HREF='CashRegAdminReport.asp'> с</A></TD>
- <TD width=10><img src='/images/LTB.gif'></td>
- <%else %>
- <TD width=10><img src='/images/RTS.gif'></td>
- <TD align=center background="/images/MTS.gif" class='alak'><A HREF='CashRegAdminReport.asp'> с</A></TD>
- <TD width=10><img src='/images/LTS.gif'></td>
- <%end if %>
- <%end if %>
-
- <%if Auth(9 , 8) then %>
- <%if SubmenuItem="8" then %>
- <TD width=10><img src='/images/RTB.gif'></td>
- <TD align=center background="/images/MTB.gif" class='alak2'><A HREF='InvoicePrintForm.asp'>ǁ </A></TD>
- <TD width=10><img src='/images/LTB.gif'></td>
- <%else %>
- <TD width=10><img src='/images/RTS.gif'></td>
- <TD align=center background="/images/MTS.gif" class='alak'><A HREF='InvoicePrintForm.asp'>ǁ </A></TD>
- <TD width=10><img src='/images/LTS.gif'></td>
- <%end if %>
- <%end if %>
-
- <TD width="100" align="left" bgcolor="<%=SelectedMenuColor%>"></TD>
- <TD align="left" bgcolor="<%=unSelectedSubMenuColor%>"><A HREF="../logout.asp"> </A></TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD colspan=2 valign=top bgcolor=<%=AppFgColor%>>
- <%
- if request.queryString("errmsg")<>"" then
- response.write "<br>"
- call showAlert (request.queryString("errmsg"),CONST_MSG_ERROR)
- response.write "<br>"
- end if
- if request.queryString("msg")<>"" then
- response.write "<br>"
- call showAlert (request.queryString("msg"),CONST_MSG_INFORM)
- response.write "<br>"
- end if
- %>