You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
546 B

<%@ Page Language="VB" %>
<%@ Register TagPrefix="osm" Namespace="OboutInc.SlideMenu" Assembly="obout_SlideMenu3_Pro_Net" %>
<script runat="server">
Dim osm As SlideMenu
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
If Not Page.IsPostBack Then
osm.AutoPostBack = true
osm.StyleFolder = "styles/xp_blue"
'build menu
osm.AddParent("systasks", "System Tasks")
osm.AddChild("viewsysinfo", "<img src='styles/xp_blue/xp_check.gif' class='SMChildImage'>View system information")