. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| 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="GetPage.aspx.cs" Inherits="GrowelWeb.GetPage" %>
<%--<%@ Register src="SectionLinks.ascx" tagname="SectionLinks" tagprefix="uc1" %>
<%@ Register src="QuickForm.ascx" tagname="quickform" tagprefix="uc2" %>--%>
<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;
}
.modal-backdrop1 {
/*position: relative;*/
z-index: -1;
}
.modal-body {
font-family: 'Square721BT-Roman',cursive;
font-size: 12px;
font-weight: 400;
line-height: 2;
letter-spacing: .05em;
color: #242424;
-webkit-text-size-adjust: none;
}
.modal-dialog {
max-width: 90%; /* Ensures it doesn't stretch too wide */
margin: 1rem auto; /* Keeps some spacing from the top */
}
.modal-content {
max-height: 90vh; /* Prevents it from being too tall */
overflow-y: auto; /* Enables vertical scrolling */
}
.modal-header .close {
position: absolute;
right: 15px;
top: 15px;
color: black !important; /* Ensures visibility */
font-size: 24px;
z-index: 1051; /* Makes sure it's above other elements */
}
</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_title %></li>
</ul>--%>
Home >> <%=pg_title %>
</div>
</section>
<section class="section section-md bg-white">
<div class="shell">
<div class="range range-70 range-sm-center range-lg-justify">
<div class="cell-sm-12 cell-md-12 cell-lg-12">
<h1><b> <%=pg_title %></b></h1>
<%--<%=cover %>--%>
<%=pg_body %>
<asp:Panel ID="controlholder" runat="server"></asp:Panel>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-3">
<%-- <uc1:SectionLinks ID="SectionLinks1" runat="server" />--%>
</div>
<div class="col-md-9">
<div id="rightcontent">
<asp:Repeater runat="server" ID="dtlstpagedetails">
<ItemTemplate>
<p> </p>
<h2 class="heading_css"><%#Eval("page_title") %></h2>
<div>
<%#Eval("page_content") %>
</div>
</ItemTemplate>
</asp:Repeater>
<%-- <div class="col-md-12">
<uc2:quickform ID="quickform" runat="server" />
</div>--%>
</div>
</div>
</div>
<%=schemajs %>
<script type="text/javascript">
$('.modal ').insertAfter($('body'));
// $('.modal ').insertBefore($('body'));
</script>
</asp:Content>