-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeli.htm
34 lines (29 loc) · 1.25 KB
/
labeli.htm
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
<html>
<head>
<link rel="stylesheet" href="css/jquery.css" />
<link rel="stylesheet" href="css/styles.css" />
<script src="js/jquery.js"></script>
<script src="js/project.js"></script>
<script src="js/jqmrc2.js"></script>
<meta name="viewport" content="width=default-width, initial-scale=1" />
</head>
<body>
<div data-role="page" data-backbtn="false" data-cache="never" id="labelInputsPage">
<div data-role="header" data-position="inline">
<div class="topTitle">Label</div>
<a href="labelio.htm" data-icon="arrow-l" class="jqm-home ui-btn-left ui-btn-corner-all ui-btn-down-f ui-btn-up-f" title="back" data-direction="reverse">Back</a>
<a href="index.htm" data-icon="home" class="jqm-home ui-btn-right ui-btn-corner-all ui-btn-down-f ui-btn-up-f" title="home">Home</a>
</div><!-- header -->
<div data-role="content">
<div class="instructionText">Assign names to channels.</div>
<div>
<div id="labelInputsFill"></div>
<a href="#" id="labelInputsApply" data-role="button">Apply</a>
</div> <!-- Container around button options -->
</div><!-- /content -->
<div data-role="footer">
<div class="footerText">A Senior Design G13 Project</h4>
</div><!-- /footer -->
</div><!-- /page -->
</body>
</html>