|
Lines 23-29
Link Here
|
| 23 |
[%~ IF ( patron.city ) ~%] |
23 |
[%~ IF ( patron.city ) ~%] |
| 24 |
<li class="patroncity"> |
24 |
<li class="patroncity"> |
| 25 |
[%~ patron.city |html ~%][%~ IF ( patron.state ) ~%], [%~ patron.state |html ~%][%~ END ~%] |
25 |
[%~ patron.city |html ~%][%~ IF ( patron.state ) ~%], [%~ patron.state |html ~%][%~ END ~%] |
| 26 |
[%~ patron.zipcode |html ~%][%~ IF ( patron.country ) ~%], [%~ patron.country |html ~%][%~ END ~%] |
26 |
[%~ patron.zipcode |html ~%][%~ IF ( patron.country ) ~%], [% patron.country |html ~%][%~ END ~%] |
| 27 |
</li> |
27 |
</li> |
| 28 |
[%~ END ~%] |
28 |
[%~ END ~%] |
| 29 |
[%~ END ~%] |
29 |
[%~ END ~%] |
|
Lines 43-49
Link Here
|
| 43 |
[%~ END ~%] |
43 |
[%~ END ~%] |
| 44 |
[%~ IF ( patron.city ) ~%] |
44 |
[%~ IF ( patron.city ) ~%] |
| 45 |
<li class="patroncity"> |
45 |
<li class="patroncity"> |
| 46 |
[%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html ~%] [%~ END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%]</br>[%~ patron.state | html ~%][%~ END ~%] |
46 |
[%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html %] [% END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%]</br>[%~ patron.state | html ~%][%~ END ~%] |
| 47 |
[%~ IF ( patron.country ) ~%]<br />[%~ patron.country | html ~%][%~ END ~%] |
47 |
[%~ IF ( patron.country ) ~%]<br />[%~ patron.country | html ~%][%~ END ~%] |
| 48 |
</li> |
48 |
</li> |
| 49 |
[%~ END ~%] |
49 |
[%~ END ~%] |
|
Lines 67-73
Link Here
|
| 67 |
[%~ END ~%] |
67 |
[%~ END ~%] |
| 68 |
[%~ IF ( patron.city ) ~%] |
68 |
[%~ IF ( patron.city ) ~%] |
| 69 |
<li class="patroncity"> |
69 |
<li class="patroncity"> |
| 70 |
[%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html ~%] [%~ END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%]</br>[%~ patron.state | html ~%][%~ END ~%] |
70 |
[%~ IF ( patron.zipcode ) ~%][%~ patron.zipcode | html %] [% END ~%][%~ patron.city | html ~%][%~ IF ( patron.state ) ~%]</br>[%~ patron.state | html ~%][%~ END ~%] |
| 71 |
[%~ IF ( patron.country ) ~%]<br />[%~ patron.country | html ~%][%~ END ~%] |
71 |
[%~ IF ( patron.country ) ~%]<br />[%~ patron.country | html ~%][%~ END ~%] |
| 72 |
</li> |
72 |
</li> |
| 73 |
[%~ END ~%] |
73 |
[%~ END ~%] |
| 74 |
- |
|
|