-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapestry.html
More file actions
161 lines (138 loc) · 5.93 KB
/
mapestry.html
File metadata and controls
161 lines (138 loc) · 5.93 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Mapestry: Your Voice Matters</title>
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.ie.css" />
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
<link type = "text/css" rel = "stylesheet" href = "http://cdn.leafletjs.com/leaflet-0.5/leaflet.css" />
<link type = "text/css" rel = "stylesheet" href = "css/bootstrap.css" />
<link type = "text/css" rel = "stylesheet" href = "css/flat-ui.css" />
<script type="text/javascript" src = "js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type = "text/javascript" src = "scripts/bootstrap.js"></script>
<!-- Flat UI Scripts...so many... -->
<!--<script src="js/jquery-ui-1.10.0.custom.min.js"></script>-->
<script src="js/jquery.dropkick-1.0.0.js"></script>
<script src="js/custom_checkbox_and_radio.js"></script>
<script src="js/custom_radio.js"></script>
<script src="js/jquery.tagsinput_edit.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/jquery.placeholder.js"></script>
<!--
<script src="http://vjs.zencdn.net/c/video.js"></script>
-->
<script src="js/application.js"></script>
<!-- bxSlider Javascript file -->
<script src="js/plugins/jquery.fitvids.js"></script>
<script src="js/jquery.bxslider.js"></script>
<!-- bxSlider CSS file -->
<link href="css/jquery.bxslider.css" rel="stylesheet" />
<link rel="stylesheet" href="css/font-awesome.css">
<!-- leaflet -->
<script src="http://cdn.leafletjs.com/leaflet-0.5/leaflet.js"></script>
<!--stamen -->
<script type="text/javascript" src="http://maps.stamen.com/js/tile.stamen.js?v1.2.1"></script>
<!-- ours! -->
<link type = "text/css" rel = "stylesheet" href = "css/mapestry.css" />
<script type = "text/javascript" src = "scripts/mapestry.js"></script>
</head>
<body id = "player">
<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="index.html">
<img id="logo" src="images/mapestry_logotype_small.png"/>
</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="admin.html">Media Library</a></li>
<li><a href="storyCreator.html">Create a Story</a></li>
<li><a href="#">Projects</a></li>
<li><a class="active" href="mapestry.html">Listen</a></li>
</ul>
<ul class="nav pull-right">
<li><a href="#" class="navbar-link">Ryan McAdam <i class="icon-angle-down icon-large"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span9">
<div id = "gallery">
<ul id = "mainGallery">
<li class = "0"><img title = "Photo1" src="images/story/gg01.jpg" /></li>
</ul>
<div id = "control_window">
<ul id = "sliderGallery">
<li class = "0 control_li"><div class = "thumb"> <img class = "thumbs" title = "Photo1" src="images/story/gg01.jpg" /></div></li>
</ul>
</div>
</div>
<div class="hero-unit" id = "map">
</div>
</div><!--/span-->
<div class="span3">
<div class="well player_sidebar sidebar-nav sidebar-nav-fixed" id = "storybar">
<h4>Maternal Grandmother - Rose Burroughs</h4>
<hr>
<div class="btn-toolbar">
<div class="btn-group">
<a class="btn btn-primary map_photo active" id = "map_button"><i class="icon-globe icon-large"></i></a>
<a class="btn btn-primary map_photo" id = "photo_button"><i class="icon-camera icon-large"></i></a>
</div>
</div> <!-- /toolbar -->
<div id="photoControls">
<div class="row-fluid">
<div class="span6">
<h6>Types of photos</h6>
<hr>
<label class="radio">
<input type="radio" name="photoRadios" id="radioAll" value="allS" checked="">
Show All Photos
</label>
<label class="radio">
<input type="radio" name="photoRadios" id="radioStory" value="story">
Show Story Photos
</label>
</div>
<div class="span6">
<h6>Slideshow</h6>
<hr>
<label class="radio">
<input type="radio" name="advRadios" id="radioOFFS" value="OFFS" checked="">
Slideshow OFF
</label>
<label class="radio">
<input type="radio" name="advRadios" id="radioONS" value="ONS">
Slideshow ON
</label>
</div>
</div>
</div>
<hr>
<div>
<input name="tags" id="tags" class="tagsinput" value="" />
</div>
</div><!--/.well -->
</div><!--/span-->
</div><!--/row-->
<!-- <hr>
<footer>
<p>© Company 2013</p>
</footer> -->
</div><!--/.fluid-container-->
</body>
</html>