-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin.html
207 lines (150 loc) · 7.74 KB
/
admin.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Data -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Audiomesh Description">
<meta name="author" content="Matthew Nearents">
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<title>Audiomesh</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!--<link rel="stylesheet" href="css/font-awesome.min.css">-->
<!--<link rel="stylesheet" href="css/owl.theme.css">-->
<!--<link rel="stylesheet" href="css/owl.carousel.css">-->
<!--<link rel="stylesheet" href="css/nivo-theme.css">-->
<!--<link rel="stylesheet" href="css/nivo-lightbox.css">-->
<!-- Main Stylsheets -->
<!--<link rel="stylesheet" href="css/responsive.css">-->
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/template.css">
<!-- Color Sheme CSS -->
<!--<link rel="stylesheet" href="css/color.css">-->
<!-- Google Font -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<!--[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]-->
<script type="text/javascript">
var downloadedData;
</script>
</head>
<body id="loggedInBody">
<!-- begin preloader -->
<!--
<div class="preloader">
<div class="preloader-content-wrapper">
<div class="preloader-content">
<i class="fa fa-cog fa-3x fa-spin"></i>
</div>
</div>
</div>
-->
<!-- end preloader -->
<div id="outer-wrapper" class="outer-wrapper">
<div class="center-wrapper" id="center-wrapper">
<div id="side-bar" class="side-bar">
<ul class="tools" id="tools">
<!--
<li class="active newFolderLi"><div id="newFolderBtn" class="toolButton newfolder"></div></li>
<li class="active uploadLi"><div id="uploadBtn" class="toolButton upload"></div></li>
<li class="inactive"><div class="toolButtonDivider"></div></li>
<li class="inactive shareLi"><div id="shareBtn" class="toolButton share"></div></li>
<li class="inactive downloadLi"><div id="downloadBtn" class="toolButton download"></div></li>
<li class="inactive renameLi"><div id="renameBtn" class="toolButton rename"></div></li>
-->
<li class="inactive deleteLi"><div id="deleteBtn" class="toolButton delete"></div></li>
</ul>
</div> <!-- End side-bar -->
<div class="top-header" id="top-header">
<div id="logo-div">
<img src="images/side-bar-logo.png" alt="audiomesh logo" />
</div> <!-- End logo-div -->
<span class="name-span" id="name-span">AUDIOMESH</span>
<!-- Begin Drop Down -->
<div class="dropdown">
<!--
<div class="dropdown-toggle" data-toggle="dropdown" aria-expanded="true">
<div class="dropdown-avatar"><div class="avatar-bg"></div></div>
<div class="dropdown-name">Matthew Nearents</div>
<div class="caret"></div>
</div>
-->
<!--
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1">
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Settings</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Contact & Feedback</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Upgrade</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Log out</a></li>
</ul>
-->
</div>
<!-- End Drop Down -->
<!-- begin notifications-->
<!--
<div class="notifications">
<div class="notification-toggle" data-toggle="dropdown" aria-expanded="true"></div>
<div class="notification-badge"></div>
<ul class="dropdown-menu notification-dropdown" role="menu" aria-labelledby="dropdownMenu2">
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Notification1</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Notification2</a></li>
</ul>
</div> end notifications
-->
</div> <!-- End top-header -->
<div id="content-wrapper" class="content-wrapper">
<div id="the-content" class="the-content">
<div id="inner-content" class="inner-content">
<div id="audioTableTitle" class="audioTableTitle">AUDIO</div>
<table class="table table-hover audioTable">
<thead>
<tr>
<th class="th-checkBox"></th>
<th>Created</th>
<!-- <th>etag</th>-->
<th>id</th>
<th>Updated</th>
<th>Email</th>
<th>First</th>
<th>Last</th>
<th>Password</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<!-- inject table rows here -->
</tbody>
</table>
</div> <!-- End inner-content -->
</div> <!-- End the-content -->
</div> <!-- End content-wrapper -->
</div> <!-- End Center Wrapper -->
</div> <!-- End outer-wrapper -->
<!-- begin footer section -->
<footer class="footer" id="footer">
<div class="container">
<div class="row">
</div>
</div>
</div>
</footer>
<!-- end footer section -->
<!-- Javascripts -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--<script src="js/owl.carousel.min.js"></script>-->
<!--<script src="js/jquery.fitvids.js"></script>-->
<!--<script src="js/smoothScroll.js"></script>-->
<!--<script src="js/nivo-lightbox.min.js"></script>-->
<!--<script src="js/jquery.scrollTo.js"></script>-->
<!--<script src="js/jquery.nav.js"></script>-->
<!--<script src="js/wow.min.js"></script>-->
<!--<script src="js/jquery.jigowatt.js"></script>-->
<!-- Custom Javascript -->
<script src="js/table-setup.js"></script>
<script src="js/table.js"></script>
</body>
</html>