Update report view style

This commit is contained in:
2023-02-27 16:05:27 +01:00
parent 92329c1a57
commit b60eee43ea
9 changed files with 75 additions and 36 deletions

View File

@@ -6,24 +6,39 @@
<script src="../js/views/report.js" type="module"></script>
</head>
<body>
<header class="text-center">
<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>
<h1 class="text-center mt-2">
Report Light
</h1>
<main>
<div class="columns">
<div class="columns report-container">
<div class="column col-8">
<h2 class="text-center mt-2" id="rep-tit">
<h2 class="mt-2 p-2" id="rep-tit">
</h2>
<table class="table" id="resource">
<table class="table mt-2 table-hover" id="resource">
<tbody>
</tbody>
</table>
</div>
<div class="column col-4">
<h2 class="text-center mt-2">Map</h2>
<img class="img-responsive" src="../img/map.png" />
<div class="column col-4 p-2">
<img class="img-responsive mt-2" src="../img/map.png" />
</div>
</div>
</main>
@@ -32,4 +47,4 @@
</footer>
</body>
<!-- Templates? -->
</html>
</html>