-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
50 lines (37 loc) · 1.53 KB
/
index.php
File metadata and controls
50 lines (37 loc) · 1.53 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
<?php require "layout/section_header.php"; ?>
<div id="content">
<a href="https://www.eecs.umich.edu/dco/tools/checkout/checkout.php" class="widebutton">Self Checkout</a><br />
<ul>
<li>Allows users, from approved machines, to check out items from DCO.
<li>Please note that you will be asked to login using your UMICH Kerberos password.
</ul>
<a href="https://www.eecs.umich.edu/dco/tools/checkout/account.php" class="widebutton">My Account</a><br />
<ul>
<li>View your checkout history, overdue items, account holds, and karma rating.
<li>Please note that you will be asked to login using your UMICH Kerberos password.
</ul>
<a href="stats.php" class="widebutton">Statistics</a><br />
<ul>
<li>View checkout statistics for all past records.
</ul>
<a href="https://www.eecs.umich.edu/dco/tools/checkout/staff/records.php" class="widebutton">DCO Staff</a><br />
<ul>
<li>Additional tools and options for DCO staff.
</ul>
<br />
<br />
<br />
<br />
<br />
<div id="footer">
<p>Layout based on <a href="http://www.mollio.org">Mollio</a> created by <a href="http://www.daemon.com.au">Daemon Pty</a></p>
<p>Managed by the EECS <a href="http://www.eecs.umich.edu/dco">Departmental Computing Organization</a></p>
</div>
</div>
<div id="sidebar">
<div class="featurebox">
<h3>Welcome</h3>
<p>The <strong>checkout system</strong> provides a unified and automated tracking and reminder system for all items borrowed from DCO offices.</p>
</div>
</div>
<?php require "layout/footer.php"; ?>