first commit
This commit is contained in:
62
templates_user/globelus/cv/cv-alert.php
Normal file
62
templates_user/globelus/cv/cv-alert.php
Normal file
@@ -0,0 +1,62 @@
|
||||
<script type="text/javascript" class="footer">
|
||||
$( function()
|
||||
{
|
||||
$.alert(
|
||||
{
|
||||
title: 'Dodstęp do bazy kandydatów',
|
||||
icon: 'fa fa-exclamation',
|
||||
content: 'Dostęp do bazy kandydatów mogą uzyskać wyłącznie zarejestrowani i zalogowani pracodawcy.',
|
||||
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() {}
|
||||
},
|
||||
cancel:
|
||||
{
|
||||
text: 'Zaloguj się',
|
||||
btnClass: 'btn-blue',
|
||||
keys: ['enter'],
|
||||
action: function() {
|
||||
document.location.href = '/logowanie';
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</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