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
/
LocalEvalCoopService
/
Edit File Name :
_coopLocalEvaluationList.cshtml
@model RER_Project.DataAccess.ViewModels.CoopEvaluation.CoopEvaluationViewModel @using RER_Project.BusinessLayer.BusinessService @using RER_Project.Core.Helpers @{ var meta = AppUserService.GetCurrent(); } <br /> @*<div class="row"> <div class="col-lg-12"> <div class="pull-right"> <table class="table-condensed table table-bordered"> <tbody> <tr> <th>क श्रेणीका स्थानीय निकाय</th> <td>Less Urgent</td> <td> <strong>कुल प्राप्तांक</strong> > 18 </td> </tr> <tr> <th>ख श्रेणीका स्थानीय निकाय</th> <td>Urgent</td> <td> 18 <= <strong>कुल प्राप्तांक</strong> > 11</td> </tr> <tr> <th>ग श्रेणीका स्थानीय निकाय</th> <td>Highly Urgent</td> <td> <strong>कुल प्राप्तांक</strong> < 11</td> </tr> </tbody> </table> </div> </div> </div>*@ <div style="overflow-x:auto;display:block"> <table class="table table-hover table-bordered"> <thead> <tr> <th># SN</th> <th>Id</th> <th>Province</th> <th>District</th> <th>Municipality</th> <th>Chairman</th> <th>Employee Name</th> <th>Entered By</th> <th>Eval. Count</th> <th>Action</th> </tr> </thead> <tbody> @{ int serialNo = 1; } @foreach (var item in Model.CoopLocalEvaluationList) { <tr class="clickable collapse-row collapsed" style="background: lavender;"> <td> <label> <label> @((Model.PagerHelper.CurrentPage - 1) * 10 + @serialNo)</label> </label> </td> <td>@item.id</td> <td>@item.province</td> <td>@item.district</td> <td>@item.municipality</td> <td>@item.chairman_or_mayor_name</td> <td>@item.local_level_employee_name</td> <td>@item.user_name</td> <td>@item.coop_assessment</td> <td> @if (meta.RoleId == (int)EnumRoleHelper.Roles.MnE) { <a href="/local_evaluation_form/edit/@item.id" style="font-size:15px;padding:5px"> <i class="fa fa-edit"></i></a> <a href="#" onclick="deleteCoopLocalEvaluation('@item.id')" style="font-size:15px;padding:5px;color:red"> <i class="fa fa-trash"></i></a> } <a href="#" onclick="createPDF('@item.id')" class="btn pull-right"> <img src="/Images/ExternalIcon/pdf.png" style="height: 32px; width: 25px; padding-bottom: 5px; margin: -8px;"> </a> <i data-target="#accordion_@serialNo" data-toggle="collapse" style="float:right;cursor:pointer" onclick="toogleArrow(this)" class="fa fa-arrow-up"></i> @*<a href="/coop_questionaries/evaluation/@item.id" title="Questionaries" style="font-size:15px;padding:5px"> <span class="badge" style="color:green"><small>Questionaries</small> </span> </a>*@ </td> </tr> <tr> <td colspan="12" style="width:600px"> <div id="accordion_@serialNo" class="collapse"> <div class="pull-right" style="padding-right: 15px;"> <a class="btn btn-primary btn-sm" onclick="coopQuestionariesInsert('@item.id')" style="padding-right:10px">Create</a> @*<input type="button" id="select_all" value="Invite User" />*@ </div> <table class="table table-hover table-bordered"> <thead> <tr> <th>Date</th> <th>Total Point</th> <th>Status</th> <th>Action</th> </tr> </thead> <tbody> @foreach (var data in LocalEvaluationCoopService.GetCoopLocalEvaluationQuestionairesList(item.id)) { var totalPoint = data.total_point; <tr> <td>@data.questionaires_date_nepali.ToString() BS</td> <td>@data.total_point</td> <td> @if (totalPoint <= 10) { <label>ग श्रेणीका स्थानीय निकाय ( Highly Urgent )</label> } else if (totalPoint > 11 && totalPoint <= 18) { <label>ख श्रेणीका स्थानीय निकाय ( Urgent ) </label> } else { <label>क श्रेणीका स्थानीय निकाय ( Less Urgent )</label> } </td> <td> @if (meta.RoleId == (int)EnumRoleHelper.Roles.MnE) { <a onclick="coopQuestionariesEdit('@data.id','@data.local_coop_eval_id')" style="padding-right:10px"><i style='cursor:pointer;' class='fa fa-edit'></i></a> <a class="" style='font-size:14px;padding:5px' onclick="deleteCoopAssessment(@data.id)"><i style='cursor:pointer;color:red' class='fa fa-trash'></i></a> } <a class='' style='font-size:14px;padding:5px' onclick="openCoopModelPopUp(@data.id)"><i style='cursor:pointer;' class='fa fa-eye'></i></a> </td> </tr> } </tbody> </table> </div> </td> @{ serialNo++; } </tr> } </tbody> </table> @* View Data Model Popup *@ <div class="modal inmodal" id="viewIndividualQuestionariesData" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content animated"> <div> </div> <div class="modal-body"> <button type="button" class="close" data-dismiss="modal">×</button> <p> <div class="row"> <div class="form-group col-md-12"> <h4>Date: <span id="nepaliDate"></span> @*Total Points : <span id="totalPPIValue"></span>*@ </h4> </div> <div class="form-group col-md-12"> <label style="color:black;font-size:14px"> १. स्थानीय तहले सहकारी क्षेत्रको विकासको लागि सहकारी ऐन/बिनियामवाली जारी गर्ने बाहेक कुनै दीर्घकालीन योजना तयार पारेको छ ?</label><br> <i class="fa fa-hand-o-right" aria-hidden="true"></i> <strong><span id="q1"> </span></strong> </div> <div class="form-group col-md-12"> <label style="color:black;font-size:14px">२. स्थानीय तहले आफ्नो कार्यक्षेत्रभित्र रहेका सहकारी संस्थाहरुको अनुगमन र मूल्यांकन नियमित रुपमा गर्ने गरेको छ ?</label> <br> <i class="fa fa-hand-o-right" aria-hidden="true"></i> <strong><span id="q2"> </span></strong> </div> <div class="form-group col-md-12"> <label style="color:black;font-size:14px">३. स्थानीय तहले सहकारी संस्थाको दर्ता रजिस्ट्रेसन, अनुमति, खारेजी विघटन लगायतका संस्थापकीय कार्यहरू साथै, नियमन, प्रबद्र्धन र विकासको लागि सहकारी इकाईको रुपमा छुट्टै शाखा खडा गरी पूर्णकालिन कर्मचारी तोकिएको अवस्था छ ?</label> <br> <i class="fa fa-hand-o-right" aria-hidden="true"></i> <strong><span id="q3"> </span></strong> </div> <div class="form-group col-md-12" id="q3_head_email_contact_show"> <div class="col-lg-12"> नाम : <strong><span id="q3_head_name"> </span></strong> </div> <div class="col-lg-12"> इमेल : <strong><span id="q3_email"> </span></strong> </div> <div class="col-lg-12"> मोबाईल नं : <strong><span id="q3_contact"> </span></strong> </div> </div> <div class="form-group col-md-12"> <label style="color:black;font-size:14px">४.तत्कालिन सहकारी प्रशिक्षण तथा डिभिजन कार्यालय वा डिभिजन सहकारी कार्यालयले स्थानीय तहलाई हस्तान्तरण गरेको सहकारी संस्थाहरुको अभिलेखको अध्याबधिक गरेको/नगरेको?</label> <br> <i class="fa fa-hand-o-right" aria-hidden="true"></i> <strong><span id="q4"> </span></strong> </div> <div class="form-group col-md-12"> <label><strong>५.स्थानीय तहको सहकारी हेर्ने शाखा/इकाईमा सहकारी संस्थाहरुको अभिलेखीकरणमा लगायत अन्य कार्यहरुमा कम्प्युटर वा अन्य IT प्रविधिको को प्रयोग ?</strong></label><br> <i class="fa fa-hand-o-right" aria-hidden="true"></i> <strong><span id="q5"> </span></strong> </div> <div class="form-group col-md-12"> <label><strong>६.स्थानीय तहको सहकारी हेर्ने शाखा/इकाईमा कार्यरत कर्मचारीहरुले स्थानीय तह वा अन्य कहिँबाट सहकारी संचालन, प्रवद्र्धन र विकाससम्बन्धि कुनै किसिमको तालिम प्राप्त गरेको ?</strong></label> <br> <i class="fa fa-hand-o-right" aria-hidden="true"></i> <strong><span id="q6"> </span></strong> </div> <div class="form-group col-md-12"> <label><strong>७.स्थानीय तहले सहकारी संस्थाका कर्मचारीको क्षमता विकासका लागि कार्यक्रम तर्जुमा गर्ने र कार्यान्वयन गर्ने गरेको छ ?</strong> </label><br> <i class="fa fa-hand-o-right" aria-hidden="true"></i> <strong><span id="q7"> </span></strong> </div> <div class="form-group col-md-12"> <label><strong>८.सहकारीको तथ्यांक व्यबस्थापन हेतु स्थानीय तहसँग कम्प्यूटर/सफ्टवेयर/COPOMIS संचालन र प्रयोगमा रहेको अवस्था ?</strong></label><br> <i class="fa fa-hand-o-right" aria-hidden="true"></i> <strong><span id="q8"> </span></strong> </div> <div class="form-group col-md-12"> <label><strong>९ स्थानीय तहले आफ्नो क्षेत्रभित्र रहेका सहकारी संस्थाहरुसँग चौमासिक रुपमा प्रतिवेदन लिने गरेको भए ? </strong></label><br> <i class="fa fa-hand-o-right" aria-hidden="true"></i> <strong><span id="q9"> </span></strong> </div> <div class="form-group col-md-12"> <label style="color:black;font-size:14px">१०. सहकारी सम्बन्धी तथ्यांक अध्याबधिक गरी बार्षिक प्रतिवेदन तयार गर्ने गरेको/नगरेको?</label><br> <i class="fa fa-hand-o-right" aria-hidden="true"></i> <strong><span id="q10"> </span></strong> </div> </div> </p> </div> <div class="modal-footer"> </div> </div> </div> </div> @* End View Data Model Popup *@ <div class="pagination" id="pagination_active"> @if (Model.PagerHelper.CurrentPage > 1) { <button class="btn btn-primary" value="@(Model.PagerHelper.CurrentPage-1)" id="@(Model.PagerHelper.CurrentPage-1)" onclick="callSearchPagination(@(Model.PagerHelper.CurrentPage-1))">Prev </button> } @for (long i = Model.PagerHelper.StartPage; i < (Model.PagerHelper.EndPage + 1); i++) { <button class="btn @(Model.PagerHelper.CurrentPage == i ? "btn-primary active" : "")" value="@i" id="@i" onclick="callSearchPagination(@i)">@i</button> } @if (Model.PagerHelper.CurrentPage < Model.PagerHelper.TotalPages) { <button class="btn btn-primary" value="@(Model.PagerHelper.CurrentPage+1)" id="@(Model.PagerHelper.CurrentPage+1)" onclick="callSearchPagination(@(Model.PagerHelper.CurrentPage+1))">Next</button> } </div> </div> @section scripts{ <script> // DOM ready handler if needed $(function () { // alert("called") window.initializeSelectApis(); window.initializeCascadeLocation(); }); </script> } @*<style> .modal-dialog { width: 100%; height: 100%; padding: 0; } .modal-content { height: 100%; border-radius: 0; } </style>*@ <style> .pagination { display: inline-block; } .pagination a { color: black; float: left; padding: 8px 16px; text-decoration: none; transition: background-color .3s; border: 1px solid #ddd; } .pagination a.active { background-color: #4CAF50; color: white; border: 1px solid #4CAF50; } .pagination a:hover:not(.active) { background-color: #ddd; } .td:nth-child(7) { min-width: 100px; } @@media(max-width:756px) { .dropdown-spacing { padding-bottom: 10px; } } </style>
Save