-
Notifications
You must be signed in to change notification settings - Fork 0
/
husky-year-template.php
executable file
·313 lines (268 loc) · 14.4 KB
/
husky-year-template.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
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> <?php wp_title(' | ',TRUE,'right'); bloginfo('name'); ?> </title>
<meta charset="utf-8">
<meta name="description" content="<?php bloginfo('description', 'display'); ?>">
<meta name="viewport" content="width=device-width">
<meta property="og:image" content="http://www.washington.edu/husky100/files/2017/04/husky100badge.png">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KQ6QQBT');</script>
<!-- End Google Tag Manager -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanilla-lazyload/8.9.0/lazyload.min.js"></script>
<?php wp_head(); ?>
<!--[if lt IE 9]>
<script src="<?php bloginfo("template_directory"); ?>/assets/ie/js/html5shiv.js" type="text/javascript"></script>
<script src="<?php bloginfo("template_directory"); ?>/assets/ie/js/respond.js" type="text/javascript"></script>
<link rel='stylesheet' href='<?php bloginfo("template_directory"); ?>/assets/ie/css/ie.css' type='text/css' media='all' />
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.2/isotope.pkgd.min.js"></script>
<link rel='stylesheet' href='<?php echo plugin_dir_url( __FILE__ ) . '../uw-template-hierarchy/thinstrip.css' ?>' type='text/css' media='all' />
<link rel='stylesheet' href='<?php echo plugin_dir_url( __FILE__ ) . '../uw-template-hierarchy/module-hero-image.css' ?>' type='text/css' media='all' />
<!--[if IE 9]>
<style>
html #husky100 ul#filter li.select label {
position: static;
}
</style>
<![endif]-->
</head>
<body <?php body_class(); ?> id="husky100">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KQ6QQBT"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<a href="#main_content" class="screen-reader-shortcut">Skip to main content</a>
<div role="banner">
<div id="thin-strip">
<a class="wordmark" href="http://uw.edu" tabindex="-1" title="University of Washington Home">Home</a>
<ul>
<li class="facebook"><a href="https://www.facebook.com/UofWA" title="Facebook">Facebook</a></li>
<li class="twitter"><a href="https://twitter.com/uw" title="Twitter">Twitter</a></li>
<li class="instagram"><a href="http://instagram.com/uofwa" title="Instagram">Instagram</a></li>
<li class="youtube"><a href="http://www.youtube.com/uwhuskies" title="YouTube">YouTube</a></li>
<li><a href="http://uw.edu/students" class="slash" title="Students">Students</a></li>
<li><a href="http://uw.edu/parents" class="slash" title="Parents">Parents</a></li>
<li><a href="http://uw.edu/facultystaff" class="slash" title="Faculty & Staff">Faculty & Staff</a></li>
<li><a href="http://uw.edu/alumni" class="slash" title="Alumi">Alumni</a></li>
</ul>
</div>
</div>
<?php grab_husky100_page(); ?>
<div class="module-hero-image" style="background-image:url('<?php echo wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); ?>')">
<div class="container">
<div class="row">
<h1><?php the_title(); ?></h1>
<div class="udub-slant"><span></span></div>
<?php the_content(); ?>
</div>
</div>
</div>
<?php wp_reset_query(); ?>
<!-- FEATURE: dynamically load the filters - Now a dropdown structure -->
<div role="form" aria-label="Filter Results">
<ul id="filter" class="select_active">
<li class="sort_by">
Filter by:
</li>
<li>
<a id="clear" href="#" title="Show all">
<svg xmlns="http://www.w3.org/2000/svg" width="35.848" height="35.794" viewBox="0 0 35.848 35.794"><circle fill="#c2c2c2" cx="17.999" cy="17.999" r="16.998"/><g fill="none" stroke="#FFF" stroke-width="3" stroke-miterlimit="10"><path d="M11.485 24.513l13.027-13.028M24.512 24.513L11.485 11.485"/></g></svg>Show all
</a>
</li>
<?php
//get filters
//foreach filter print button
//set current filter
//reflect that in filter box
//
$filter_parent_terms = get_terms('filters', array(
'hide_empty' => false,
'parent' => 0
));
foreach ($filter_parent_terms as $parent) {
echo '<li class="select' . (($parent->name == 'Year Awarded')?' labelToggle':'') . '">' .
'<label>' . $parent->name . '</label>' .
'<select' . (($parent->name == 'Year Awarded')? ' id="year-awarded"': '' ) . '><option disabled selected>' . 'Select a ' . $parent->name . '</option>';
// '<select' . (($parent->name == 'Year Awarded')? ' id="year-awarded"': '' ) . '><option disabled>' . 'Select a ' . $parent->name . '</option><option class="viewall" value="">View all</option>';
foreach ( get_terms( 'filters', array( 'hide_empty' => false, 'parent' => $parent->term_id ) ) as $child ) {
if ($child->slug == 'arts-sci-all-divisions') {
echo '<option value=".arts-sci-arts, .arts-sci-humanities, .arts-sci-natural-sci, .arts-sci-social-sci, .arts-sci-all-divisions">' . $child->name . '</option>';
$childrens = get_terms( 'filters', array( 'hide_empty' => false, 'parent' => $child->term_id ) );
foreach ( $childrens as $children ) {
echo ( ($children->count > 0) ? '<option value=".' . $children->slug . '"> ' . $children->name . '</option>' : '');
}
} else {
echo ( ($child->count > 0) ? '<option data-url="' . get_site_url() . '/year/' . $child->slug . '" value=".' . $child->slug . '" ' . (($child->slug==get_query_var('term'))?'selected':'') . '>' . $child->name . '</option>' : '');
}
}
echo '</select>
</li>';
}
?>
<li class="search_slash">
<a title="Search button" id="searcher" href="#">
<svg version="1.1" aria-hidden="true" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="22.889px" height="59.075px" viewBox="0 0 22.889 59.075" enable-background="new 0 0 22.889 59.075" xml:space="preserve">
<path fill="#4C2E84" d="M13.676,0.294c-4.998,0-9.063,4.067-9.063,9.065c0,1.897,0.587,3.658,1.587,5.116l-5.751,5.744l2.225,2.229
l5.734-5.726c1.486,1.067,3.302,1.703,5.267,1.703h0.002c4.998,0,9.064-4.067,9.064-9.066C22.741,4.361,18.674,0.294,13.676,0.294z
M19.824,9.359c0,3.385-2.754,6.14-6.139,6.14c-3.389,0-6.147-2.754-6.149-6.14c0-3.384,2.759-6.137,6.149-6.137
C17.07,3.223,19.824,5.976,19.824,9.359z"/>
<line fill="none" stroke="#B8A678" stroke-width="3.5" stroke-miterlimit="10" x1="1.396" y1="52.409" x2="19.614" y2="34.191"/>
<line fill="none" stroke="#B8A678" stroke-width="3.5" stroke-miterlimit="10" x1="19.614" y1="52.409" x2="1.396" y2="34.191"/>
</svg>
</a>
</li>
</ul>
<div role="search" id="searcher_wrap">
<input type="text" class="quicksearch" placeholder="Start typing" />
</div>
</div>
<!-- Add this to ontouchstart="this.classList.toggle('hover');" -->
<?php
//sort of students will all occur here
// $args = array(
// 'post_type' => 'husky100',
// 'posts_per_page' => 1,
// // 'tax_query' => array(
// // array(
// // 'taxonomy' => 'filters',
// // 'field' => 'slug',
// // 'terms' => '2018',
// // ),
// // ),
// );
// $query = new WP_Query($args);
// $people = $query->get_posts();
$url = 'http://washington.edu/husky100?json=husky100.get_husky100_years&filter=' . get_query_var( 'term' ); // path to your JSON file
$data = file_get_contents($url); // put the contents of the file into a variable
$people = json_decode($data)->posts; // decode the JSON feed
shuffle($people);
$fastfactsargs = array('post_type' => 'fastfacts', 'posts_per_page' => -1);
$fastfactsquery = new WP_Query($fastfactsargs);
$fastfacts = $fastfactsquery->get_posts();
?>
<div id="main-content" role="main">
<!-- This hides the stuttering of tiles during load -->
<div id="overlay"></div>
<ul class="grid">
<li class="grid-sizer"></li>
<!-- FILTER BOX -->
<?php
// $filter_terms = get_terms('filters', array(
// 'hide_empty' => false,
// ));
// // foreach ($filter_terms as $term) {
// // echo '<div class="grid-item special title-card stamp ' . $term->slug . '">
// // <h2>' . $term->name . '</h2>
// // <div class="udub-slant"><span></span></div>
// // <p>' . $term->description . '</p>
// // </div>';
// // }
// $tag_terms = get_terms('tags');
// foreach ($tag_terms as $tag_term) {
// echo '<div class="grid-item special title-card ' . $tag_term->slug . '">
// <h2 class="tags">' . $tag_term->name . '</h2>
// <div class="udub-slant"><span></span></div>
// <p>' . $tag_term->description . '</p>
// </div>';
// }
?>
<!-- THE FUN PHP STUFF -->
<?php
$peoplecount = 1;
$featureOffset = 12;
foreach ( $people as $person ) {
//gather assets
$personimageurl = $person->img;
$personimageurlhigh = $person->img_highres;
// // $personimageurlhigh = wp_get_attachment_image_src( get_post_thumbnail_id($person->id) , $size = 'large' );
// $personimageurlhigh = $personimageurlhigh[0];
// if ( !$personimageurl ) {
// //set to default image here
// $personimageurl = plugin_dir_url( __FILE__ ) . 'assets/default.jpg';
// $personimageurlhigh = plugin_dir_url( __FILE__ ) . 'assets/default.jpg';
// }
$hometown = $person->hometown;
$major = $person->major;
$minor = $person->minor;
$linkedin = $person->linkedin;
if ( strpos($linkedin, 'http') === false && strlen($linkedin) > 1) {
$linkedin = "https://" . $linkedin;
}
$filters = $person->classes;
$yearawarded = $person->year_awarded;
$tags = explode(', ', $person->tags);
//FEATURE: do tags also need to be classes?
$personclasses = "";
foreach ($filters as $filter ) {
$personclasses .= $filter . " ";
}
if ( $peoplecount % $featureOffset == 3 ) {
$personclasses .= "featured ";
}
if( $peoplecount % $featureOffset == 9 ) { //determines where fast facts are
$fact = $fastfacts[$peoplecount / $featureOffset];
$factimageurl = wp_get_attachment_image_src( get_post_thumbnail_id($fact->ID) , array(200,300) );
$factimageurl = $factimageurl[0];
$factimageurlhigh = wp_get_attachment_image_src( get_post_thumbnail_id($fact->ID) , $size = 'large' );
$factimageurlhigh = $factimageurlhigh[0];
?>
<li tabindex="0" data-name="<?php echo $fact->post_name; ?>" class="flip-container grid-item special infographic">
<h3><?php echo $fact->post_title; ?></h3>
</li>
<?php
}
//spit out html
?>
<li tabindex="0" id="<?php echo $person->slug; ?>" data-name="<?php echo $person->slug; ?>" data-img="<?php echo $personimageurlhigh; ?>" class="flip-container grid-item <?php echo $personclasses; ?>">
<div class="flipper" role="button" aria-expanded="false">
<div class="front lazy" data-src="<?php echo $personimageurl; ?>">
</div>
<div class="back">
<p class="back-title"><?php echo $person->post_title; ?></p>
<p class="major"><?php echo $major; ?></p>
</div>
<div tabindex="0" class="full-bio" aria-hidden="true">
<h2><?php echo $person->post_title; ?>
<?php echo !empty($linkedin) ? '<a target="_blank" class="linkedin" href="' . $linkedin . '">LinkedIn</a>' : '' ?></h2>
<div class="bio-info">
<p><?php echo $hometown; ?></p>
<p><?php echo $major; ?></p>
<p><?php echo $minor; ?></p>
<p class="year-awarded">Year awarded <?php echo $yearawarded; ?></p>
</div>
<div class="bio-text">
<p><?php echo $person->content; ?></p>
</div>
<div class="tags">
<?php foreach ($tags as $tag ) {
echo '<a href="#" class="tag">' . $tag . '</a>';
} ?>
</div>
</div>
</div>
</li>
<?php
$peoplecount++;
}
?>
<?php
// $url = get_site_url() . '/api/husky100/get_husky100/'; // path to your JSON file
// $data = file_get_contents($url); // put the contents of the file into a variable
// $people = json_decode($data)->posts; // decode the JSON feed
// // $characters = $characters->posts;
// foreach ($people as $person) {
// echo $character->post_title . '<br>';
// }
?>
</ul>
</div>
<?php wp_footer(); ?>
</body>
</html>