Use bootstrap in Server.

This commit is contained in:
2018-12-28 14:32:41 +00:00
parent 1a044dd798
commit 6d52e09d51
19 changed files with 11660 additions and 38 deletions

View File

@@ -2,9 +2,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="../../dos.css"
rel="stylesheet"
type="text/css" />
<link href="../../styles/dicserver.css"
rel="stylesheet"type="text/css" />
<link href="../../styles/dicserver_highcharts.css"
rel="stylesheet"type="text/css" />
<title>DiscImageChef Device Report</title>
<meta charset="utf-8" />
<!-- Global site tag (gtag.js) - Google Analytics -->
@@ -94,9 +95,9 @@ DiscImageChef Report for
<div id="divScsi">
<br />
<b>SCSI characteristics:</b><br />
<i>Vendor:</i>@ViewBag.lblScsiVendor<br />
<i>Product:</i>@ViewBag.lblScsiProduct<br />
<i>Revision:</i>@ViewBag.lblScsiRevision<br />
<i>Vendor: </i>@ViewBag.lblScsiVendor<br />
<i>Product: </i>@ViewBag.lblScsiProduct<br />
<i>Revision: </i>@ViewBag.lblScsiRevision<br />
@foreach(string item in ViewBag.repScsi)
{
@Html.Raw(item)<br />
@@ -246,5 +247,35 @@ DiscImageChef Report for
}
</div>
}
<footer>
© 2011-2018
<a href="http://www.claunia.com"
target="_blank">
Claunia.com
</a><br />
Fonts are © 2015-2016
<a href="http://int10h.org"
target="_blank">
VileR
</a><br />
CSS © 2018
<a href="https://getbootstrap.com/"
target="_blank">
Bootstrap
</a> and
<a href="http://www.claunia.com"
target="_blank">
Claunia.com
</a>
</footer>
<script crossorigin="anonymous"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script crossorigin="anonymous"
integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut"
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"></script>
<script crossorigin="anonymous"
integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script>
</body>
</html>