-
Notifications
You must be signed in to change notification settings - Fork 0
/
AdminMaster.master
262 lines (232 loc) · 11.3 KB
/
AdminMaster.master
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<html lang="en">
<head>
<style>
#gritter-notice-wrapper {
display:none;
}
</style>
<title>B2C PORTAL</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Dashboard">
<meta name="keyword" content="Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina">
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!--external css-->
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="assets/css/zabuto_calendar.css">
<link rel="stylesheet" type="text/css" href="assets/js/gritter/css/jquery.gritter.css" />
<link rel="stylesheet" type="text/css" href="assets/lineicons/style.css">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/style-responsive.css" rel="stylesheet">
<script src="assets/js/chart-master/Chart.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body >
<form id="form1" runat="server"> <section id="container" >
<!-- **********************************************************************************************************************************************************
TOP BAR CONTENT & NOTIFICATIONS
*********************************************************************************************************************************************************** -->
<!--header start-->
<header class="header black-bg">
<div class="sidebar-toggle-box">
<div class="fa fa-bars tooltips" data-placement="right" data-original-title="Toggle Navigation"></div>
</div>
<!--logo start-->
<a href="index.html" class="logo"><b>B2C PORTAL</b></a>
<!--logo end-->
<div class="nav notify-row" id="top_menu">
<!-- notification start -->
<!-- notification end -->
</div>
<div class="top-menu">
<ul class="nav pull-right top-menu">
<li style="padding-top:17px; ">
<asp:Label ID="lblUser" runat="server" ></asp:Label>
<asp:LinkButton ID="lnkpro" runat="server" CausesValidation="false" CssClass="bt" Text="Logout"></asp:LinkButton>
</div>
</header>
<!--header end-->
<!-- **********************************************************************************************************************************************************
MAIN SIDEBAR MENU
*********************************************************************************************************************************************************** -->
<!--sidebar start-->
<aside>
<div id="sidebar" class="nav-collapse ">
<!-- sidebar menu start-->
<ul class="sidebar-menu" id="nav-accordion">
<p class="centered"><a href="profile.html">
<a href="Welcome.aspx">
<img src="assets/img/IMG_3476.jpg" class="img-circle" width="100"></a></a></p>
<h4 class="centered" style="color:whitesmoke;font-family:Verdana">Krunal Hingu</h4>
<li class="sub-menu" >
<a href="Admin_Login.aspx">
<i class="fa fa-dashboard"></i>
<span>Login Here</span>
</a>
</li>
<li class="sub-menu">
<a href="Admin_Master.aspx">
<i class="fa fa-dashboard"></i>
<span>Admin Master</span>
</a>
</li>
<li class="sub-menu">
<a href="Advertisement.aspx">
<i class="fa fa-dashboard"></i>
<span>Advertisement</span>
</a>
</li>
<li class="sub-menu">
<a href="Category.aspx">
<i class="fa fa-dashboard"></i>
<span>Category</span>
</a>
</li>
<li class="sub-menu">
<a href="Country.aspx">
<i class="fa fa-dashboard"></i>
<span>Country</span>
</a>
</li>
<li class="sub-menu">
<a href="City.aspx">
<i class=" fa fa-dashboard"></i>
<span>City</span>
</a>
</li>
<li class="sub-menu">
<a href="Department.aspx">
<i class=" fa fa-dashboard"></i>
<span>Department</span>
</a>
</li>
<li class="sub-menu">
<a href="Designation.aspx">
<i class=" fa fa-dashboard"></i>
<span>Designation</span>
</a>
</li>
<li class="sub-menu">
<a href="Registration.aspx">
<i class=" fa fa-dashboard"></i>
<span>Registration</span>
</a>
</li>
<li class="sub-menu">
<a href="Product.aspx">
<i class=" fa fa-dashboard"></i>
<span>Product</span>
</a>
</li>
<li class="sub-menu">
<a href="State.aspx">
<i class=" fa fa-dashboard"></i>
<span>State</span>
</a>
</li>
<li class="sub-menu">
<a href="SubCategory.aspx">
<i class=" fa fa-dashboard"></i>
<span>Sub-Category</span>
</a>
</li>
</ul>
<!-- sidebar menu end-->
</div>
</aside>
<!--sidebar end-->
<!-- **********************************************************************************************************************************************************
MAIN CONTENT
*********************************************************************************************************************************************************** -->
<!--main content start-->
<section id="main-content">
<section class="wrapper">
<div class="row">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
<!-- /col-lg-9 END SECTION MIDDLE -->
<!-- **********************************************************************************************************************************************************
RIGHT SIDEBAR CONTENT
*********************************************************************************************************************************************************** -->
</section>
</section>
<!--main content end-->
<!--footer start-->
<!--footer end-->
</section>
<!-- js placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/jquery-1.8.3.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script class="include" type="text/javascript" src="assets/js/jquery.dcjqaccordion.2.7.js"></script>
<script src="assets/js/jquery.scrollTo.min.js"></script>
<script src="assets/js/jquery.nicescroll.js" type="text/javascript"></script>
<script src="assets/js/jquery.sparkline.js"></script>
<!--common script for all pages-->
<script src="assets/js/common-scripts.js"></script>
<script type="text/javascript" src="assets/js/gritter/js/jquery.gritter.js"></script>
<script type="text/javascript" src="assets/js/gritter-conf.js"></script>
<!--script for this page-->
<script src="assets/js/sparkline-chart.js"></script>
<script src="assets/js/zabuto_calendar.js"></script>
<script type="text/javascript">
$(document).ready(function () {
var unique_id = $.gritter.add({
// (string | mandatory) the heading of the notification
title: 'Welcome to Dashgum!',
// (string | mandatory) the text inside the notification
text: 'Hover me to enable the Close Button. You can hide the left sidebar clicking on the button next to the logo. Free version for <a href="http://blacktie.co" target="_blank" style="color:#ffd777">BlackTie.co</a>.',
// (string | optional) the image to display on the left
image: 'assets/img/ui-sam.jpg',
// (bool | optional) if you want it to fade out on its own or just sit there
sticky: true,
// (int | optional) the time you want it to be alive for before fading out
time: '',
// (string | optional) the class name you want to apply to that specific message
class_name: 'my-sticky-class'
});
return false;
});
</script>
<script type="application/javascript">
$(document).ready(function () {
$("#date-popover").popover({ html: true, trigger: "manual" });
$("#date-popover").hide();
$("#date-popover").click(function (e) {
$(this).hide();
});
$("#my-calendar").zabuto_calendar({
action: function () {
return myDateFunction(this.id, false);
},
action_nav: function () {
return myNavFunction(this.id);
},
ajax: {
url: "show_data.php?action=1",
modal: true
},
legend: [
{ type: "text", label: "Special event", badge: "00" },
{ type: "block", label: "Regular event", }
]
});
});
function myNavFunction(id) {
$("#date-popover").hide();
var nav = $("#" + id).data("navigation");
var to = $("#" + id).data("to");
console.log('nav ' + nav + ' to: ' + to.month + '/' + to.year);
}
</script>
</form>
</body>
</html>