resolves small oarec regression on html output (#635)
This commit is contained in:
committed by
GitHub
parent
33dfd959d5
commit
371c8e6789
@@ -28,7 +28,15 @@
|
||||
<div id="collection-map"></div>
|
||||
</div>
|
||||
</div>
|
||||
{% if data['itemType'] == 'Feature' %}
|
||||
{% if data['itemType'] == 'feature' or data['itemType'] == 'record' %}
|
||||
<h3>Browse</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<div>
|
||||
<a title="Browse Items" href="{{ config['server']['url'] }}/collections/{{ data['id'] }}/items">
|
||||
Browse through the items of "{{ data['title'] }}"</a></div>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Queryables</h3>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -37,14 +45,6 @@
|
||||
Display Queryables of "{{ data['title'] }}"</a></div>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>View</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<div>
|
||||
<a title="Browse Items" href="{{ config['server']['url'] }}/collections/{{ data['id'] }}/items">
|
||||
Browse through the items of "{{ data['title'] }}"</a></div>
|
||||
</li>
|
||||
</ul>
|
||||
{% for provider in config['resources'][data['id']]['providers'] %}
|
||||
{% if 'tile' in provider['type'] %}
|
||||
<h3>Tiles</h3>
|
||||
|
||||
Reference in New Issue
Block a user