forked from pennmanor/SpeedDial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprinters.html
More file actions
75 lines (69 loc) · 2.67 KB
/
printers.html
File metadata and controls
75 lines (69 loc) · 2.67 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script type="text/javascript" src="js/twitter-widget.js"></script>
<title>Penn Manor School District</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
<div id="container">
<div id="top">
<div id="header">
<div id="title">
<h1 class="font font-shadow"><span>Windows </span> Self Service</h1>
</div>
<div id="nav">
<ul class="font">
<li class="navbox font-shadow"><a href="http://www.pennmanor.net/">Official Site</a></li>
<li class="navbox font-shadow"><a href="http://www.pennmanor.net/a/homepage">Speed Dial</a></li>
<li class="navbox font-shadow"><a href="http://support.pennmanor.net">Tech Ticket System</a></li>
</ul>
</div>
</div>
<div id="descrip">
<h2 class="font font-shadow">Printer List</h2>
</div>
</div>
<div id="columns">
<div id="main">
<div class="col box">
<h3 class="font">Elementary Buildings</h3>
<ul>
<li class="arrows"><a href="buildings/cm.html">Central Manor Elementary</a></li>
<li><a href="buildings/con.html">Conestoga Elementary</a></li>
<li><a href="buildings/esh.html">Eshleman Elementary</a></li>
<li><a href="buildings/let.html">Letort Elementary</a></li>
<li><a href="buildings/mar.html">Martic Elementary</a></li>
<li><a href="buildings/peq.html">Pequea Elementary</a></li>
</ul>
</div>
<div class="col box">
<h3 class="font">Secondary Education Buildings</h3>
<ul>
<li class="arrows"><a href="#">Marticville Middle School</a></li>
<li><a href="manor_tech.html">Manor Middle School</a></li>
<li><a href="#">High School</a></li>
</ul>
</div>
<div class="col2 box">
<h3 class="font">Instructions for Use</h3>
<ul>
<li class="arrows">Select the building from which you would like to install printers</li>
<li>Select the printer you wish to install</li>
<li>Log out or restart your computer to complete the printer installation</li>
</ul>
</div>
</div>
</div>
<div id="footer">
<div class="footerbox">
Emergency Hotline: <extension>x2333</extension> | Tech Support Hotline: <extension>x1776</extension>
<br/><copyright>Copyright © 2012 <a href="http://www.pennmanor.net/">Penn Manor School District</a></copyright>
</div>
</div>
</div>
</body>
</html>