Files
MoonPro.net/MP/Views/Home/Packages.cshtml
T
2017-11-08 15:05:57 +01:00

74 lines
2.4 KiB
Plaintext

@{
ViewBag.Title = "SteamWare's MoonPro Suite";
}
<h2>@ViewBag.Title</h2>
<h3>@ViewBag.Message</h3>
<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 VERS</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-default 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-default 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-default 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-default 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-default 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-default btn-lg fullWidth @ViewBag.TabDisabled">
<strong>@ViewBag.VersMpTab</strong>
</a>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
<i>@ViewBag.Results</i>
</div>
</div>