40 lines
1.9 KiB
Plaintext
40 lines
1.9 KiB
Plaintext
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="addHp.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">
|
|
window.close();
|
|
<% If Not Page.Session("parentReload") Is Nothing Then%>
|
|
window.parent.location.href = "<%Response.Write(Page.Session("parentReload"))%>"
|
|
parent.TopUp.close()
|
|
<% End If %>
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
|
|
<body style="width:500px;height:200px;padding:0px;margin:0px;overflow-x: hidden;background-image:none" >
|
|
<div style="width:100%;height:20px;background-color: #003680;font-size:16px;color:white;padding:10px;" ><b>Neue Seite erstellen</b></div>
|
|
<form action="addHp.aspx" runat="server">
|
|
<div style="padding:10px;">
|
|
Bitte geben Sie den deutschen Bezeichner für die neue Homepage ein:<br />
|
|
<asp:TextBox ID="input" runat="server" Width="350px"></asp:TextBox><br /><br />
|
|
<asp:button runat="server" id="addPage" text="Seite erstellen" BorderStyle="Solid" Height="35px" />
|
|
|
|
<asp:button runat="server" id="button1" text="Abbrechen" BorderStyle="Solid" Height="35px" OnClientClick="parent.TopUp.close()" />
|
|
|
|
</div>
|
|
</form>
|
|
</body>
|