improved the wekeo.jsp

This commit is contained in:
Francesco Mangiacrapa 2021-04-08 10:58:16 +02:00
parent 4c41465167
commit 4d2f9fc94a
1 changed files with 16 additions and 4 deletions

View File

@ -27,6 +27,18 @@ body {
font-size: 22px;
font-weight: bold;
}
.myListOperations {
margin-top: 20px;
margin-bottom: 40px;
color: #333;
}
.uri-footer {
padding: 20px 20px;
font-size: 14px;
}
</style>
</head>
@ -35,17 +47,17 @@ body {
<img alt=""
src="https://www.d4science.org/image/layout_set_logo?img_id=12630" />
<div class="myTitle">The Wekeo Resolver</div>
<div>Available Operations:
<div class="myListOperations">Available Operations:
<ul>
<li> getToken at <a href="<%= request.getContextPath() %>/gettoken"></a>
<li>authentication operator <a href='<%= request.getContextPath() %>/gettoken' target="_blank" title="gettoken operation">gettoken</a> (gCube AuthN Required)
</li>
</ul>
</div>
<p>
<div class="uri-footer">
See wiki page at <a
href="https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Wekeo_Resolver" target="_blank">gCube Wiki Wekeo
Resolver</a>
</p>
</div>
</div>
</body>
</html>