Subversion Repositories DevTools

Rev

Rev 119 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%
'=====================================================
'|                                                   |
'|                        IMAGE DEFINITION                                       |
'|                                                   |
'=====================================================
%>
<%
If parGroup = "Advanced_Search" Then
        Response.write img_Advanced_Search
ElseIf parGroup = "Admin_Reports" Then
        Response.write img_Admin_Reports
Else
        Response.write img_Reports
End If
 %>