. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| 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/ |
Upload File : |
<%@ Page Title="" Language="C#" MasterPageFile="~/Main.Master" AutoEventWireup="true" CodeBehind="GetSubPage.aspx.cs" Inherits="GrowelWeb.GetSubPage" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<link href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://rawgit.com/LeshikJanz/libraries/master/Bootstrap/baguetteBox.min.css">
<style>
.tz-gallery {
padding: 5px;
}
/* Override bootstrap column paddings */
.tz-gallery .row > div {
padding: 2px;
}
/* Override bootstrap column paddings */
.tz-gallery .h4 {
font-size:20px;
}
.lightbox img {
/*width: 90%;*/
border-radius: 5px;
position: relative;
margin-top:10px;
margin-bottom:10px;
}
.lightbox:before {
position: absolute;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
opacity: 0;
color: #fff;
font-size: 26px;
/* font-family: 'Glyphicons Halflings';
content: '\e003';
*/ pointer-events: none;
z-index: 9000;
transition: 0.4s;
}
.lightbox:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: rgba(210, 235, 255, 0.5);
content: '';
transition: 0.4s;
}
.lightbox:hover:after,
.lightbox:hover:before {
opacity: 1;
}
.baguetteBox-button {
background-color: transparent !important;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<section class="breadcrumbs-custom bg-image" style="background-image: url(../images/Covers/<%=cover%>);">
<div class="shell">
<h2 class="breadcrumbs-custom__title"><% =pg_title %></h2>
<%--<ul class="breadcrumbs-custom__path">
<li><a href="index.html">Home</a></li>
<li class="active"><%=pg_subtitle %></li>
</ul>--%>
<a href="<% =siteurl %>default">Home</a> >> <%=pg_subtitle %>
</div>
</section>
<div class="container">
<div class="row">
<%--<div class="col-md-3">
<uc1:SectionLinks ID="SectionLinks1" runat="server" />
</div>--%>
<div class="col-md-12">
<asp:Repeater runat="server" ID="dtlstpagedetails">
<ItemTemplate> <p> </p>
<h1 class="heading_css"><b> <%#Eval("subpage_displaytitle") %></b></h1>
<div>
<%#Eval("subpage_content") %>
</div>
</ItemTemplate>
</asp:Repeater>
<asp:Literal ID="litdownload" runat="server"></asp:Literal>
<asp:Panel ID="controlholder" runat="server"></asp:Panel>
<p> </p>
</div></div></div>
<input type="hidden" runat="server" id="hdnFileName" />
<input type="hidden" runat="server" id="hdnName" />
<div class="modal fade" id="darkModalDownload" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
aria-hidden="true">
<div class="modal-dialog form-dark" role="document" style="width:400px;">
<!--Content-->
<div class="modal-content card card-image" style="background-color:white" >
<div class="text-white rgba-stylish-strong py-5 px-5 z-depth-4">
<!--Header-->
<div class="modal-header text-center pb-4">
<button type="button" class="close white-text" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="row">
<%--<div class="mb-6 col-md-12">
<div class="brand__name"><img src="<%=siteurl%>Includes/images/logo.png" alt="" width="123" height="43"/>
</div>
</div>--%>
<div class="mb-6 col-md-12">
<h4 id="myModalLabel"><strong>ENTER YOUR DETAILS TO DOWNLOAD</strong> </h4>
</div>
</div>
</div>
<!--Body-->
<div class="modal-body">
<!--Body-->
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="Form-email5">Name</label>
<asp:TextBox runat="server" CssClass="form-control validate " id="txtname" ></asp:TextBox>
<asp:RequiredFieldValidator ValidationGroup="dl" Display="Dynamic" ForeColor="Red" style="font-size: small"
SetFocusOnError="true" ID="RequiredFieldValidator3" Text="This Field Required" ControlToValidate="txtname" runat="server"></asp:RequiredFieldValidator>
</div>
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="Form-email5">Email Id</label>
<asp:TextBox runat="server" CssClass="form-control validate " id="txtemail" ></asp:TextBox>
<asp:RequiredFieldValidator ValidationGroup="dl" Display="Dynamic" ForeColor="Red" style="font-size: small" SetFocusOnError="true"
ID="RequiredFieldValidator4" Text="This Field Required" ControlToValidate="txtemail" runat="server"></asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ValidationGroup="dl" Display="Dynamic" ForeColor="Red" style="font-size: small" SetFocusOnError="true"
ID="RegularExpressionValidator1" runat="server" ValidationExpression="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"
ControlToValidate="txtemail" ErrorMessage="Invalid Email Format"></asp:RegularExpressionValidator>
</div>
<div class="md-form pb-3">
<label data-error="wrong" data-success="right" for="Form-pass5">Contact Number</label>
<asp:TextBox runat="server" CssClass="form-control validate " MaxLength="25" id="txtmobile" onkeypress="if(event.keyCode<48 || event.keyCode>57)event.returnValue=false;" ></asp:TextBox>
</div>
<!--Grid column-->
<div class="mb-3 col-md-12">
By providing any personal information to us, you are consenting to our <a target="_blank" href ="https://growel.com/page/privacy%20policy" >Privacy Policy</a>
<br />
<%--<button type="button" style="width:70%;" class="btn left btn-success1 z-depth-1">Submit</button>--%>
<asp:Button ID="btnsubmit" runat="server" OnClientClick="return dovalidation();" ValidationGroup="dl" Text="Submit" CssClass="btn left btn-success1 z-depth-1" OnClick="btnsubmit_Click" />
</div>
<!--Grid column-->
<!--Grid row-->
<div class="row">
</div>
<!--Grid row-->
</div>
</div>
</div>
<!--/.Content-->
</div>
</div>
<script>
var DownloadFile = function (name,fileName) {
$("#ContentPlaceHolder1_hdnFileName").val(fileName);
$("#ContentPlaceHolder1_hdnName").val(name);
$("#darkModalDownload").modal('show');
console.log(name + ',' + fileName);
console.log($("#ContentPlaceHolder1_hdnFileName").val());
}
function dovalidation() {
var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
var isemail = regex.test($("#ContentPlaceHolder1_txtemail").val())
if ($("#ContentPlaceHolder1_txtname").val() == '') {
alert('Please Enter Name Of The Person');
return false;
}
else if ($("#ContentPlaceHolder1_txtemail").val() == '') {
alert('Please Enter Email Id');
return false;
}
else if (isemail == false) {
alert('Please Enter Valid Email Id');
return false;
}
else if ($("#ContentPlaceHolder1_txtmobile").val() == '') {
alert('Please Enter Mobile Number');
return false;
}
else if ($("#ContentPlaceHolder1_txtmobile").val().length < 6) {
alert('Please Enter Valid Mobile Number');
return false;
}
return true;
}
</script>
</asp:Content>