|
@@ 272-274 (lines=3) @@
|
| 269 |
|
if (isset($attributes['description']) && $attributes['description']) { |
| 270 |
|
print '<div>' . $attributes['description'] . '</div>'; |
| 271 |
|
} |
| 272 |
|
if (isset($attributes['local_email']) && $attributes['local_email']) { |
| 273 |
|
$out .= '<p>Email: <a href="mailto:' . $attributes['local_email'] . '">' . $attributes['local_email'] . '</a>'; |
| 274 |
|
} |
| 275 |
|
if (isset($attributes['local_url']) && $attributes['local_url']) { |
| 276 |
|
$out .= '<p>WWW: <a href="' . $attributes['local_url'] . '">' . $attributes['local_url'] . '</a>'; |
| 277 |
|
} |
|
@@ 275-277 (lines=3) @@
|
| 272 |
|
if (isset($attributes['local_email']) && $attributes['local_email']) { |
| 273 |
|
$out .= '<p>Email: <a href="mailto:' . $attributes['local_email'] . '">' . $attributes['local_email'] . '</a>'; |
| 274 |
|
} |
| 275 |
|
if (isset($attributes['local_url']) && $attributes['local_url']) { |
| 276 |
|
$out .= '<p>WWW: <a href="' . $attributes['local_url'] . '">' . $attributes['local_url'] . '</a>'; |
| 277 |
|
} |
| 278 |
|
if (isset($attributes['local_phone']) && $attributes['local_phone']) { |
| 279 |
|
$out .= '<p>Tel: <a href="' . $attributes['local_phone'] . '">' . $attributes['local_phone'] . '</a>'; |
| 280 |
|
} |
|
@@ 278-280 (lines=3) @@
|
| 275 |
|
if (isset($attributes['local_url']) && $attributes['local_url']) { |
| 276 |
|
$out .= '<p>WWW: <a href="' . $attributes['local_url'] . '">' . $attributes['local_url'] . '</a>'; |
| 277 |
|
} |
| 278 |
|
if (isset($attributes['local_phone']) && $attributes['local_phone']) { |
| 279 |
|
$out .= '<p>Tel: <a href="' . $attributes['local_phone'] . '">' . $attributes['local_phone'] . '</a>'; |
| 280 |
|
} |
| 281 |
|
if ($out !== '') { |
| 282 |
|
print '<div class="user_info">'; |
| 283 |
|
print sprintf(_("If you encounter problems you should ask for help at your %s"), $this->nomenclature_inst); |