|
Lines 45-52
Link Here
|
| 45 |
[%~ END ~%] |
45 |
[%~ END ~%] |
| 46 |
[%~ IF ( patron.city ) ~%] |
46 |
[%~ IF ( patron.city ) ~%] |
| 47 |
<li class="patroncity"> |
47 |
<li class="patroncity"> |
| 48 |
[%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html %] [% END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%][% line_break | html %][%~ patron.state | html ~%][%~ END ~%] |
48 |
[%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html %] [% END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%][% line_break | $raw %][%~ patron.state | html ~%][%~ END ~%] |
| 49 |
[%~ IF ( patron.country ) ~%][% line_break | html %][%~ patron.country | html ~%][%~ END ~%] |
49 |
[%~ IF ( patron.country ) ~%][% line_break | $raw %][%~ patron.country | html ~%][%~ END ~%] |
| 50 |
</li> |
50 |
</li> |
| 51 |
[%~ END ~%] |
51 |
[%~ END ~%] |
| 52 |
[%~ END ~%] |
52 |
[%~ END ~%] |
|
Lines 69-76
Link Here
|
| 69 |
[%~ END ~%] |
69 |
[%~ END ~%] |
| 70 |
[%~ IF ( patron.city ) ~%] |
70 |
[%~ IF ( patron.city ) ~%] |
| 71 |
<li class="patroncity"> |
71 |
<li class="patroncity"> |
| 72 |
[%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html %] [% END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%][% line_break | html %][%~ patron.state | html ~%][%~ END ~%] |
72 |
[%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html %] [% END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%][% line_break | $raw %][%~ patron.state | html ~%][%~ END ~%] |
| 73 |
[%~ IF ( patron.country ) ~%][% line_break | html %][%~ patron.country | html ~%][%~ END ~%] |
73 |
[%~ IF ( patron.country ) ~%][% line_break | $raw %][%~ patron.country | html ~%][%~ END ~%] |
| 74 |
</li> |
74 |
</li> |
| 75 |
[%~ END ~%] |
75 |
[%~ END ~%] |
| 76 |
[%~ END ~%] |
76 |
[%~ END ~%] |
| 77 |
- |
|
|