. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 87.98.249.37 / Your IP : 216.73.216.208 [ Web Server : Microsoft-IIS/10.0 System : Windows NT NS3076740 10.0 build 17763 (Windows Server 2019) AMD64 User : IWPD_292(growel19p) ( 0) PHP Version : 8.3.12 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/growel.com/httpdocs/GrowelAdmin/ |
Upload File : |
<%@ Page Title="" Language="C#" MasterPageFile="~/GrowelAdmin/Admin.Master" AutoEventWireup="true" CodeBehind="ManageSubpages.aspx.cs" Inherits="GrowelWeb.GrowelAdmin.ManageSubpages" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<h3>Manage Supages Of <%=page.ToUpper() %></h3>
<div class="topbutton"><a href="Pages.aspx" class="btn btn-default">< Back</a> <a href="AddSubpage.aspx?page=<%=page %>" class="btn btn-default">Add New Subpage</a></div>
<div class="btn-success status" visible="false" runat="server" id="status"></div>
<div class="row">
<asp:Repeater ID="dtlstsubpages" runat="server">
<ItemTemplate>
<div class="col-md-6 thumb">
<h4><%#Eval("subpage_displaytitle") %></h4>
<div>
<a href="AddSubpage.aspx?page=<%=page %>&subpage=<%#Eval("subpage").ToString() %>">View / Edit</a>
<asp:LinkButton ID="lnkdelete" runat="server" Text="Delete" OnClientClick="return confirm('Delete Subpage? All Information Will Be Deleted.')" CommandArgument='<%#Eval("subpage") %>' OnCommand="lnkdelete_click"></asp:LinkButton></div></div>
</ItemTemplate>
</asp:Repeater>
<br clear="all" /><br clear="all" />
</div>
</asp:Content>