HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/secure/csl/bam/admin/lookups.asp
<%Option Explicit%>

<%
Session("MenuName") = "Edit Lookups"
Session("MenuLink") = "lookups.asp"
%>

<!--#include virtual="bam1/dbfunctions.asp"-->
<!--#include virtual="bam1/commonutils.asp"-->
<!--#include file="heading.asp"-->

<!--#include file="authenticate.asp"-->
<%

If gbAuthenticated Then

%>
<br><br>
<Strong><font size="4">Edit Lookups</font></Strong>
<table border="0" cellpadding="0" cellspacing="0" class="title">
<tr><td>&nbsp;</td></tr>
<tr><td nowrap><a href="edit.asp?id=ITEM">BCPS Work Packages</a></td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td nowrap><a href="edit.asp?id=OPERATIVE">Operatives</a></td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td nowrap><a href="edit.asp?id=PRODUCT">Council Standard Jobs</a></td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td nowrap><a href="edit.asp?id=UNIT">Units</a></td></tr>
<%
If gsAccessRights = "ADMIN" Then
%>
<tr><td>&nbsp;</td></tr>
<tr><td nowrap><a href="edit.asp?id=USER">Users</a></td></tr>
<%
  If UCase(Session("UserName")) = "ITP" Then
  %>
  <tr><td>&nbsp;</td></tr>
  <tr><td nowrap><a href="edit.asp?id=STATUS">Status</a></td></tr>
  <%
  End If
End If
%>
<tr><td>&nbsp;</td></tr>
<tr><td nowrap><a href="edit.asp?id=WORKTYPE">Work Types</a></td></tr>
</table>
<BR>
<BR>
<strong>When making changes to BCPS Work Packages or Council Standard Jobs you will need to logout and logon again for changes to take effect.</strong>
<BR>
<%

End If 'If gbAuthenticated Then
%>
<!--#include file="footing.asp"-->