. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| 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 : |
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Admin.master.cs" Inherits="GrowelWeb.GrowelAdmin.Admin" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Growel Admin</title>
<script src="js/tinymce.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="./js/jquery.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<asp:ContentPlaceHolder id="head" runat="server">
</asp:ContentPlaceHolder>
<link href="dist/css/datepicker.min.css" rel="stylesheet" type="text/css" />
<script src="dist/js/datepicker.min.js"></script>
<script src="dist/js/i18n/datepicker.en.js"></script>
</head>
<body>
<form id="form1" runat="server">
<div class="container-full">
<div class="col-md-2 sidebar"><img src="images/logo.jpg" height="auto" alt="Growel" style="width:100%"/>
<div class="clearfix"> </div>
<div class="nav-collapse sidebar-nav">
<ul class="nav nav-pills nav-stacked">
<li role="presentation"><a href="Pages.aspx">Pages</a></li>
<li role="presentation"><a href="ManageProductTypes.aspx">Products</a></li>
<li role="presentation"><a href="ManageNews.aspx">News</a></li>
<li role="presentation"><a href="ManageNewProducts.aspx">New Products</a></li>
<li role="presentation"><a href="JobPostList.aspx">Job Post</a></li>
<%--<li role="presentation"><a href=" ManageIndustryProducts.aspx">Industry Products</a></li>--%>
<li role="presentation"><a href="ManageLocations.aspx">Manage Map</a></li>
<li role="presentation"><a href="ManageBrochures.aspx">Brochures</a></li>
<li role="presentation"><a href="View-EnquiryList.aspx">Enquiry Report</a></li>
<li role="presentation"><a href="View-Searchlog.aspx">Search Log Report</a></li>
<li role="presentation"><a href="View-UnsubscribeLog.aspx">Unsubscribe Log Report</a></li>
</ul>
</div>
<div style="position:absolute;left:15px;bottom:15px;">
<a href="logout.aspx" class="btn btn-default">Sign Out</a>
</div>
</div>
<div class="row">
<div class="col-md-2"> </div>
<div class="col-md-10">
<div style="padding:20px;">
<div>
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</div>
</div>
</div>
</div>
<script src="dist/select2/js/select2.full.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(document).ready(function () {
// For select 2
$(".select2").select2();
});
tinymce.init({
selector: "textarea",
theme: "modern",
apply_source_formatting: false, //added option
verify_html: false, //added option
plugins: [
"advlist autolink lists link image charmap print preview hr anchor pagebreak",
"searchreplace wordcount visualblocks visualchars code fullscreen",
"insertdatetime media nonbreaking save table contextmenu directionality",
"emoticons template paste textcolor colorpicker textpattern"
],
toolbar1: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",
toolbar2: "print preview media | forecolor backcolor emoticons",
image_advtab: true,
templates: [
{ title: 'Test template 1', content: 'Test 1' },
{ title: 'Test template 2', content: 'Test 2' }
]
});
</script>
</form>
</body>
</html>