Back to Qgis

{{ gettext('Service Metadata') }}

python/plugins/MetaSearch/resources/templates/csw_service_metadata.html

latest1.6 KB
Original Source

{{ gettext('Service Identification') }}

| {{ gettext('Title') }} | {{ obj.identification.title }} | | {{ gettext('Abstract') }} | {{ obj.identification.abstract }} | | {{ gettext('Keywords') }} | {{ obj.identification.keywords|join(',') }} | | {{ gettext('Type') }} | {{ obj.identification.type }} | | {{ gettext('Version') }} | {{ obj.identification.version }} | | {{ gettext('Fees') }} | {{ obj.identification.fees }} | | {{ gettext('Access Constraints') }} | {{ obj.identification.accessconstraints }} |

{{ gettext('Service URL') }}

{{ obj.url}}

{{ gettext('Service Provider') }}

| {{ gettext('Name') }} | {{ obj.provider.name }} | | {{ gettext('Site') }} | {{ obj.provider.url }} |

{{ gettext('Service Contact') }}

| {{ gettext('Name') }} | {{ obj.provider.contact.name }} | | {{ gettext('Position') }} | {{ obj.provider.contact.position}} | | {{ gettext('Role') }} | {{ obj.provider.contact.role }} | | {{ gettext('Address') }} | {{ obj.provider.contact.address }}
{{ obj.provider.contact.city }}, {{ obj.provider.contact.region }}
{{ obj.provider.contact.postcode }}
{{ obj.provider.contact.country }} | | {{ gettext('Email') }} | {{ obj.provider.contact.email }} | | {{ gettext('Phone') }} | {{ obj.provider.contact.phone }} | | {{ gettext('Fax') }} | {{ obj.provider.contact.fax }} | | {{ gettext('Url') }} | {{ obj.provider.contact.url }} | | {{ gettext('Hours of Service') }} | {{ obj.provider.contact.hours }} | | {{ gettext('Contact Instructions') }} | {{ obj.provider.contact.instructions }} |