okapi r869: protection areas
This commit is contained in:
@ -124,6 +124,14 @@ http://www.gsak.net/xmlv1/5 http://www.gsak.net/xmlv1/5/gsak.xsd
|
||||
<? } ?>
|
||||
</ul>
|
||||
<? } ?>
|
||||
<? if ($vars['protection_areas'] == 'desc:text' && count($c['protection_areas'])) { ?>
|
||||
<p><?= _("The cache probably is located in the following protection areas:") ?></p>
|
||||
<ul>
|
||||
<? foreach($c['protection_areas'] as $protection_area) { ?>
|
||||
<li><?= Okapi::xmlescape($protection_area['type'])." - ".Okapi::xmlescape($protection_area['name']) ?></li>
|
||||
<? } ?>
|
||||
</ul;>
|
||||
<? } ?>
|
||||
</groundspeak:long_description>
|
||||
<groundspeak:encoded_hints><?= Okapi::xmlescape($c['hint2']) ?></groundspeak:encoded_hints>
|
||||
<? if ($vars['latest_logs']) { /* Does user want us to include latest log entries? */ ?>
|
||||
|
Reference in New Issue
Block a user