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
/
BNBHospital
/
Views
/
HomeUI
/
Edit File Name :
VacancyDetails.cshtml
@model bnb.Models.VacancyViewModel @{ ViewBag.Title = "VacancyDetails"; Layout = "~/Views/Shared/_Navbar.cshtml"; } <meta name="keywords" content="private hospital in Nepal, hospital Nepal, Nepal hospital, hospital, orthopedic, urology, orthopedic Nepal, orthopedic surgery, urology Nepal, Ashok Banskota, Jagadish Baidya, B&B, BnB, Kathmandu hospital, Lalitpur hospital"> <style> .l-banner__slider { margin-top: 0px; margin-bottom: 40px; } .l-breadcrumb { margin-bottom: 0px; } .apply { display: block; @*text-align: center; *@ } .table.no-border { border-collapse: collapse; width: 100%; } .table.no-border td { padding: 10px 0; vertical-align: top; border: none; /* No visible borders */ // color: #333; /* Updated color to match Job Description text */ } .table.no-border td:first-child { font-weight: bold; padding-right: 20px; color: #64647B; } .table.no-border td:last-child { // font-weight: bold; padding-right: 20px; color: #64647B; } .job-description p { color: #64647B; text-align: justify; } h2 { color: #F58220; } </style> <div class="l-breadcrumb pt-2 pb-2"> <div class="container"> <nav style="--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");" aria-label="breadcrumb" class="d-flex py-3"> <ol class="mb-0 breadcrumb align-self-center"> <li class="breadcrumb-item"><a href="@Url.Action("Index","HomeUI")">Home</a></li> <li class="breadcrumb-item"><a href="@Url.Action("Vacancy","HomeUI")">Careers</a></li> <li class="breadcrumb-item active" aria-current="page">Details</li> </ol> </nav> </div> </div> <div class="container mt-4"> <!-- Vacancy Details--> <div class="row"> <div class="col-md-8"> <h2>@Model.Title</h2> <br /> <table class="table no-border"> <tbody> <tr> <td>Job Category</td> <td>@Model.JobCategory</td> </tr> <tr> <td>Job Level</td> <td>@Model.JobLevel</td> </tr> <tr> <td>No of Vacancy</td> <td>@Model.NoOfVacancies</td> </tr> <tr> <td>Type of Employement</td> <td>@Model.TypeOfEmployment</td> </tr> <tr> <td>Location</td> <td>@Model.Location</td> </tr> <tr> <td>Offered Salary</td> <td>@Model.OfferedSalary</td> </tr> <tr> <td>Deadline</td> <td>@Model.Deadline.ToString("yyyy-MM-dd")</td> </tr> <tr> <td>Education Level</td> <td>@Model.EducationLevel</td> </tr> <tr> <td>Experience</td> <td>@Model.Experience</td> </tr> <tr> <td>Other Skills </td> <td>@Model.OtherSkills</td> </tr> </tbody> </table> <br /> <br /> <h4 style="color: #F58220; font-weight: bold; margin-top: 20px; margin-bottom:5px">JOB DESCRIPTION</h4> <!-- Job Description Inside Box --> <div class="card p-3 border-0 shadow-sm"> <div class="job-description"> @Html.Raw(Model.JobDescription) </div> </div> <br /> </div> <div class="m-blog__post mb-5 appointment"> @if (Model.ApplyUrl != null) { <button class="l-nav__contact text-decoration-none rounded-3 p-2 lg-px-4" onclick="window.open('@Model.ApplyUrl', '_blank');" style="border: none; margin-left: 0;"> Apply Now for @Model.Title </button> @*<a href="@Model.AppointmentUrl" target="_blank" class="text-decoration-none rounded-3 p-2 button" style="text-align: center; background-color: #F58220; color: white;"> <span class="">Book An Appointment with @Model.DoctorName</span> </a>*@ } </div> </div> </div> @*<div class="l-breadcrumb pt-2 pb-2"> <div class="container"> <nav style="--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");" aria-label="breadcrumb" class="d-flex py-3"> <ol class="mb-0 breadcrumb align-self-center"> <li class="breadcrumb-item"><a href="@Url.Action("Index","HomeUI")">Home</a></li> <li class="breadcrumb-item"><a href="@Url.Action("Vacancy","HomeUI")">Vacancy</a></li> <li class="breadcrumb-item active" aria-current="page">Details</li> </ol> </nav> </div> </div> @foreach (var item in Model) { <div id="inner-slider" class="l-banner__slider carousel slide" data-bs-ride="carousel"> </div> <div class="container mb-5"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-9 col-lg-8"> <div class="m-blog mb-4 pb-2"> <div class="m-blog__post mb-5"> <div class="m-blog__img mb-4"> <a href="#"> <img src="~/Content/img/@item.Thumbnail" class="w-100 rounded-3 img-fluid" alt="blog"> </a> </div> <div class="m-blog__title"> <h2 class="m-0 pb-3"> <a href="#" class="text-decoration-none" style="font-weight: bold; text-transform: uppercase; color: #F58220;"> @item.Title</a> </h2> </div>*@ @*<div class="m-blog__tags mb-2 text-uppercase"> <a class="m-blog__category text-decoration-none rounded-1" href="#"> @item.EventName </a> </div>*@ @*<ul class="list-unstyled m-blog__toolbox"> <li> By <span class="m-blog__author">B&B Hospital</span> </li> <li> <time class="date">01 Jun 2022</time> </li> </ul>*@ @* @Html.Raw(item.JobDescription) </div> </div> </div> @Html.Partial("_RightSideNav") </div> </div> } *@
Save