Login System überarbeitet
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%@ Page Language="VB" Debug="true" AutoEventWireup="false" CodeFile="newpageJulius_Sidebar.aspx.vb" Inherits="_Default" %>
|
||||
<%@ Page Language="VB" Debug="true" AutoEventWireup="false" CodeFile="newpageJulius_Sidebar.aspx.vb" Inherits="_Default" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
@@ -935,6 +935,7 @@
|
||||
<!-- <a href="login/login_TEST.aspx" style="position:center;left:20px;top:10px;">LOGIN</a> -->
|
||||
<form id="leftLinks" runat="server" style="float:initial">
|
||||
<div class="align-self-center">
|
||||
|
||||
<!-- <a href="sendFeedback.aspx" toptions="type = iframe, effect = fade, width = 500, height = 500, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:10px;height:10px;color:#fff;text-decoration: none;'>
|
||||
<div class="feedback">
|
||||
<div class="feedback_txt">Feedback
|
||||
@@ -947,8 +948,18 @@
|
||||
<nobr>Neues Aviso</nobr>
|
||||
</div>
|
||||
</div>
|
||||
</a> -->
|
||||
<iframe id="frame1" src="login/login_FLEX.aspx" runat="server" seamless="seamless" style="width:266px;height:219px;overflow:no-content;background-image:none;" scrolling="no" />
|
||||
</a> -->
|
||||
<asp:LoginView ID="LoginView1" runat="server">
|
||||
<AnonymousTemplate>
|
||||
<iframe id="frame1" src="login/login_FLEX.aspx" runat="server" seamless="seamless" style="width:266px;height:219px;overflow:no-content;background-image:none;" scrolling="no" />
|
||||
</AnonymousTemplate>
|
||||
<LoggedInTemplate>
|
||||
<iframe id="frame1" src="login/Loggedin.aspx" runat="server" seamless="seamless" style="width:266px;height:219px;overflow:no-content;background-image:none;" scrolling="no" />
|
||||
</LoggedInTemplate>
|
||||
</asp:LoginView>
|
||||
|
||||
|
||||
|
||||
<!-- #include file="navigation.aspx" -->
|
||||
<div id="main-page">
|
||||
<!-- <div class="pagecontent"> -->
|
||||
|
||||
Reference in New Issue
Block a user