|
14 | 14 | <h3><a class="name-location" href="/barker">Barker Library</a></h3><div class="hours"><span data-location-hours="Barker Library"></span> today</div><div class="location-info"><a href="/locations/#!barker-library" class="map-location">10-500</a><a href="tel:617-253-0968" class="phone"><span class="number">617-253-0968</span></a></div> |
15 | 15 | </div> |
16 | 16 | </div> |
| 17 | +<?php |
| 18 | + // Load location alerts for Barker (post 322). |
| 19 | + $this->location_alert( 322 ); |
| 20 | +?> |
17 | 21 | <div class="location"> |
18 | 22 | <a href="/dewey" aria-labelledby="dewey" class="img-loc dewey"><span class="sr" id="dewey">Dewey Library</span></a> |
19 | 23 | <div class="wrap-loc-info"> |
20 | 24 | <h3><a class="name-location" href="/dewey">Dewey Library</a></h3><div class="hours"><span data-location-hours="Dewey Library"></span> today</div><div class="location-info"><a href="/locations/#!dewey-library" class="map-location">E53-100</a><a href="tel:617-253-5676" class="phone"><span class="number">617-253-5676</span></a></div> |
21 | 25 | </div> |
22 | 26 | </div> |
| 27 | +<?php |
| 28 | + // Load location alerts for Dewey (post 313). |
| 29 | + $this->location_alert( 313 ); |
| 30 | +?> |
23 | 31 | <div class="location"> |
24 | 32 | <a href="/hayden" aria-labelledby="hayden" class="img-loc hayden"><span class="sr" id="hayden">Hayden Library</span></a> |
25 | 33 | <div class="wrap-loc-info"> |
26 | 34 | <h3><a class="name-location" href="/hayden">Hayden Library</a></h3><div class="hours"><span data-location-hours="Hayden Library"></span> today</div> <div class="location-info"><a href="/locations/#!hayden-library" class="map-location">14S-100</a><a href="tel:617-253-5671" class="phone"><span class="number">617-253-5671</span></a></div> |
27 | 35 | </div> |
28 | 36 | </div> |
| 37 | +<?php |
| 38 | + // Load location alerts for Hayden (post 452). |
| 39 | + $this->location_alert( 452 ); |
| 40 | +?> |
29 | 41 | <a href="#0" class="show-more hidden-non-mobile"> |
30 | 42 | <svg class="icon-arrow-down" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="16.3" height="9.4" viewBox="2.7 8.3 16.3 9.4" enable-background="new 2.7 8.3 16.3 9.4" xml:space="preserve"><path d="M18.982 9.538l-8.159 8.159L2.665 9.538l1.284-1.283 6.875 6.875 6.875-6.875L18.982 9.538z"/></svg>Show 3 More |
31 | 43 | </a> |
|
35 | 47 | <h3><a class="name-location" href="/rotch">Rotch Library</a></h3><div class="hours"><span data-location-hours="Rotch Library"></span> today</div><div class="location-info"><a href="/locations/#!rotch-library" class="map-location">7-238</a><a href="tel:617-258-5592" class="phone"><span class="number">617-258-5592</span></a></div> |
36 | 48 | </div> |
37 | 49 | </div> |
| 50 | +<?php |
| 51 | + // Load location alerts for Rotch (post 359). |
| 52 | + $this->location_alert( 359 ); |
| 53 | +?> |
38 | 54 | <div class="location hidden-mobile inactive-mobile"> |
39 | 55 | <a href="/distinctive-collections" aria-labelledby="dc" class="img-loc archives"><span class="sr" id="dc">Distinctive Collections Reading Room</span></a> |
40 | 56 | <div class="wrap-loc-info"> |
41 | 57 | <h3><a class="name-location" href="/distinctive-collections">Distinctive Collections Reading Room</a></h3><div class="hours"><span data-location-hours="Distinctive Collections"></span> today</div><div class="location-info"><a href="/locations/#!distinctive-collections" class="map-location">14N-118</a><a href="tel:617-253-5690" class="phone"><span class="number">617-253-5690</span></a></div> |
42 | 58 | </div> |
43 | 59 | </div> |
| 60 | +<?php |
| 61 | + // Load location alerts for Distinctive Collections (post 504). |
| 62 | + $this->location_alert( 504 ); |
| 63 | +?> |
44 | 64 | <div class="location hidden-mobile inactive-mobile"> |
45 | 65 | <a href="/music" aria-labelledby="lewis" class="img-loc lewis"><span class="sr" id="lewis">Lewis Music Library</span></a> |
46 | 66 | <div class="wrap-loc-info"> |
47 | 67 | <h3><a class="name-location" href="/music">Lewis Music Library</a></h3><div class="hours"><span data-location-hours="Lewis Music Library"></span> today</div><div class="location-info"><a href="/locations/#!lewis-music-library" class="map-location">14E-109</a><a href="tel:617-253-5689" class="phone"><span class="number">617-253-5689</span></a></div> |
48 | 68 | </div> |
49 | 69 | </div> |
| 70 | +<?php |
| 71 | + // Load location alerts for Lewis (post 473). |
| 72 | + $this->location_alert( 473 ); |
| 73 | +?> |
50 | 74 | <a href="/hours" class="button-primary--green full add-margin link-hours">All hours & locations</a> |
0 commit comments