Redirect |
---|
location | https://reannz.co.nz/services/network-cloud-services/tuakiri/tuakiri-service-catalogue/ |
---|
|
This page has moved: https://reannz.co.nz/services/network-cloud-services/tuakiri/tuakiri-service-catalogue/
Expand |
---|
title | Original content archived here - click here to expand... |
---|
|
This is original HTML embedded on this page: Code Block |
---|
| <script type="text/javascript" src="/confluence/js/jquery.tmpl.min.js"></script>
<script type="text/javascript" src="/confluence/js/jquery.dataTables.min.js"></script>
<script id="serviceTemplate" type="text/x-jquery-tmpl">
<tr>
<td class="confluenceTd title">${ displayName }</td>
<td class="confluenceTd text">${ description }</td>
<td class="confluenceTd title">${ organization }</td>
<td class="confluenceTd link"><a href="${url}" target="_blank">Open</a></td>
</tr>
</script>
<script type="text/javascript">
AJS.toInit(function(){
$.getJSON('/confluence/js/services.json', {format: 'json'}, function(data) {
$('#serviceTemplate').tmpl(data.serviceproviders).appendTo(AJS.$('#services'));
$('#serviceList').tablesorter( {sortList: [[0,0]]} );
});
});
</script> |
The page also contained an HTML table (via Adaptavist Content Formatting Macros) with headers "Service Name", "Service Description", "Organisation" and "Link" |