ds-front-test/report/index.html

51 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link href="../vendor/spectre.css/dist/spectre.css" rel="stylesheet" />
<link href="../css/ds.css" rel="stylesheet" />
<script src="../js/views/report.js" type="module"></script>
</head>
<body>
<header class="navbar">
<section class="navbar-section">
<span class="btn btn-link">
<i class="fa fa-archive"></i>
</span>
<span class="btn btn-link text-large">Report</span>
</section>
<section class="navbar-section">
<a href="http://dataspace.ispc.cnr.it/auth" class="btn btn-link">Login</a>
<a href="http://dataspace.ispc.cnr.it" class="btn btn-link" title="Home">
<i class="fa fa-home"></i>
</a>
<a href="http://dataspace.ispc.cnr.it/search" class="btn btn-link" title="Search">
<i class="fa fa-search"></i>
</a>
<a class="btn btn-link" id="print">
<i class="fa fa-print"></i>
</a>
<a class="btn btn-link"></a>
</section>
</header>
<main>
<div class="columns report-container">
<div class="column col-8">
<h2 class="mt-2 p-2" id="rep-tit">
</h2>
<table class="table mt-2 table-hover" id="resource">
<tbody>
</tbody>
</table>
</div>
<div class="column col-4 p-2">
<img class="img-responsive mt-2" src="../img/map.png" />
</div>
</div>
</main>
<footer>
<div class="text-center text-light mt-2">Whatever...</div>
</footer>
</body>
<!-- Templates? -->
</html>