-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathlexicon_key.html
More file actions
42 lines (31 loc) · 964 Bytes
/
lexicon_key.html
File metadata and controls
42 lines (31 loc) · 964 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="assets/css/roadbook-print.css">
<link rel="stylesheet" type="text/css" href="assets/css/lexicon-print.css">
<script>
//Jquery sees it is running in CommonJS env, and wants to be used as such.
window.$ = window.jQuery = require('./assets/libs/jquery-2.1.4.min.js');
</script>
<script src='src/modules/printing/print-lexicon.js'></script>
</head>
<body>
<div id="storage" style="display:none;"></div>
<nav class="main-nav" style="height:80px;width:745px">
<div class="row">
<div class="large-4 columns"><p></p>
</div>
<div class="large-4 columns logo">
Tulip
</div>
<div class="large-4 columns" align='right'>
<a href="#" class="button small radius">
Save PDF
</a>
</div>
</div>
</nav>
<div id="lexiconLoading"><p>Table Loading ... </p></div>
</div>
</body>
</html>