many bug fixes and features added

This commit is contained in:
2026-06-27 12:15:37 -04:00
parent f60174625e
commit 78dbbc2051
51 changed files with 1459 additions and 124 deletions

View File

@@ -3,7 +3,13 @@
ViewData["Title"] = "Registration by Gender";
}
<h2>Registration by Gender</h2>
<div class="d-flex justify-content-between align-items-center mb-3">
<h2 class="mb-0">Registration by Gender</h2>
<div class="d-flex gap-2">
<a asp-action="RegistrationByGenderExcel" asp-route-tournamentId="@ViewBag.TournamentId" asp-route-zoneId="@ViewBag.ZoneId" class="btn btn-success"><i class="bi bi-file-earmark-excel"></i> Export to Excel</a>
<a asp-action="RegistrationByGenderPdf" asp-route-tournamentId="@ViewBag.TournamentId" asp-route-zoneId="@ViewBag.ZoneId" class="btn btn-outline-danger"><i class="bi bi-file-earmark-pdf"></i> PDF</a>
</div>
</div>
<hr />
<table class="table table-striped table-hover">