QGIS/tests/testdata/qgis_server/api/test_wfs3_landing_page.html

115 lines
4.5 KiB
HTML
Raw Normal View History

<!-- template for the WFS3 API landing page -->
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.5.1/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin=""/>
<link rel="stylesheet" href="/wfs3/static/style.css" />
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"></script>
<link rel="stylesheet" href="/wfs3/static/jsonFormatter/jsonFormatter.min.css" crossorigin="anonymous">
<script src="/wfs3/static/jsonFormatter/jsonFormatter.min.js" crossorigin="anonymous"></script>
<!-- template for the WFS3 API links list, to be included in HEAD -->
<link rel="alternate" href="http://server.qgis.org/wfs3.json" title="Landing page as JSON" type="application/json">
<link rel="self" href="http://server.qgis.org/wfs3.html" title="Landing page as HTML" type="text/html">
<link rel="data" href="http://server.qgis.org/wfs3/collections" title="Feature collections" type="application/json">
2019-11-14 15:05:14 +01:00
<link rel="conformance" href="http://server.qgis.org/wfs3/conformance" title="Conformance classes" type="application/json">
2019-11-14 15:05:14 +01:00
<link rel="service-desc" href="http://server.qgis.org/wfs3/api" title="API description" type="application/openapi+json;version=3.0">
<title>Landing page</title>
</head>
<body>
<nav class="navbar navbar-light bg-light navbar-expand-sm">
<div class="container">
<div id="navbar" class="navbar-collapse collapse d-flex justify-content-between align-items-center">
<ol class="breadcrumb bg-light my-0 pl-0">
<li class="breadcrumb-item active">
Landing page
</li>
</ol>
<ul class="list-unstyled list-separated m-0 p-0 text-muted">
<li><a rel="alternate" href="http://server.qgis.org/wfs3.json" target="_blank">JSON</a></li>
</ul>
</div>
</div>
</nav>
<div class="container pt-4">
<!-- END HEADER TEMPLATE header.html -->
<h1>QGIS Server</h1>
<h2>Available services</h2>
<ul>
<li><a rel="data" href="http://server.qgis.org/wfs3/collections">Feature collections</a></li>
2019-11-14 15:05:14 +01:00
<li><a rel="conformance" href="http://server.qgis.org/wfs3/conformance">Conformance classes</a></li>
2019-11-14 15:05:14 +01:00
<li><a rel="service-desc" href="http://server.qgis.org/wfs3/api">API description</a></li>
</ul>
<!-- FOOTER TEMPLATE footer.html -->
</div> <!-- //container -->
<footer class="footer bg-light py-4 d-flex flex-column justify-content-around align-items-center">
<div class="container d-flex flex-row justify-content-between align-items-center w-100">
<span><span class="text-muted small mr-2">powered by</span><a class="navbar-brand" href="https://www.qgis.org/" target="_blank">QGIS Server</a></span>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.5.1/dist/leaflet.js"
integrity="sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og=="
crossorigin=""></script>
<script>
jQuery('.jref').jsonFormatter();
</script>
</body>
</html>