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
/
mapqa
/
Views
/
Cooperative
/
Edit File Name :
_Feek2ReportList.cshtml
@model List<RER_Project.DataAccess.Functions.Fn_Feek2_Reporting> @if (Model.Count > 0) { <div> <div class="form-horizontal"> <div class="form-group"> <div class="col-md-3"> Component : <strong>@Model[0].component</strong> </div> <div class="col-md-3"> Sub Component : <strong>@Model[0].subcomponent</strong> </div> <div class="col-md-6"> Activity : <strong>@Model[0].activity</strong> </div> </div> </div> <hr /> <table class="table table-bordered"> <thead> <tr> <th>Member Name</th> <th>Group Name</th> <th>Province</th> <th>District</th> <th>Municipality</th> <th>Ward</th> <th>Gender</th> <th>Age</th> <th>Origin</th> <th>Ethnicity</th> <th>Phone Number</th> <th>Fiscal Year</th> </tr> </thead> <tbody> @foreach (var item in Model) { <tr> <td>@item.fullname</td> <td>@item.groupname</td> <td>@item.province</td> <td>@item.district</td> <td>@item.municipality</td> <td>@item.ward</td> <td>@item.gender</td> <td>@item.age</td> <td>@item.origin</td> <td>@item.ethnicity</td> <td>@item.contactno</td> <td>@item.fiscalyear</td> </tr> } </tbody> </table> </div> } else { <div style="text-align:center"> No Data </div> }
Save