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
/
VITA
/
Views
/
Cooperative
/
Edit File Name :
Feek2Reports.cshtml
@model List<RER_Project.DataAccess.Functions.Fn_Feek2_Reporting> @{ ViewBag.Title = "Feek2Reports"; } <div class="wrapper wrapper-content animated fadeInRight" style="padding:0px"> <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-md-12"> <ol class="breadcrumb"> <li class="active"> <strong>FEEK2 Report</strong> </li> </ol> </div> </div> <br /> <div class="row"> <div class="col-lg-12"> <div class="ibox float-e-margins"> <div class="ibox-content"> <div class="form-horizontal"> <div class="form-group"> <div class="col-md-4"> <strong> Fiscal Year :</strong> <select class="form-control required" name="FiscalYearId" id="FiscalYearId" onchange="assignLink()" data-api="/fiscal_year_unlocked/select"></select> </div> <div class="form-group col-md-4" style="padding-left:20px;padding-top:18px"> <button type="button" id="filter" name="filter" class="btn btn-primary center-orientation"> <i class="fa fa-search" aria-hidden="true"></i></button> <button type="button" id="clear" name="clear" class="btn btn-primary center-orientation"> <i class="fa fa-refresh" aria-hidden="true"></i></button> </div> <div class="pull-right"> <a id="links" href="/cooperative/feek2/excel/?fy=0" class="btn" title="Feek2 Reports"> <img src="~/Images/ExternalIcon/excel.png" style="height:32px;width:32px;padding-bottom:5px" /></a> </div> </div> </div> <hr /> <div id="loadFeek2Reports"></div> </div> </div> </div> </div> </div> <script> $(document).ready(function () { window.initializeSelectApis(); loadFeek2Reports(); }); $('#filter').off("click").on("click", function () { //WorkForce.loader.show(); loadFeek2Reports(); }); $('#clear').off("click").on("click", function () { $("#FiscalYearId").val(""); document.getElementById("links").href = "/cooperative/feek2/excel/?fy=0"; loadFeek2Reports(); }); function assignLink() { document.getElementById("links").href = "/cooperative/feek2/excel/?fy="+$("#FiscalYearId").val(); } function loadFeek2Reports() { $('#loadFeek2Reports').load("/cooperative/feek2/list/?fy="+ $("#FiscalYearId").val()), function (response, status, xhr) { if (status == "error") { var msg = "Sorry but there was an error: "; ShowMessage("error", "error", msg + xhr.status + " " + xhr.statusText); }; WorkForce.loader.hide(); }; } </script>
Save