<%@ LANGUAGE = "VBScript" %> <% verify username=valid_sql(Session("username")) 'get user details set rs=db.execute("select * from users where username='" & username & "'") if rs.eof then response.redirect("error.asp?msg=" & Server.URLEncode("Unable to locate the specified user!")) end if %> <% =storename %> Administration <% header adminmenu "" %>

administration control panel

Welcome to the Administration Control Panel. This facility has been created to allow easy maintainance of your online store.

To navigate, simply use the two menus above.

· Add Product - This allows the adding of a new product to the system.

· Add Category - This allows the adding of a new category to the system.

<% if left(Session("privilages"),1)="1" then %> · Edit Administrators - This menu provides a facility to manage the administrators able to use this control panel.

<% end if %> · Orders - This allows the viewing and management of orders in the system.


<% footer %>