-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules_table.html
More file actions
101 lines (83 loc) · 3.99 KB
/
modules_table.html
File metadata and controls
101 lines (83 loc) · 3.99 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Modules | Minrva Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="overrides.css" rel="stylesheet">
<link href="bootstrap/css/bootstrap-journal.min.css" rel="stylesheet">
<style type="text/css">
td {
height: 200px;
width: 200px;
text-align: left;
}
</style>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="#">Minrva - Citation/Login - Documentation</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="about_v2.html">About the App</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<br/>
<div class="row-fluid">
<div class="span7 offset1">
<h2>Modules</h2>
<p>The Minrva app is made up of separate modules, each with their own functions. Check out our list of modules to see what the app can do!</p>
<br/>
<table border = "1" cellpadding="10">
<tr>
<td><h6>Scanner</h6><img src="modules/scanner.png" width="150" height="150"/><p>Scan the barcode of an item</p></td>
<td><h6>Search</h6><img src="modules/vufind_ic.png" width="150" height="150"/><p>Look up an item's info</p></td>
<td><h6>Journal Search</h6><img src="modules/journal_search.png" width="150" height="150"/><p>Journal search info</p></td>
<td><h6>Loanable Tech</h6><img src="modules/loanable_tech_96x96.png" width="150" height="150"/><p>Loanable Tech info</p></td>
</tr>
<tr>
<td><h6>Display</h6><img src="modules/display.png" width="150" height="150"/><p>Display Info</p></td>
<td><h6>Course Reserve</h6><img src="modules/course_reserve.png" width="150" height="150"/><p>Course Reserve Info</p></td>
<td><h6>Shelf Lister</h6><img src="modules/shelf_lister.png" width="150" height="150"/><p>Shelf Lister Info</p></td>
<td><h6>Citation Generator</h6><img src="modules/citation_generator.png" width="150" height="150"/><p>Citation Generator Info</p></td>
</tr>
<tr>
<td><h6>Library Locator</h6><img src="modules/library_locator.png" width="150" height="150"/><p>Library Locator Info</p></td>
<td><h6>Wayfinder</h6><img src="modules/wayfinder.png" width="150" height="150"/><p>Wayfinder Info</p></td>
<td><h6>My Favorites</h6><img src="modules/my_favorites.png" width="150" height="150"/><p>My Favorites Info</p></td>
<td><h6>User Favorites</h6><img src="modules/user_favorites.png" width="150" height="150"/><p>User Favorites Info</p></td>
</tr>
<tr>
<td><h6>Checked-out</h6><img src="modules/checked_out.png" width="150" height="150"/><p>Checked-out Info</p></td>
<td><h6>Requested Items</h6><img src="modules/requested_items.png" width="150" height="150"/><p>Requested Items Info</p></td>
<td><h6>Fines</h6><img src="modules/fines.png" width="150" height="150"/><p>Fines Info</p></td>
<td><h6>Blocks</h6><img src="modules/blocks.png" width="150" height="150"/><p>Blocks Info</p></td>
</tr>
</table>
</div>
</div>
<footer>
<p>© The Undergraduate Library at the University of Illinois at Urbana-Champaign, 2013</p>
</footer>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="bootstrap/js/jquery.js"></script>
</body>
</html>