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.

39 lines
1.0 KiB

<%@ Control Language="vb" AutoEventWireup="false" CodeBehind="Menu1.ascx.vb" Inherits="LPWeb.Menu1" %>
<style type="text/css">
.auto-style2 {
height: 2px;
}
.auto-style3 {
height: 2px;
width: 830px;
}
</style>
<asp:Panel ID="Panel1" runat="server">
<table>
<tr><td class="auto-style3">
<telerik:RadMenu ID="RadMenu1" Runat="server">
<Items>
<telerik:RadMenuItem runat="server" NavigateUrl="~/Default.aspx" Text="Home">
</telerik:RadMenuItem>
</Items>
</telerik:RadMenu>
</td>
<td class="auto-style2">
<telerik:RadMenu ID="RadMenu2" Runat="server">
<Items>
<telerik:RadMenuItem runat="server" ImageUrl="~/Bilder/help.png" NavigateUrl="~/help/Registrierung_und_Anmeldung.htm" Target="_blank" Text="Hilfe">
</telerik:RadMenuItem>
<telerik:RadMenuItem runat="server" NavigateUrl="~/Administration/About.aspx" Text="Über">
</telerik:RadMenuItem>
</Items>
</telerik:RadMenu>
</td>
</tr>
</table>
</asp:Panel>