|
@@ -810,6 +810,10 @@ element.style {
|
|
|
.pro_top_rating > input:checked ~ label:hover ~ label {
|
|
|
color: #FECE31;
|
|
|
}
|
|
|
+
|
|
|
+ .hand{
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
</style>
|
|
|
<body>
|
|
|
<header id="" class="defaultscroll sticky">
|
|
@@ -971,11 +975,15 @@ element.style {
|
|
|
<span class="title" style="font-size:11px; font-weight: 600;">Concept :</span>
|
|
|
<div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
|
|
|
@if($proposal_details->concept==1)
|
|
|
- <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
+ <span class="top_part_status_name" style="background: #bcfaca; color: #0a9652;">
|
|
|
Good
|
|
|
</span>
|
|
|
+ @elseif($proposal_details->concept==2)
|
|
|
+ <span class="top_part_status_name" style="background: #ffca84; color: #ee8414;">
|
|
|
+ Average
|
|
|
+ </span>
|
|
|
@else
|
|
|
- <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
+ <span class="top_part_status_name" style="background: #f8c8c8; color: #db390c;">
|
|
|
Poor
|
|
|
</span>
|
|
|
@endif
|
|
@@ -983,7 +991,8 @@ element.style {
|
|
|
<i class="fa fa-caret-down dropdown-toggle add_hover tooltips" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" data-original-title="Change Status" style="color: #8c9094;"></i>
|
|
|
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton" x-placement="bottom-start" style="position: absolute; transform: translate3d(10px, 13px, 0px); top: 0px; left: 0px; will-change: transform; margin-left: -75px; z-index: 2; margin-top: 10px;">
|
|
|
<a class="dropdown-item concept_change" data-val="1" @if($proposal_details->concept==1) {{'activate'}} @endif" data-id="{{$proposal_details->id}}" name="concept">Good</a>
|
|
|
- <a class="dropdown-item concept_change" data-val="2" @if($proposal_details->concept==2) {{'activate'}} @endif" data-id="{{$proposal_details->id}}" name="concept">Poor</a>
|
|
|
+ <a class="dropdown-item concept_change" data-val="2" @if($proposal_details->concept==2) {{'activate'}} @endif" data-id="{{$proposal_details->id}}" name="concept">Average</a>
|
|
|
+ <a class="dropdown-item concept_change" data-val="3" @if($proposal_details->concept==3) {{'activate'}} @endif" data-id="{{$proposal_details->id}}" name="concept">Poor</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -991,38 +1000,46 @@ element.style {
|
|
|
<div class="single_glance_row mt-1" style="border-bottom: none;">
|
|
|
<span class="title" style="font-size:11px; font-weight: 600;">Status :</span>
|
|
|
<div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
|
|
|
- @if($proposal_details->proposal_status==NULL)
|
|
|
- <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
- Hold
|
|
|
- </span>
|
|
|
- @endif
|
|
|
@if($proposal_details->proposal_status==1)
|
|
|
<span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
- In Review
|
|
|
+ New
|
|
|
</span>
|
|
|
@endif
|
|
|
@if($proposal_details->proposal_status==2)
|
|
|
<span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
- Pause
|
|
|
+ Reviewing
|
|
|
</span>
|
|
|
@endif
|
|
|
@if($proposal_details->proposal_status==3)
|
|
|
<span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
- Rejected
|
|
|
+ Pause
|
|
|
</span>
|
|
|
@endif
|
|
|
@if($proposal_details->proposal_status==4)
|
|
|
+ <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
+ Hold
|
|
|
+ </span>
|
|
|
+ @endif
|
|
|
+ @if($proposal_details->proposal_status==5)
|
|
|
<span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
Interested
|
|
|
</span>
|
|
|
@endif
|
|
|
+
|
|
|
+ @if($proposal_details->proposal_status==6)
|
|
|
+ <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
+ Rejected
|
|
|
+ </span>
|
|
|
+ @endif
|
|
|
<div class="dropdown" style="top: -2px; position: absolute; right: 9px;">
|
|
|
<i class="fa fa-caret-down dropdown-toggle add_hover tooltips" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" data-original-title="Change Status" style="color: #8c9094;"></i>
|
|
|
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton" x-placement="bottom-start" style="position: absolute; transform: translate3d(10px, 13px, 0px); top: 0px; left: 0px; will-change: transform; margin-left: -75px; z-index: 2; margin-top: 10px;">
|
|
|
- <a class="dropdown-item status_change hand" data-val="1" data-id="{{$proposal_details->id}}" name="proposal_status">In Review</a>
|
|
|
- <a class="dropdown-item status_change hand" data-val="2" data-id="{{$proposal_details->id}}" name="proposal_status">Pause</a>
|
|
|
- <a class="dropdown-item status_change hand" data-val="3" data-id="{{$proposal_details->id}}" name="proposal_status">Rejected</a>
|
|
|
- <a class="dropdown-item status_change hand" data-val="4" data-id="{{$proposal_details->id}}" name="proposal_status">Interested</a>
|
|
|
+ {{-- <a class="dropdown-item status_change hand" data-val="1" data-id="{{$proposal_details->id}}" name="proposal_status">New</a> --}}
|
|
|
+ <a class="dropdown-item status_change hand" data-val="2" data-id="{{$proposal_details->id}}" name="proposal_status">In Review</a>
|
|
|
+ <a class="dropdown-item status_change hand" data-val="3" data-id="{{$proposal_details->id}}" name="proposal_status">Pause</a> <!--Push means less than 2 seconds does one thing -->
|
|
|
+ <a class="dropdown-item status_change hand" data-val="4" data-id="{{$proposal_details->id}}" name="proposal_status">Hold</a> <!--holding it for longer does something-->
|
|
|
+ <a class="dropdown-item status_change hand" data-val="5" data-id="{{$proposal_details->id}}" name="proposal_status">Interested</a>
|
|
|
+ <a class="dropdown-item status_change hand" data-val="6" data-id="{{$proposal_details->id}}" name="proposal_status">Rejected</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1038,257 +1055,71 @@ element.style {
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="col-md-3 mt-4" style="padding: 0px 0px 0px 23px;">
|
|
|
- <!-- <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
|
|
|
- <div class="info-palate mt-0" style="margin:0px;">
|
|
|
- <div class="left">
|
|
|
- <div>
|
|
|
- <div class="single_glance_row mt-1">
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">Proposal Quality :</span>
|
|
|
- <span class="tbl2 mb-2 pro_top_rating" style="float:right;">
|
|
|
- <input type="radio" class="rate_star_update" data-id="{{$proposal_details->id}}" id="star5" name="rate" value="5" @if($proposal_details->proposal_quality ==5) checked @endif/>
|
|
|
- <label class="rate_star hand tooltips" for="star5" title="5 stars"></label>
|
|
|
- <input type="radio" class="rate_star_update" data-id="{{$proposal_details->id}}" id="star4" name="rate" value="4" @if($proposal_details->proposal_quality ==4) checked @endif/>
|
|
|
- <label class="rate_star hand tooltips" for="star4" title="4 stars"></label>
|
|
|
- <input type="radio" class="rate_star_update" data-id="{{$proposal_details->id}}" id="star3" name="rate" value="3" @if($proposal_details->proposal_quality ==3) checked @endif/>
|
|
|
- <label class="rate_star hand tooltips" for="star3" title="3 stars"></label>
|
|
|
- <input type="radio" class="rate_star_update" data-id="{{$proposal_details->id}}" id="star2" name="rate" value="2" @if($proposal_details->proposal_quality ==2) checked @endif/>
|
|
|
- <label class="rate_star hand tooltips" for="star2" title="2 stars"></label>
|
|
|
- <input type="radio" class="rate_star_update" data-id="{{$proposal_details->id}}" id="star1" name="rate" value="1" @if($proposal_details->proposal_quality ==1) checked @endif/>
|
|
|
- <label class="rate_star hand tooltips" for="star1" title="1 star"></label>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- <div class="single_glance_row mt-1">
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">Concept :</span>
|
|
|
- <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
|
|
|
- @if($proposal_details->concept==1)
|
|
|
- <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
- Good
|
|
|
- </span>
|
|
|
- @else
|
|
|
- <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
- Poor
|
|
|
- </span>
|
|
|
- @endif
|
|
|
- <div class="dropdown" style="top:-2px; position: absolute; right: 9px;">
|
|
|
- <i class="fa fa-caret-down dropdown-toggle add_hover tooltips" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" data-original-title="Change Status" style="color: #8c9094;"></i>
|
|
|
- <div class="dropdown-menu" aria-labelledby="dropdownMenuButton" x-placement="bottom-start" style="position: absolute; transform: translate3d(10px, 13px, 0px); top: 0px; left: 0px; will-change: transform; margin-left: -75px; z-index: 2; margin-top: 10px;">
|
|
|
- <a class="dropdown-item concept_change" data-val="1" @if($proposal_details->concept==1) {{'activate'}} @endif" data-id="{{$proposal_details->id}}" name="concept">Good</a>
|
|
|
- <a class="dropdown-item concept_change" data-val="2" @if($proposal_details->concept==2) {{'activate'}} @endif" data-id="{{$proposal_details->id}}" name="concept">Poor</a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="single_glance_row mt-1">
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">Status :</span>
|
|
|
- <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
|
|
|
- @if($proposal_details->proposal_status==NULL)
|
|
|
- <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
- Hold
|
|
|
- </span>
|
|
|
- @endif
|
|
|
- @if($proposal_details->proposal_status==1)
|
|
|
- <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
- In Review
|
|
|
- </span>
|
|
|
- @endif
|
|
|
- @if($proposal_details->proposal_status==2)
|
|
|
- <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
- Pause
|
|
|
- </span>
|
|
|
- @endif
|
|
|
- @if($proposal_details->proposal_status==3)
|
|
|
- <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
- Rejected
|
|
|
- </span>
|
|
|
- @endif
|
|
|
- @if($proposal_details->proposal_status==4)
|
|
|
- <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|
|
|
- Interested
|
|
|
- </span>
|
|
|
- @endif
|
|
|
- <div class="dropdown" style="top: 0.4px; position: absolute; right: 9px;">
|
|
|
- <i class="fa fa-caret-down dropdown-toggle add_hover tooltips" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" data-original-title="Change Status" style="color: #8c9094;"></i>
|
|
|
- <div class="dropdown-menu" aria-labelledby="dropdownMenuButton" x-placement="bottom-start" style="position: absolute; transform: translate3d(10px, 13px, 0px); top: 0px; left: 0px; will-change: transform; margin-left: -75px; z-index: 2; margin-top: 10px;">
|
|
|
- <a class="dropdown-item status_change hand" data-val="1" data-id="{{$proposal_details->id}}" name="proposal_status">In Review</a>
|
|
|
- <a class="dropdown-item status_change hand" data-val="2" data-id="{{$proposal_details->id}}" name="proposal_status">Pause</a>
|
|
|
- <a class="dropdown-item status_change hand" data-val="3" data-id="{{$proposal_details->id}}" name="proposal_status">Rejected</a>
|
|
|
- <a class="dropdown-item status_change hand" data-val="4" data-id="{{$proposal_details->id}}" name="proposal_status">Interested</a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="single_glance_row mt-1 d-none" id="feedback" style="border-bottom: none;">
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">Feedback :</span>
|
|
|
- <span class="tbl2">
|
|
|
- <div class="mb-2">
|
|
|
- <div class="form-icon position-relative">
|
|
|
- <input type="hidden" name="p_status" id="p_status" value="">
|
|
|
- <textarea class="form-control" name="message" id="message" required="">{{$proposal_details->feedback_msg ?? ''}}</textarea>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="text-end">
|
|
|
- <button class="btn btn2 feedback_btn" data-id="{{$proposal_details->id}}">Save</button>
|
|
|
- </div>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div> -->
|
|
|
- <!-- <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
|
|
|
- <div class="info-palate mt-0">
|
|
|
- <div class="left">
|
|
|
- <div class="ad_pref_item_header mb-2">
|
|
|
- <div class="Feedback">Applicante Profile</div>
|
|
|
- </div>
|
|
|
-
|
|
|
- @if(count($education_history))
|
|
|
- @foreach($education_history as $row)
|
|
|
- <div class="summary_edu_part mt-1">
|
|
|
- <div class="education_head">
|
|
|
- <div class="left">
|
|
|
- <span class="edu_title">{{cn($row,'academic_level_info.name','')}}</span>
|
|
|
- </div>
|
|
|
- <div class="right">
|
|
|
- <span class="label_badge_radius" style="font-weight: 600; background: #fff;">{{$row->result}} </span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="education_body mt-3">
|
|
|
- <ul>
|
|
|
- <li>{{$row->subject}}</li>
|
|
|
- <li>{{$row->institution}}</li>
|
|
|
- <li>{{date('M Y', strtotime($row->start_date))}} - {{date('M Y', strtotime($row->end_date))}}</li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- @endforeach
|
|
|
- @endif
|
|
|
- <div class="summary_ielts_part">
|
|
|
- <div class="education_head">
|
|
|
- <div class="left">
|
|
|
- <span class="edu_title">{{cn($proposal_details,'scores.test_name','')}}</span>
|
|
|
- <div class="expiration">
|
|
|
- <span class="tooltips" style="font-size: 11px; color: #868e96;" data-original-title="Expiration">
|
|
|
- <i class="fa fa-calendar-check-o mr-1" style="color: #908f8f;"></i>
|
|
|
- {{ date('d M Y', strtotime(cn($proposal_details,'scores.test_date','')))}}
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- <span class="label_badge_radius" style="position: absolute; right: 0; font-weight: 600; background-image: linear-gradient(to right, rgb(46 17 83 / 19%), rgb(245, 244, 253)); color: rgb(46, 17, 83);">{{cn($proposal_details,'scores.overall_score','')}}</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="education_body mt-3" style="border-bottom: 1px solid #e8eef1;padding: 8px 0px">
|
|
|
- <div class="result" style="display: flex;">
|
|
|
- <div class="result-part" style="font-size: 11px;">
|
|
|
- <span class="single_point">Speaking:
|
|
|
- <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.speaking','')}} ,
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- <div class="result-part" style="font-size: 11px;">
|
|
|
- <span class="single_point">Listening:
|
|
|
- <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.listening','')}} ,
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- <div class="result-part" style="font-size: 11px;">
|
|
|
- <span class="single_point">Writing:
|
|
|
- <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.writing','')}} ,
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- <div class="result-part" style="font-size: 11px;">
|
|
|
- <span class="single_point">Reading:
|
|
|
- <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.reading','')}} ,
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="single_glance_row mt-1">
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">Work Exp:</span>
|
|
|
- <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">{{work_experience($start_date ?? NULL, $end_date ?? NULL)}}</span>
|
|
|
- <span style="font-size: 11px; color: #868e96;">@if(isset($start_date) && is_null($end_date))({{date('d M Y', strtotime($start_date))}} - Continue)@endif</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div> -->
|
|
|
+ <div class="col-md-3 mt-4" style="padding: 0px 0px 0px 23px;">
|
|
|
<div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
|
|
|
<div class="info-palate mt-0">
|
|
|
<div class="left">
|
|
|
<div class="mb-2">
|
|
|
<div class="Feedback" style="font-size: 17px; font-weight: 700;">Applicante Profile</div>
|
|
|
</div>
|
|
|
+ @if(count($education_history) > 0)
|
|
|
+ @foreach($education_history as $row)
|
|
|
<div class="summary_edu_part mt-1">
|
|
|
<div class="education_head">
|
|
|
<div class="left">
|
|
|
- <span class="edu_title">Masters</span>
|
|
|
+ <span class="edu_title">{{cn($row,'academic_level_info.name','')}}</span>
|
|
|
</div>
|
|
|
<div class="right">
|
|
|
- <span class="label_badge_radius" style="font-weight: 600; background: #1416398a; color: white;">3</span>
|
|
|
+ <span class="label_badge_radius" style="font-weight: 600; background: #1416398a; color: white;">{{$row->result}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="education_body mt-2">
|
|
|
<ul>
|
|
|
- <li>subject</li>
|
|
|
- <li>institution</li>
|
|
|
- <li>passing date</li>
|
|
|
+ <li>{{$row->subject}}</li>
|
|
|
+ <li>{{$row->institution}}</li>
|
|
|
+ <li>{{$row->passing_year}}</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <!-- <div class="summary_edu_part mt-3">
|
|
|
- <div class="education_head">
|
|
|
- <div class="left">
|
|
|
- <span class="edu_title">Publication</span>
|
|
|
- </div>
|
|
|
- <div class="right"></div>
|
|
|
- </div>
|
|
|
- <div class="education_body mt-2">
|
|
|
- <ul>
|
|
|
- <li>Title</li>
|
|
|
- <li>status</li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
+ @endforeach
|
|
|
+ @endif
|
|
|
+
|
|
|
<div class="summary_ielts_part mt-2 ms-2">
|
|
|
<div class="education_head">
|
|
|
<div class="left">
|
|
|
- <span class="edu_title">IELTS</span>
|
|
|
+ <span class="edu_title">{{cn($proposal_details,'scores.test_name','')}}</span>
|
|
|
<div class="expiration">
|
|
|
<span class="tooltips" style="font-size: 11px; color: #868e96;" data-original-title="Expiration">
|
|
|
<i class="fa fa-calendar-check-o mr-1" style="color: #908f8f;"></i>
|
|
|
- 1 May 2023
|
|
|
+ @if(!empty($proposal_details->scores->expiration_date)) {{ date('d M Y', strtotime(cn($proposal_details,'scores.expiration_date','')))}} @else @endif
|
|
|
</span>
|
|
|
</div>
|
|
|
- <span class="label_badge_radius" style="position: absolute; right: 10px; font-weight: 600; background: #1416398a; color: white;">7</span>
|
|
|
+ <span class="label_badge_radius" style="position: absolute; right: 10px; font-weight: 600; background: #1416398a; color: white;">{{cn($proposal_details,'scores.overall_score','')}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="education_body mt-1" style="border-bottom: 1px solid #e8eef1;padding: 8px 0px">
|
|
|
<div class="result" style="display: flex;">
|
|
|
<div class="result-part" style="font-size: 11px;">
|
|
|
<span class="single_point">Speaking:
|
|
|
- <span class="point_number" style="font-weight: 700;">3 ,
|
|
|
+ <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.speaking','')}} ,
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="result-part" style="font-size: 11px;">
|
|
|
<span class="single_point ms-2">Listening:
|
|
|
- <span class="point_number" style="font-weight: 700;">1 ,
|
|
|
+ <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.listening','')}} ,
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="result-part" style="font-size: 11px;">
|
|
|
<span class="single_point ms-2">Writing:
|
|
|
- <span class="point_number" style="font-weight: 700;">2 ,
|
|
|
+ <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.writing','')}} ,
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="result-part" style="font-size: 11px;">
|
|
|
<span class="single_point ms-2">Reading:
|
|
|
- <span class="point_number" style="font-weight: 700;">3
|
|
|
+ <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.reading','')}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -1297,17 +1128,29 @@ element.style {
|
|
|
</div>
|
|
|
<div class="single_glance_row mt-1">
|
|
|
<span class="title" style="font-size:11px; font-weight: 600;">Work Experience:</span>
|
|
|
- <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">no</span>
|
|
|
+ @if($proposal_details->student_details->is_work_experience ==1)
|
|
|
+ <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">yes</span>
|
|
|
+ @else
|
|
|
+ <span class="label_badge_radius" style="background: #f1ac93 !important; color: #f80707; margin-left: 3px;">no</span>
|
|
|
+ @endif
|
|
|
<span style="font-size: 11px; color: #868e96;"></span>
|
|
|
</div>
|
|
|
<div class="single_glance_row mt-1">
|
|
|
<span class="title" style="font-size:11px; font-weight: 600;">Have you ever attended any conferences<br> to present your papers?</span>
|
|
|
- <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">no</span>
|
|
|
+ @if($proposal_details->student_details->is_attended_conference ==1)
|
|
|
+ <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">yes</span>
|
|
|
+ @else
|
|
|
+ <span class="label_badge_radius" style="background: #f1ac93 !important; color: #f80707; margin-left: 3px;">no</span>
|
|
|
+ @endif
|
|
|
<span style="font-size: 11px; color: #868e96;"></span>
|
|
|
</div>
|
|
|
<div class="single_glance_row mt-1">
|
|
|
<span class="title" style="font-size:11px; font-weight: 600;">Do you have any Publication?</span>
|
|
|
- <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">no</span>
|
|
|
+ @if($proposal_details->student_details->is_publication ==1)
|
|
|
+ <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">yes</span>
|
|
|
+ @else
|
|
|
+ <span class="label_badge_radius" style="background: #f1ac93 !important; color: #f80707; margin-left: 3px;">no</span>
|
|
|
+ @endif
|
|
|
<span style="font-size: 11px; color: #868e96;"></span>
|
|
|
</div>
|
|
|
|
|
@@ -1321,8 +1164,8 @@ element.style {
|
|
|
<div class="card border-0" style="border-radius:6px !important;">
|
|
|
<div class="container-fluid">
|
|
|
<div class="row">
|
|
|
- <div class="col-md-12" style="width: 99%; background-color:white; border-radius: 6px; padding: 10px;">
|
|
|
- <div class="single_glance_row mt-1 d-none" id="feedback" style="border-bottom: none;">
|
|
|
+ <div class="col-md-12 d-none" id="feedback" style="width: 99%; background-color:white; border-radius: 6px; padding: 10px;">
|
|
|
+ <div class="single_glance_row mt-1" style="border-bottom: none;">
|
|
|
<span class="title" style="font-size:11px; font-weight: 600;">Feedback :</span>
|
|
|
<span class="tbl2">
|
|
|
<div class="mb-2">
|
|
@@ -1337,6 +1180,29 @@ element.style {
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ @if($proposal_details->feedback_msg)
|
|
|
+ <div class="col-md-12" style="width: 99%;font-size: 12px !important; background-color:#fff0d6; border-radius: 6px; padding: 10px;color: rgb(237, 14, 14);">
|
|
|
+ <div class="single_glance_row mt-1 single_edit_item">
|
|
|
+
|
|
|
+ <div class="row" style="display: flex;">
|
|
|
+ <div class="col-md-10" style="width: 90%;">
|
|
|
+ <span class="title" style="font-size:11px; font-weight: 600; color: rgb(237, 14, 14) !important;"> <i class="fa fa-warning" style="font-size: 11px; margin-right: 5px; color: rgb(237, 14, 14) !important; top: 0px; position: relative;"></i>
|
|
|
+ Feedback : {{$proposal_details->feedback_msg}} </span>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-md-2" style="width: 10%;">
|
|
|
+ <span class="title" style="font-size:11px; font-weight: 600;">
|
|
|
+ <button type="button" class="btn btn2 edit_feedback mb-1" data-id="{{$proposal_details->id}}" style="padding: 2px 5px !important; font-size: 11px;"><i class="fa fa-pencil"></i></button>
|
|
|
+ </span>
|
|
|
+ <span class="title" style="font-size:11px; font-weight: 600;">
|
|
|
+ <button type="button" class="btn btn2 delete_feedback mb-1" data-id="{{$proposal_details->id}}" style="padding: 2px 5px !important; font-size: 11px;"><i class="fa fa-trash" style="margin-left:2px;"></i></button>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1588,6 +1454,62 @@ element.style {
|
|
|
|
|
|
$(function(){
|
|
|
|
|
|
+ var form_row_added=false;
|
|
|
+
|
|
|
+ $('.edit_feedback').on('click', function(){
|
|
|
+ if(form_row_added){
|
|
|
+ $('.open_feedback_msg_info_div').remove();
|
|
|
+ form_row_added=false;
|
|
|
+ }
|
|
|
+ var self=$(this);
|
|
|
+ var self_tr=self.closest('.single_edit_item');
|
|
|
+
|
|
|
+ var std_propsal_id=self.data('id');
|
|
|
+
|
|
|
+ form_row_added=true;
|
|
|
+
|
|
|
+ self_tr.after(
|
|
|
+ "<div class='open_feedback_msg_info_div'><div class='open_feedback_msg_edit_info_div_inner'></div></div>"
|
|
|
+ );
|
|
|
+
|
|
|
+ fetch_sub_content(
|
|
|
+ '.open_feedback_msg_edit_info_div_inner',
|
|
|
+ "{{ route('sub-content', ['name'=>'edit_feedback_msg_form']) }}?std_propsal_id="+std_propsal_id
|
|
|
+ );
|
|
|
+
|
|
|
+ });
|
|
|
+
|
|
|
+ $('.delete_feedback').on('click', function(){
|
|
|
+ var id = $(this).attr("data-id");
|
|
|
+ var form_data={
|
|
|
+ _token: "{{ csrf_token() }}",
|
|
|
+ delete_id: id,
|
|
|
+ }
|
|
|
+ swal({
|
|
|
+ title: "Are you sure?",
|
|
|
+ text: "You will not be able to recover this data!",
|
|
|
+ type: "warning",
|
|
|
+ showCancelButton: true,
|
|
|
+ confirmButtonClass: "btn-danger",
|
|
|
+ cancelButtonClass: "btn-info",
|
|
|
+ confirmButtonText: "Yes, delete!",
|
|
|
+ cancelButtonText: "No, cancel!",
|
|
|
+
|
|
|
+ }, function(isConfirm){
|
|
|
+
|
|
|
+ if(isConfirm){
|
|
|
+ $.post("{{ route('ajax-post', ['name'=>'delete_student_feedback_msg']) }}",form_data
|
|
|
+ ).done(function(res){
|
|
|
+ pop_up_msg(res.msg);
|
|
|
+ window.location.reload();
|
|
|
+ }).fail(function(err){
|
|
|
+ pop_up_msg(err_msg(err), 'error');
|
|
|
+ });
|
|
|
+ }
|
|
|
+ });
|
|
|
+
|
|
|
+ });
|
|
|
+
|
|
|
$('.rate_star_update').on('click', function(){
|
|
|
var self =$(this);
|
|
|
var id =self.data('id');
|
|
@@ -1610,6 +1532,7 @@ element.style {
|
|
|
});
|
|
|
|
|
|
});
|
|
|
+
|
|
|
$('.concept_change').on('click', function(){
|
|
|
var self =$(this);
|
|
|
var id =self.data('id');
|
|
@@ -1660,8 +1583,8 @@ element.style {
|
|
|
'value':value
|
|
|
}
|
|
|
|
|
|
- if(value==1 || value==2){
|
|
|
-
|
|
|
+ if(value==2 || value ==3 || value ==4 || value ==5){ // 2 =Reviewing; 3 =Push; 4 =Hold; 5 =Interested
|
|
|
+ $("#feedback").addClass('d-none');
|
|
|
swal({
|
|
|
title: "Are you sure you want to change status?",
|
|
|
text: "Please check before submitting!",
|
|
@@ -1688,21 +1611,24 @@ element.style {
|
|
|
});
|
|
|
}
|
|
|
});
|
|
|
+ }else if(value == 6){
|
|
|
+ $("#feedback").removeClass('d-none');
|
|
|
+ $('input[name="p_status"]').val(value);
|
|
|
}
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
- $('.status_change').on('click', function(){
|
|
|
- var value = $(this).data('val');
|
|
|
- if(value ==3 || value ==4){
|
|
|
- $("#feedback").removeClass('d-none');
|
|
|
- $('input[name="p_status"]').val(value);
|
|
|
+ // $('.status_change').on('click', function(){
|
|
|
+ // var value = $(this).data('val');
|
|
|
+ // if(value == 6){
|
|
|
+ // $("#feedback").removeClass('d-none');
|
|
|
+ // $('input[name="p_status"]').val(value);
|
|
|
|
|
|
- }else{
|
|
|
- $("#feedback").addClass('d-none');
|
|
|
- }
|
|
|
- });
|
|
|
+ // }else{
|
|
|
+ // $("#feedback").addClass('d-none');
|
|
|
+ // }
|
|
|
+ // });
|
|
|
|
|
|
$('.feedback_btn').click(function(){
|
|
|
|