-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadmin3333.php
244 lines (199 loc) · 5.52 KB
/
admin3333.php
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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<html>
<head>
<style>
body{
font-family: 'lato' !important;
background-color: white;
background-image: cms5.jpg;
}
/*navbar start*/
@media(min-width:768px) {
body {
margin-top: 50px;
}
}
#wrapper {
padding-left: 0;
}
#page-wrapper {
width: 100%;
padding: 0;
}
/* Side Navigation */
@media(min-width:768px) {
#wrapper {
padding-left: 225px;
}
#page-wrapper {
padding: 2px 10px;
}
.side-nav {
position: fixed;
top: -21px;
left: 225px;
width: 225px;
margin-left: -225px;
border: none;
border-radius: 0;
overflow-y: auto;
background-color: #313131;
bottom: 0;
overflow-x: hidden;
padding-bottom: 40px;
margin-top: 20px;
}
.side-nav>li>a {
width: 225px;
border-bottom: 1px solid #6C7278;
margin-top: 15px;
}
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #616060 !important;
}
.navbar-ex1-collapse{
background-color: #fff;
}
.logostyle{
width: 50%;
max-width: 186px;
margin-top: 50px;
margin-left: 30px;
}
.navbar-inverse .navbar-nav > li > .active{
border-left: 3px solid white;
}
.nav > li > a {
position: relative;
display: block;
padding: 12px 15px;
margin-right: 15px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
background-color: transparent;
border-color: white;
}
a {
color: white !important;
text-decoration: none;
}
.form-control-serch {
height: 32px;
padding: 0px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: bg_1.jpg;
border: 1px solid #ccc;
border-radius: 0px 22px 22px 0px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search-btn-icon{
background-color: #fff;
border:1px solid #E8E8E8;
border-right: transparent !important;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
height: 32px;
margin-left: 200px;
}
.search-box{
border-left:transparent !important;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border:1px solid #E8E8E8;
height: 32px;
}
.fasett {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 25px;
text-rendering: auto;
color: white;
margin-top: 10px;
margin-right: 30px;
cursor: pointer;
}
a:hover {
background-color: transparent !important;
}
.editpro h5 {
margin-right: 15px;
margin-top: 15px;
color: white;
}
/*navbar end*/
@media screen and (max-device-width: 640px) {
.search-btn-icon{
background-color: #fff;
border:1px solid #E8E8E8;
border-right: transparent !important;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
height: 32px;
margin-left: 115px;
}
.editpro h5 {
margin-right: 12px;
margin-top: 15px;
color: white;
margin-left: 158px;
}
.dashhead h1{
margin-top: 180px;
}
</style>
</head>
<body>
<div id="throbber" style="display:none; min-height:120px;"></div>
<div id="noty-holder"></div>
<div id="wrapper">
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<!-- Top Menu Items -->
<div class="items">
<ul class="nav navbar-right top-nav">
<li class="editpro">
<i class="fasett fa-cog" aria-hidden="true" class="menu-button" id="menu-button"></i>
<h1><marquee align="top" behaviour="scroll" direction="left" bgcolor="lightblue" body="radius">
</marquee></h1>
</li>
</ul>
</div>
<!-- Sidebar Menu Items - These collapse to the responsive navigation menu on small screens -->
<div class="collapse navbar-collapse navbar-ex1-collapse" style="background-color: #616060; border:1px solid #616060; background-image: bg_1.jpg;">
<ul class="nav navbar-nav side-nav">
<a href="cms10.png"><img class="logostyle" src="" alt="""></a>
<li>
<a class="active" href="index.php" data-toggle="collapse" data-target="#submenu-1"><i class="fa fa-home" aria-hidden="true"></i> <span style="color:white;"> Home </span></a>
</li>
<li>
<a class="active" href="registrationtable11.php" data-toggle="collapse" data-target="#submenu-1"><i class="fa fa-user-o" aria-hidden="true"></i> <span style="color:white;"> Member </span></a>
</li>
<li>
<a class="active" href="product.php" data-toggle="collapse" data-target="#submenu-1"><i class="fa fa-calendar" aria-hidden="true"></i> <span style="color:white;"> Product </span></a>
</li>
<li>
<a class="active" href="pharmacyloginpage.php" data-toggle="collapse" data-target="#submenu-1"><i class="fa fa-envelope" aria-hidden="true"></i> <span style="color:white;"> Logout </span></a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
<div class="container-fluid">
<div class="row text-center">
<div class="col-md-12 dashhead">
<h1 align="center">Welcome</h1>
</div>
</div>
</div>
</div><!-- /#wrapper -->
</body>
</html>