yacy_search_server/htroot/soap/ServiceList.html

33 lines
978 B
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SOAP Service List</title>
#%env/templates/metas.template%#
</head>
<body>
#%env/templates/header.template%#
<h2>Deployed SOAP Services</h2>
<p>Currently #[services]# services are deployed.</p>
<table>
<tr class="TableHeader">
<td>Service name</td>
<td>Operation</td>
<td>WSDL</td>
</tr>
#{services}#<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td><b>#[name]#</b>&nbsp;[#[style]#]</td>
<td>
<table>
#{methods}#<tr>
<td>#[name]#</td>
<td><tt>#[method]#</tt></td>
</tr>#{/methods}#
</table>
</td>
<td><a href="/soap/#[name]#?wsdl">WSDL</a></td>
</tr>#{/services}#
#%env/templates/footer.template%#
</body>
</html>