⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
5723b69f7c099c50326669e9c80cd2a19551dfbc.php
<div class="modal fade" id="createModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLongTitle"><?php echo e($keywords['Add_CV'] ?? __('Add CV')); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <form id="ajaxForm" class="" action="<?php echo e(route('user.cv.store')); ?>" method="POST"> <?php echo csrf_field(); ?> <div class="row"> <div class="col-12"> <div class="form-group"> <label class="form-label"><?php echo e($keywords['Choose_a_Template'] ?? __('Choose a Template')); ?></label> <div class="row"> <div class="col-4"> <label class="imagecheck mb-4"> <input name="template" type="radio" value="1" class="imagecheck-input ltr" checked> <figure class="imagecheck-figure"> <img src="<?php echo e(asset('assets/front/img/user/cv-templates/1.jpg')); ?>" alt="title" class="imagecheck-image"> </figure> </label> </div> <div class="col-4"> <label class="imagecheck mb-4"> <input name="template" type="radio" value="2" class="imagecheck-input ltr"> <figure class="imagecheck-figure"> <img src="<?php echo e(asset('assets/front/img/user/cv-templates/2.jpg')); ?>" alt="title" class="imagecheck-image"> </figure> </label> </div> </div> <p class="em text-danger em-0" id="errtemplate"></p> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="form-group"> <div class="col-12 mb-2"> <label for="image"><strong><?php echo e($keywords['Your_Image'] ?? __('Your Image')); ?>*</strong></label> </div> <div class="col-md-12 showImage mb-3"> <img src="<?php echo e(asset('assets/admin/img/noimage.jpg')); ?>" alt="..." class="img-thumbnail" width="170"> </div> <input type="file" name="image" id="image" class="form-control ltr"> <p id="errimage" class="mb-0 text-danger em"></p> </div> </div> </div> <div class="row"> <div class="col-lg-6"> <div class="form-group"> <label for=""><?php echo e($keywords['CV_Name'] ?? __('CV Name')); ?> **</label> <input type="text" class="form-control" name="cv_name" placeholder="<?php echo e($keywords['Enter_CV_name'] ?? __('Enter CV name')); ?>" value=""> <p id="errcv_name" class="mb-0 text-danger em"></p> <p class="text-warning mb-0"> <?php echo e($keywords['CV_Name_msg'] ?? __('This will be used to identify this specific CV from CVs list')); ?> .</p> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label for=""><?php echo e($keywords['Direction'] ?? __('Direction')); ?> **</label> <select name="direction" class="form-control ltr"> <option value="" selected disabled> <?php echo e($keywords['Select_a_Direction'] ?? __('Select a Direction')); ?></option> <option value="1"><?php echo e($keywords['LTR'] ?? __('LTR')); ?> (<?php echo e($keywords['Left_to_Right'] ?? __('Left to Right')); ?>)</option> <option value="2"><?php echo e($keywords['RTL'] ?? __('RTL')); ?> (<?php echo e($keywords['Right_to_Left'] ?? __('Right to Left')); ?>)</option> </select> <p id="errdirection" class="mb-0 text-danger em"></p> </div> </div> </div> <div class="alert alert-info text-dark" id="ltrAlert" style="display: none;"> If you want to enter <strong>LTR word / text</strong> in <strong>Your Name, Your Occupation</strong> field, then wrap that <strong>word / text</strong> with <strong><code><?php echo e('<span dir="ltr"></span>'); ?></code></strong> <br> For example, <div class="row"> <div class="col-6"> <ul class="pl-3"> <li class="mb-2"> <input dir="rtl" class="form-control" value="<?php echo e('<span dir="ltr">This is LTR Text</span>'); ?> هناك حقيقة"> </li> <li class="mb-2"> <input dir="rtl" class="form-control" value="هناك حقيقة <?php echo e('<span dir="ltr">1234567</span>'); ?>"> </li> <li> <input dir="rtl" class="form-control" value="<?php echo e('<span dir="ltr">This is LTR Text</span>'); ?>"> </li> </ul> </div> </div> </div> <div class="row"> <div class="col-lg-6"> <div class="form-group"> <label for=""><?php echo e($keywords['Your_Name'] ?? __('Your Name')); ?> **</label> <input type="text" class="form-control" name="name" placeholder="<?php echo e($keywords['Enter_Name'] ?? __('Enter name')); ?>" value=""> <p id="errname" class="mb-0 text-danger em"></p> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label for=""><?php echo e($keywords['Your_Occupation'] ?? __('Your Occupation')); ?> **</label> <input type="text" class="form-control" name="occupation" placeholder="<?php echo e($keywords['Enter_occupation'] ?? __('Enter occupation')); ?>" value=""> <p id="erroccupation" class="mb-0 text-danger em"></p> </div> </div> </div> <div class="row"> <div class="col-12"> <div class="form-group"> <label for=""><?php echo e($keywords['Base_Color_Code'] ?? __('Base Color Code')); ?> **</label> <input type="text" class="form-control jscolor ltr" name="base_color" placeholder="<?php echo e($keywords['Enter_base_color'] ?? __('Enter base color')); ?>" value="F4B0AE"> <p id="errbase_color" class="mb-0 text-danger em"></p> </div> </div> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal"><?php echo e($keywords['Close'] ?? __('Close')); ?></button> <button id="" data-form="ajaxForm" type="button" class="submitBtn btn btn-primary"><?php echo e($keywords['Submit'] ?? __('Submit')); ?></button> </div> </div> </div> </div> <?php /**PATH /home/id/public_html/resources/views/user/cv/create.blade.php ENDPATH**/ ?>