Fix Grafico LAND

This commit is contained in:
Samuele E. Locatelli
2018-10-13 17:20:16 +02:00
parent 75456308d1
commit dd55ad4341
3 changed files with 75 additions and 67 deletions
+74 -67
View File
@@ -1,80 +1,87 @@
<div class="container mt-4">
<div class="container-fluid mt-4">
<div class="row">
<div class="col-10 offset-1">
<div class="col-12">
<div class="card">
<div class="card-header">
<h2>@ViewBag.Title</h2>
</div>
<img src="~/images/LogoMapoFull.png" class="img-fluid p-3" />
<div class="card-body px-3">
<h4 class="card-title">@ViewBag.Message</h4>
<div class="row">
<div class="col-4 text-center">
<img src="~/images/LogoMapoFull.png" class="img-fluid" />
<br />
<br />
<h4 class="card-title">@ViewBag.Message</h4>
Scaricare uno o più pacchetti selezionando dall'elenco riportato.
</div>
<div class="col-8">
<div class="row">
<div class="col-sm-6 col-md-4">
<h2 class="text-center">
ALL <i class="fa fa-download"></i>
</h2>
<a href="@Url.Action("Download", "Home", new { caller="ALL" })" class="btn btn-success btn-lg fullWidth" onClick="return confirm('Sicuro di voler scaricare tutti i pacchetti?')">
<strong>DOWNLOAD LATEST</strong>
</a>
</div>
<div class="col-sm-6 col-md-4">
<h2 class="text-center">MP-ADMIN <i class="fa fa-download"></i></h2>
<a href="@Url.Action("Download", "Home", new { caller="ADM" })" class="btn btn-outline-secondary btn-lg fullWidth @ViewBag.AdmDisabled">
<strong>@ViewBag.VersMpAdmin</strong>
</a>
</div>
<div class="col-sm-6 col-md-4">
<h2 class="text-center">
MP-IO
<i class="fa fa-download"></i>
</h2>
<a href="@Url.Action("Download", "Home", new { caller="IO" })" class="btn btn-outline-secondary btn-lg fullWidth @ViewBag.IODisabled">
<strong>@ViewBag.VersMpIO</strong>
</a>
</div>
<div class="col-sm-6 col-md-4">
<h2 class="text-center">
MP-LAND
<i class="fa fa-download"></i>
</h2>
<a href="@Url.Action("Download", "Home", new { caller="LAND" })" class="btn btn-outline-secondary btn-lg fullWidth @ViewBag.LandDisabled">
<strong>@ViewBag.VersMpLand</strong>
</a>
</div>
<div class="col-sm-6 col-md-4">
<h2 class="text-center">
MP-MON
<i class="fa fa-download"></i>
</h2>
<a href="@Url.Action("Download", "Home", new { caller="MON" })" class="btn btn-outline-secondary btn-lg fullWidth @ViewBag.MonDisabled">
<strong>@ViewBag.VersMpMon</strong>
</a>
</div>
<div class="col-sm-6 col-md-4">
<h2 class="text-center">
MP-SITE
<i class="fa fa-download"></i>
</h2>
<a href="@Url.Action("Download", "Home", new { caller="SITE" })" class="btn btn-outline-secondary btn-lg fullWidth @ViewBag.SiteDisabled">
<strong>@ViewBag.VersMpSite</strong>
</a>
</div>
<div class="col-sm-6 col-md-4">
<h2 class="text-center">
MP-TAB
<i class="fa fa-download"></i>
</h2>
<a href="@Url.Action("Download", "Home", new { caller="TAB" })" class="btn btn-outline-secondary btn-lg fullWidth @ViewBag.TabDisabled">
<strong>@ViewBag.VersMpTab</strong>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 mt-3">
<div class="row">
<div class="col-sm-4 col-md-3">
<h2 class="text-center">
ALL <i class="fa fa-download"></i>
</h2>
<a href="@Url.Action("Download", "Home", new { caller="ALL" })" class="btn btn-success btn-lg fullWidth" onClick="return confirm('Sicuro di voler scaricare tutti i pacchetti?')">
<strong>DOWNLOAD LATEST</strong>
</a>
</div>
<div class="col-sm-4 col-md-3">
<h2 class="text-center">MP-ADMIN <i class="fa fa-download"></i></h2>
<a href="@Url.Action("Download", "Home", new { caller="ADM" })" class="btn btn-outline-secondary btn-lg fullWidth @ViewBag.AdmDisabled">
<strong>@ViewBag.VersMpAdmin</strong>
</a>
</div>
<div class="col-sm-4 col-md-3">
<h2 class="text-center">
MP-IO
<i class="fa fa-download"></i>
</h2>
<a href="@Url.Action("Download", "Home", new { caller="IO" })" class="btn btn-outline-secondary btn-lg fullWidth @ViewBag.IODisabled">
<strong>@ViewBag.VersMpIO</strong>
</a>
</div>
<div class="col-sm-4 col-md-3">
<h2 class="text-center">
MP-LAND
<i class="fa fa-download"></i>
</h2>
<a href="@Url.Action("Download", "Home", new { caller="LAND" })" class="btn btn-outline-secondary btn-lg fullWidth @ViewBag.LandDisabled">
<strong>@ViewBag.VersMpLand</strong>
</a>
</div>
<div class="col-sm-4 col-md-3">
<h2 class="text-center">
MP-MON
<i class="fa fa-download"></i>
</h2>
<a href="@Url.Action("Download", "Home", new { caller="MON" })" class="btn btn-outline-secondary btn-lg fullWidth @ViewBag.MonDisabled">
<strong>@ViewBag.VersMpMon</strong>
</a>
</div>
<div class="col-sm-4 col-md-3">
<h2 class="text-center">
MP-SITE
<i class="fa fa-download"></i>
</h2>
<a href="@Url.Action("Download", "Home", new { caller="SITE" })" class="btn btn-outline-secondary btn-lg fullWidth @ViewBag.SiteDisabled">
<strong>@ViewBag.VersMpSite</strong>
</a>
</div>
<div class="col-sm-4 col-md-3">
<h2 class="text-center">
MP-TAB
<i class="fa fa-download"></i>
</h2>
<a href="@Url.Action("Download", "Home", new { caller="TAB" })" class="btn btn-outline-secondary btn-lg fullWidth @ViewBag.TabDisabled">
<strong>@ViewBag.VersMpTab</strong>
</a>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
+1
View File
@@ -10,6 +10,7 @@
<body>
<div class="navbar navbar-expand-sm navbar-dark bg-dark fixed-top">
<div class="container">
<img class="img-fluid" style="height: 40px;" src="~/images/SteamwareLogoOnly.png" />
@Html.ActionLink("MoonPro suite", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarContent">
<span class="navbar-toggler-icon"></span>
Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB