diff options
Diffstat (limited to 'templates/web/fixamingata/open311/index.html')
-rw-r--r-- | templates/web/fixamingata/open311/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/web/fixamingata/open311/index.html b/templates/web/fixamingata/open311/index.html index 995069ed2..6e86a933b 100644 --- a/templates/web/fixamingata/open311/index.html +++ b/templates/web/fixamingata/open311/index.html @@ -14,7 +14,7 @@ <li><a rel="nofollow" href="http://wiki.open311.org/GeoReport_v2">[% loc('Open311 specification') %]</a></li> </ul> -<p>[% tprintf( loc('At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date.'), c.config.RSS_LIMIT ) %]</p> +<p>[% tprintf( loc('At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date.'), c.config.OPEN311_LIMIT ) %]</p> <p>[% loc('The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name.') %]</p> @@ -65,9 +65,6 @@ ] %] [% FOREACH examples %] <li><a href="[% url %]">[% info %]</a> - [% IF url.match('/requests.xml') %] - [ <a href="http://maps.google.com/?q=[% url.replace('.xml', '.rss') | uri %]">[% loc('GeoRSS on Google Maps') %]</a> ] - [% END %] <br>[% url | html %]</li> [% END %] |