42 lines
1.8 KiB
Plaintext
42 lines
1.8 KiB
Plaintext
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="delHp.aspx.vb" Inherits="admin_InputBox" EnableEventValidation="false" %>
|
|
<!-- EnableEventValidation="false" - gegen Fehler-->
|
|
<!DOCTYPE html>
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<title></title>
|
|
<link rel="stylesheet" type="text/css" href="../css/main.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
|
|
|
|
<link rel="shortcut_icon" type="image/x-icon" href="../images/Icons/favicon/favicon.ico"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="../css/edit_main.css"/>
|
|
|
|
<script type="text/javascript" src="../js/toptions/top_up-min.js"></script>
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
<% If Not Page.Session("parentReload") Is Nothing Then%>
|
|
window.parent.location.href = "<%= Page.Session("parentReload")%>"
|
|
parent.TopUp.close()
|
|
<% End If %>
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
|
|
<body style="width:500px;height:150px;padding:0px;margin:0px;overflow-x: hidden;background-image:none" >
|
|
<div style="width:100%;height:20px;background-color: #c00;font-size:16px;color:white;padding:10px;" ><b>Möchten Sie diese Seite wirklich löschen?</b></div>
|
|
<form action="delHp.aspx" runat="server">
|
|
<div style="padding:10px;">
|
|
<asp:button runat="server" id="addPage" text="JA - Seite löschen" style="margin-top: 0px;" BorderStyle="Solid" Height="35px" />
|
|
|
|
<asp:button runat="server" id="button1" text="Nein" BorderStyle="Solid" Height="35px" Width="144px" OnClientClick="parent.TopUp.close()" />
|
|
|
|
|
|
</div>
|
|
</form>
|
|
</body>
|