-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheventsBranch.php
executable file
·89 lines (73 loc) · 2.29 KB
/
eventsBranch.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HCLibrary Mobile Website </title>
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="index,follow" name="robots" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, user-scalable=no" name="viewport" />
<meta name="keywords" content="Howard County Library System, Howard County Public Library, Howard County, Library, County Library,iPod,iPhone,mobile,PDA, mobile website" />
<meta name="description" content="Howard County Library System Mobile website"/>
<link href="pics/Hi-60x60.png" rel="apple-touch-icon" />
<link href="css/style.css" rel="stylesheet" media="screen" type="text/css" />
<link href="css/mozillaStyle.css" rel="stylesheet" media="screen" type="text/css" />
<link href="pics/startup-hclibrary.png" rel="apple-touch-startup-image" />
<script src="javascript/functions.js" type="text/javascript"></script>
</head>
<body>
<div id="topbar">
<div id="title">
Locations & Hours</div>
<div id="leftnav">
<a href="index.php">
<img alt="Howard County Library System mobile home" src="images/home.png"/>
</a>
</div>
</div>
<div id="content">
<span class="graytitle">Choose a branch</span>
<ul class="pageitem">
<li class="menu">
<a href="centralEvents.php">
<span class="name">Central </span>
<span class="arrow"/>
</a>
</li>
<li class="menu">
<a href="east-columbia.php">
<span class="name">East Columbia </span>
<span class="arrow"/>
</a>
</li>
<li class="menu">
<a href="elkridge.php">
<span class="name">Elkridge </span>
<span class="arrow"/>
</a>
</li>
<li class="menu">
<a href="glenwood.php">
<span class="name">Glenwood </span>
<span class="arrow"/>
</a>
</li>
<li class="menu">
<a href="miller.php">
<span class="name">Miller </span>
<span class="arrow"/>
</a>
</li>
<li class="menu">
<a href="savage.php">
<span class="name">Savage </span>
<span class="arrow"/>
</a>
</li>
</ul>
</div>
<div id="footer">
© <?php echo date("Y");?> Howard County Library System<br />
<a href="http://iwebkit.net/">Powered by iWebKit</a>
</div>
</body>
</html>