first commit
This commit is contained in:
60
templates_user/globelus/cv/alerts/cv-access.php
Normal file
60
templates_user/globelus/cv/alerts/cv-access.php
Normal file
@@ -0,0 +1,60 @@
|
||||
<script type="text/javascript" class="footer">
|
||||
$( function()
|
||||
{
|
||||
$.alert(
|
||||
{
|
||||
title: 'Oferty pracy',
|
||||
icon: 'fa fa-exclamation',
|
||||
content: '<?= \S::lang( 'baza-cv-komunikat' );?>',
|
||||
closeIcon: true,
|
||||
closeIconClass: 'fa fa-close',
|
||||
typeAnimated: true,
|
||||
animation: 'opacity',
|
||||
columnClass: 'large',
|
||||
theme: 'modern',
|
||||
buttons:
|
||||
{
|
||||
confirm:
|
||||
{
|
||||
text: '<?= \S::lang( 'zamknij' );?>',
|
||||
btnClass: 'btn',
|
||||
keys: ['enter'],
|
||||
action: function() {
|
||||
<? if ( strpos( $_SERVER['HTTP_REFERER'], '/panel-pracodawcy/odpowiedzi-na-ogloszenia' ) !== false or strpos( $_SERVER['HTTP_REFERER'], '/panel-pracodawcy/odpowiedzi/' ) !== false ):?>
|
||||
window.close();
|
||||
<? else:?>
|
||||
document.location.href = '<?= $_SERVER['HTTP_REFERER'];?>';
|
||||
<? endif;?>
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="box" id="new-offers">
|
||||
<div class="container">
|
||||
<div class="title">
|
||||
[PHP]echo \S::lang( 'polecane-oferty-pracy' );[/PHP]
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6">
|
||||
[PHP]echo \front\controls\GlobelusAdverts::main_page_adverts(4);[/PHP]
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
[PHP]include 'templates_user/globelus/main-adverts.php';[/PHP]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box" id="jakiej-pracy-szukasz">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<a href="/jakiej-pracy-szukasz">
|
||||
<img src="/layout/images/jakiej-pracy-szukasz.jpg" alt="" style="width: 100%;">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user