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.
41 lines
1.2 KiB
41 lines
1.2 KiB
<%@ Control Language="vb" AutoEventWireup="false" CodeBehind="Header.ascx.vb" Inherits="LPWeb.Header" %>
|
|
<style type="text/css">
|
|
.auto-style1 {
|
|
width: 126px;
|
|
|
|
}
|
|
</style>
|
|
<table width="100%" class="header">
|
|
<tr>
|
|
<td class="auto-style1">
|
|
</td>
|
|
<td>
|
|
<asp:Panel ID="Panel1" runat="server" Direction="RightToLeft">
|
|
<asp:Label ID="lblUsername" runat="server" ForeColor="Orange" Text="Username"></asp:Label>
|
|
<asp:Label ID="lblStrich" runat="server" ForeColor="Orange" Text=" | "></asp:Label>
|
|
<asp:HyperLink ID="HyperLink1" runat="server" ForeColor="Orange" NavigateUrl="~/Default.aspx?fnkt=Logout">Abmelden</asp:HyperLink>
|
|
</asp:Panel>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div class="header">
|
|
<div class="title">
|
|
<h1 class="Header h1">
|
|
<asp:Image ID="Image2" runat="server"
|
|
ImageUrl="~/Bilder/Kloten.jpg" />
|
|
</h1>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
|
|
<td class="Header h1">
|
|
<h1 class="Header h1">
|
|
<asp:Label ID="SiteTitle" runat="server" Text="SiteTitle"></asp:Label></h1>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<hr />
|
|
|
|
|