Merge branch 'master' of https://bitbucket.org/1ka/1ka
This commit is contained in:
commit
7aedc02cd5
File diff suppressed because one or more lines are too long
@ -35,10 +35,14 @@
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem;
|
|
||||||
border: 4px solid #FFF;
|
border: 4px solid #FFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
|
a{
|
||||||
|
display: block;
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
|
|
||||||
|
@ -223,6 +223,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 991px) {
|
@media screen and (max-width: 991px) {
|
||||||
.navigacija {
|
.navigacija {
|
||||||
.glavni-meni {
|
.glavni-meni {
|
||||||
|
@ -38,38 +38,42 @@ global $language;
|
|||||||
<div class='container'>
|
<div class='container'>
|
||||||
<ul class='nakupovanje-tabs'>
|
<ul class='nakupovanje-tabs'>
|
||||||
<li>
|
<li>
|
||||||
<a href='/d/sl/cenik/zasebni-paketi'
|
<a
|
||||||
class='nakupovanje-tabs-link'>
|
href='<?php print ($language->language == 'sl' ? '/d/sl/cenik/zasebni-paketi' : '/d/en/price-list/private-packages'); ?>'
|
||||||
|
class='nakupovanje-tabs-link'>
|
||||||
<div class='ikona-tab'>
|
<div class='ikona-tab'>
|
||||||
<i class='fas fa-user'
|
<i class='fas fa-user'
|
||||||
style='font-size: 2rem;'
|
style='font-size: 2rem;'
|
||||||
aria-hidden='true'>
|
aria-hidden='true'>
|
||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
Posamezniki
|
<?php print ($language->language == 'sl' ? 'Posamezniki' : 'Individuals'); ?>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class='active'>
|
<li class='active'>
|
||||||
<a href='/d/sl/cenik/poslovni-paketi' class='nakupovanje-tabs-link'>
|
<a
|
||||||
|
href='<?php print ($language->language == 'sl' ? '/d/sl/cenik/poslovni-paketi' : '/d/en/price-list/business-packages'); ?>'
|
||||||
|
class='nakupovanje-tabs-link'>
|
||||||
<div class='ikona-tab'>
|
<div class='ikona-tab'>
|
||||||
<i class='fas fa-users'
|
<i class='fas fa-users'
|
||||||
style='font-size: 2rem;'
|
style='font-size: 2rem;'
|
||||||
aria-hidden='true'>
|
aria-hidden='true'>
|
||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
Skupine
|
<?php print ($language->language == 'sl' ? 'Skupine' : 'Groups'); ?>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='#'
|
<a
|
||||||
class='nakupovanje-tabs-link'>
|
href='<?php print ($language->language == 'sl' ? '/d/sl/cenik/ostale-storitve' : '/d/en/pricelist/other-services'); ?>'
|
||||||
|
class='nakupovanje-tabs-link'>
|
||||||
<div class='ikona-tab'>
|
<div class='ikona-tab'>
|
||||||
<i class='far fa-window-restore'
|
<i class='far fa-window-restore'
|
||||||
style='font-size: 2rem;'
|
style='font-size: 2rem;'
|
||||||
aria-hidden='true'>
|
aria-hidden='true'>
|
||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
Ostale storitve
|
<?php print ($language->language == 'sl' ? 'Ostale storitve' : 'Other services'); ?>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -32,46 +32,49 @@ global $language;
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="nakupovanje-meni">
|
<div class='nakupovanje-meni'>
|
||||||
<div class="container">
|
<div class='container'>
|
||||||
<ul class='nakupovanje-tabs'>
|
<ul class='nakupovanje-tabs'>
|
||||||
<li
|
<li class='active'>
|
||||||
class='active'>
|
<a
|
||||||
<a href='/d/sl/cenik/zasebni-paketi'
|
href='<?php print ($language->language == 'sl' ? '/d/sl/cenik/zasebni-paketi' : '/d/en/price-list/private-packages'); ?>'
|
||||||
class='nakupovanje-tabs-link'>
|
class='nakupovanje-tabs-link'>
|
||||||
<div class='ikona-tab'>
|
<div class='ikona-tab'>
|
||||||
<i class='fas fa-user'
|
<i class='fas fa-user'
|
||||||
style='font-size: 2rem;'
|
style='font-size: 2rem;'
|
||||||
aria-hidden='true'>
|
aria-hidden='true'>
|
||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
Posamezniki
|
<?php print ($language->language == 'sl' ? 'Posamezniki' : 'Individuals'); ?>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/d/sl/cenik/poslovni-paketi' class='nakupovanje-tabs-link'>
|
<a
|
||||||
<div class='ikona-tab'>
|
href='<?php print ($language->language == 'sl' ? '/d/sl/cenik/poslovni-paketi' : '/d/en/price-list/business-packages'); ?>'
|
||||||
<i class='fas fa-users'
|
class='nakupovanje-tabs-link'>
|
||||||
style='font-size: 2rem;'
|
<div class='ikona-tab'>
|
||||||
aria-hidden='true'>
|
<i class='fas fa-users'
|
||||||
</i>
|
style='font-size: 2rem;'
|
||||||
</div>
|
aria-hidden='true'>
|
||||||
Skupine
|
</i>
|
||||||
</a>
|
</div>
|
||||||
</li>
|
<?php print ($language->language == 'sl' ? 'Skupine' : 'Groups'); ?>
|
||||||
<li>
|
</a>
|
||||||
<a href='#'
|
</li>
|
||||||
class='nakupovanje-tabs-link'>
|
<li>
|
||||||
<div class='ikona-tab'>
|
<a
|
||||||
<i class='far fa-window-restore'
|
href='<?php print ($language->language == 'sl' ? '/d/sl/cenik/ostale-storitve' : '/d/en/pricelist/other-services'); ?>'
|
||||||
style='font-size: 2rem;'
|
class='nakupovanje-tabs-link'>
|
||||||
aria-hidden='true'>
|
<div class='ikona-tab'>
|
||||||
</i>
|
<i class='far fa-window-restore'
|
||||||
</div>
|
style='font-size: 2rem;'
|
||||||
Ostale storitve
|
aria-hidden='true'>
|
||||||
</a>
|
</i>
|
||||||
</li>
|
</div>
|
||||||
</ul>
|
<?php print ($language->language == 'sl' ? 'Ostale storitve' : 'Other services'); ?>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -0,0 +1,278 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
|
* Returns the HTML for a single Drupal page.
|
||||||
|
*
|
||||||
|
* Complete documentation for this file is available online.
|
||||||
|
* @see https://drupal.org/node/1728148
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
|
||||||
|
<?php if ($page['modals']): ?>
|
||||||
|
<?php print render($page['modals']); ?>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<div class="navigacija homenav">
|
||||||
|
<div class="nav-container w-clearfix"
|
||||||
|
<?php if (empty($main_menu)): ?>style="height:80px;" <?php endif; ?>>
|
||||||
|
|
||||||
|
<div class="burger">
|
||||||
|
<div class="div-block-13"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="navwrapinner">
|
||||||
|
<div class="navulwrap w-clearfix">
|
||||||
|
|
||||||
|
|
||||||
|
<?php //if ($page['header']): ?>
|
||||||
|
<!-- --><?php //print render($page['header']); ?>
|
||||||
|
<?php //endif; ?>
|
||||||
|
|
||||||
|
|
||||||
|
<ul data-w-id="6b0e40ae-f557-f375-2fee-dc638621d442"
|
||||||
|
class="nav-ul topul w-clearfix w-list-unstyled">
|
||||||
|
<li class="nav-li-a w-clearfix">
|
||||||
|
<img src="/tema1ka/svg/ikona_iskanje.svg" alt="Iskanje"
|
||||||
|
class="search" id="iskanje">
|
||||||
|
<div data-action="/d/<?php print $language->language; ?>/iskanje/"
|
||||||
|
id="iskanje-form">
|
||||||
|
<input type="hidden" name="lang"
|
||||||
|
value="<?php print $language->language; ?>">
|
||||||
|
<input placeholder="<?php print t('Enter your keywords'); ?>"
|
||||||
|
type="text" id="iskanje-input" name="keys_1"
|
||||||
|
value="" size="15" maxlength="128" class="form-text">
|
||||||
|
|
||||||
|
<div class="search-close">
|
||||||
|
<img src="/tema1ka/img/ikone/zapri.svg">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<?php if ($page['header']): ?>
|
||||||
|
<li class="nav-li-a w-clearfix jezik-zamenjava">
|
||||||
|
<?php print render($page['header']); ?>
|
||||||
|
</li>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?php if (!empty($_COOKIE['unam'])): ?>
|
||||||
|
<li class="nav-li-a" data-clarity-mask="True">
|
||||||
|
<a href="#"
|
||||||
|
id="submenu-login"><?php print base64_decode($_COOKIE['unam']); ?>
|
||||||
|
<span
|
||||||
|
class="arrow-down"></span></a>
|
||||||
|
<div id="user-menu">
|
||||||
|
<form name="odjava" method="post"
|
||||||
|
action="/frontend/api/api.php?action=logout">
|
||||||
|
<ul class="user-menu-link">
|
||||||
|
<li><a class="user-submenu-link"
|
||||||
|
href="/admin/survey/index.php?a=nastavitve&m=global_user_myProfile">
|
||||||
|
<span class="sprites user_orange"
|
||||||
|
deluminate_imagetype="png"></span><?php print t('Edit profile'); ?>
|
||||||
|
</a></li>
|
||||||
|
<li>
|
||||||
|
<a class="user-submenu-link" href="#" id='poslji-odjavo'>
|
||||||
|
<span class="sprites logout"
|
||||||
|
deluminate_imagetype="png"></span><?php print t('Logout') ?>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<?php else: ?>
|
||||||
|
<li class='nav-li-a'>
|
||||||
|
<a href='#'
|
||||||
|
<?php if ($language->language == 'sl'): ?>
|
||||||
|
id="modal-open-login"
|
||||||
|
class='navlink-a'
|
||||||
|
<?php else: ?>
|
||||||
|
class='navlink-a modal-open-login-obrazec'
|
||||||
|
<?php endif; ?>
|
||||||
|
><?php print t('Login'); ?></a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-li-a">
|
||||||
|
<a href="#"
|
||||||
|
<?php if ($language->language == 'sl'): ?>
|
||||||
|
id='modal-open-registration'
|
||||||
|
class='navlink-a'
|
||||||
|
<?php else: ?>
|
||||||
|
class='navlink-a modal-goto-registration'
|
||||||
|
<?php endif; ?>
|
||||||
|
><?php print t('Registration'); ?></a>
|
||||||
|
</li>
|
||||||
|
<?php endif; ?>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<?php if ($main_menu): ?>
|
||||||
|
<?php
|
||||||
|
// This code snippet is hard to modify. We recommend turning off the
|
||||||
|
// "Main menu" on your sub-theme's settings form, deleting this PHP
|
||||||
|
// code block, and, instead, using the "Menu block" module.
|
||||||
|
// @see https://drupal.org/project/menu_block
|
||||||
|
print theme('links__system_main_menu', [
|
||||||
|
'links' => $main_menu,
|
||||||
|
'attributes' => [
|
||||||
|
'class' => [
|
||||||
|
'nav-ul',
|
||||||
|
'main-nav',
|
||||||
|
'w-clearfix',
|
||||||
|
'w-list-unstyled',
|
||||||
|
'glavni-meni'
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'heading' => [
|
||||||
|
'text' => t('Main menu'),
|
||||||
|
'level' => 'h2',
|
||||||
|
'class' => ['visually-hidden'],
|
||||||
|
],
|
||||||
|
]); ?>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php if ($logo): ?>
|
||||||
|
<a href="<?php print $front_page; ?>"
|
||||||
|
title="<?php print t('Home'); ?>" rel="home"
|
||||||
|
class="logolink w-inline-block">
|
||||||
|
<img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>"
|
||||||
|
class="logo"/>
|
||||||
|
</a>
|
||||||
|
<?php endif; ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="innerkv"></div>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
// Render the sidebars to see if there's anything in them.
|
||||||
|
$sidebar = render($page['sidebar']);
|
||||||
|
// Decide on layout classes by checking if sidebars have content.
|
||||||
|
$content_class = '';
|
||||||
|
if ($sidebar):
|
||||||
|
$content_class = 'container-sidenav';
|
||||||
|
endif;
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
<?php if ($sidebar): ?>
|
||||||
|
<aside class="nav-ul-2 w-list-unstyled">
|
||||||
|
<?php print $sidebar; ?>
|
||||||
|
</aside>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section inner-content vsebina">
|
||||||
|
<div
|
||||||
|
class="container <?php print (!empty($content_class) ? $content_class : ''); ?>">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="maincontent">
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<!-- BREADCRUM -->
|
||||||
|
<div class="col">
|
||||||
|
<?php if ($breadcrumb): ?>
|
||||||
|
<?php print $breadcrumb; ?>
|
||||||
|
<?php endif; ?>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="col">
|
||||||
|
|
||||||
|
<div class='nakupovanje-meni'>
|
||||||
|
<div class='container'>
|
||||||
|
<ul class='nakupovanje-tabs'>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href='<?php print ($language->language == 'sl' ? '/d/sl/cenik/zasebni-paketi' : '/d/en/price-list/private-packages'); ?>'
|
||||||
|
class='nakupovanje-tabs-link'>
|
||||||
|
<div class='ikona-tab'>
|
||||||
|
<i class='fas fa-user'
|
||||||
|
style='font-size: 2rem;'
|
||||||
|
aria-hidden='true'>
|
||||||
|
</i>
|
||||||
|
</div>
|
||||||
|
<?php print ($language->language == 'sl' ? 'Posamezniki' : 'Individuals'); ?>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href='<?php print ($language->language == 'sl' ? '/d/sl/cenik/poslovni-paketi' : '/d/en/price-list/business-packages'); ?>'
|
||||||
|
class='nakupovanje-tabs-link'>
|
||||||
|
<div class='ikona-tab'>
|
||||||
|
<i class='fas fa-users'
|
||||||
|
style='font-size: 2rem;'
|
||||||
|
aria-hidden='true'>
|
||||||
|
</i>
|
||||||
|
</div>
|
||||||
|
<?php print ($language->language == 'sl' ? 'Skupine' : 'Groups'); ?>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class='active'>
|
||||||
|
<a
|
||||||
|
href='<?php print ($language->language == 'sl' ? '/d/sl/cenik/ostale-storitve' : '/d/en/pricelist/other-services'); ?>'
|
||||||
|
class='nakupovanje-tabs-link'>
|
||||||
|
<div class='ikona-tab'>
|
||||||
|
<i class='far fa-window-restore'
|
||||||
|
style='font-size: 2rem;'
|
||||||
|
aria-hidden='true'>
|
||||||
|
</i>
|
||||||
|
</div>
|
||||||
|
<?php print ($language->language == 'sl' ? 'Ostale storitve' : 'Other services'); ?>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php //print render($title_prefix); ?>
|
||||||
|
<?php //if ($title): ?>
|
||||||
|
<!-- <h1>--><?php //print $title; ?><!--</h1>-->
|
||||||
|
<?php //endif; ?>
|
||||||
|
<?php //print render($title_suffix); ?>
|
||||||
|
<!---->
|
||||||
|
<?php //print $messages; ?>
|
||||||
|
<!---->
|
||||||
|
<!---->
|
||||||
|
<?php //print render($tabs); ?>
|
||||||
|
<?php //print render($page['help']); ?>
|
||||||
|
<?php //if ($action_links): ?>
|
||||||
|
<!-- <ul class="action-links">--><?php //print render($action_links); ?><!--</ul>-->
|
||||||
|
<?php //endif; ?>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section paketi">
|
||||||
|
<?php print render($page['content']); ?>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php print $feed_icons; ?>
|
||||||
|
<!-- </main>-->
|
||||||
|
|
||||||
|
<!-- --><?php ///*<div class="layout-swap__top layout-3col__full">
|
||||||
|
//
|
||||||
|
// <?php /*<a href="#skip-link" class="visually-hidden visually-hidden--focusable" id="main-menu" tabindex="-1">Back to top</a>
|
||||||
|
//
|
||||||
|
// </div>*/ ?>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php print render($page['footer']); ?>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php if ($page['bottom']): ?>
|
||||||
|
<div class="section greysection noga">
|
||||||
|
<div class="container">
|
||||||
|
<div class="section-2">
|
||||||
|
<div class="container-2"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php print render($page['bottom']); ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
@ -0,0 +1,278 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
|
* Returns the HTML for a single Drupal page.
|
||||||
|
*
|
||||||
|
* Complete documentation for this file is available online.
|
||||||
|
* @see https://drupal.org/node/1728148
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
|
||||||
|
<?php if ($page['modals']): ?>
|
||||||
|
<?php print render($page['modals']); ?>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<div class="navigacija homenav">
|
||||||
|
<div class="nav-container w-clearfix"
|
||||||
|
<?php if (empty($main_menu)): ?>style="height:80px;" <?php endif; ?>>
|
||||||
|
|
||||||
|
<div class="burger">
|
||||||
|
<div class="div-block-13"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="navwrapinner">
|
||||||
|
<div class="navulwrap w-clearfix">
|
||||||
|
|
||||||
|
|
||||||
|
<?php //if ($page['header']): ?>
|
||||||
|
<!-- --><?php //print render($page['header']); ?>
|
||||||
|
<?php //endif; ?>
|
||||||
|
|
||||||
|
|
||||||
|
<ul data-w-id="6b0e40ae-f557-f375-2fee-dc638621d442"
|
||||||
|
class="nav-ul topul w-clearfix w-list-unstyled">
|
||||||
|
<li class="nav-li-a w-clearfix">
|
||||||
|
<img src="/tema1ka/svg/ikona_iskanje.svg" alt="Iskanje"
|
||||||
|
class="search" id="iskanje">
|
||||||
|
<div data-action="/d/<?php print $language->language; ?>/iskanje/"
|
||||||
|
id="iskanje-form">
|
||||||
|
<input type="hidden" name="lang"
|
||||||
|
value="<?php print $language->language; ?>">
|
||||||
|
<input placeholder="<?php print t('Enter your keywords'); ?>"
|
||||||
|
type="text" id="iskanje-input" name="keys_1"
|
||||||
|
value="" size="15" maxlength="128" class="form-text">
|
||||||
|
|
||||||
|
<div class="search-close">
|
||||||
|
<img src="/tema1ka/img/ikone/zapri.svg">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<?php if ($page['header']): ?>
|
||||||
|
<li class="nav-li-a w-clearfix jezik-zamenjava">
|
||||||
|
<?php print render($page['header']); ?>
|
||||||
|
</li>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?php if (!empty($_COOKIE['unam'])): ?>
|
||||||
|
<li class="nav-li-a" data-clarity-mask="True">
|
||||||
|
<a href="#"
|
||||||
|
id="submenu-login"><?php print base64_decode($_COOKIE['unam']); ?>
|
||||||
|
<span
|
||||||
|
class="arrow-down"></span></a>
|
||||||
|
<div id="user-menu">
|
||||||
|
<form name="odjava" method="post"
|
||||||
|
action="/frontend/api/api.php?action=logout">
|
||||||
|
<ul class="user-menu-link">
|
||||||
|
<li><a class="user-submenu-link"
|
||||||
|
href="/admin/survey/index.php?a=nastavitve&m=global_user_myProfile">
|
||||||
|
<span class="sprites user_orange"
|
||||||
|
deluminate_imagetype="png"></span><?php print t('Edit profile'); ?>
|
||||||
|
</a></li>
|
||||||
|
<li>
|
||||||
|
<a class="user-submenu-link" href="#" id='poslji-odjavo'>
|
||||||
|
<span class="sprites logout"
|
||||||
|
deluminate_imagetype="png"></span><?php print t('Logout') ?>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<?php else: ?>
|
||||||
|
<li class='nav-li-a'>
|
||||||
|
<a href='#'
|
||||||
|
<?php if ($language->language == 'sl'): ?>
|
||||||
|
id="modal-open-login"
|
||||||
|
class='navlink-a'
|
||||||
|
<?php else: ?>
|
||||||
|
class='navlink-a modal-open-login-obrazec'
|
||||||
|
<?php endif; ?>
|
||||||
|
><?php print t('Login'); ?></a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-li-a">
|
||||||
|
<a href="#"
|
||||||
|
<?php if ($language->language == 'sl'): ?>
|
||||||
|
id='modal-open-registration'
|
||||||
|
class='navlink-a'
|
||||||
|
<?php else: ?>
|
||||||
|
class='navlink-a modal-goto-registration'
|
||||||
|
<?php endif; ?>
|
||||||
|
><?php print t('Registration'); ?></a>
|
||||||
|
</li>
|
||||||
|
<?php endif; ?>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<?php if ($main_menu): ?>
|
||||||
|
<?php
|
||||||
|
// This code snippet is hard to modify. We recommend turning off the
|
||||||
|
// "Main menu" on your sub-theme's settings form, deleting this PHP
|
||||||
|
// code block, and, instead, using the "Menu block" module.
|
||||||
|
// @see https://drupal.org/project/menu_block
|
||||||
|
print theme('links__system_main_menu', [
|
||||||
|
'links' => $main_menu,
|
||||||
|
'attributes' => [
|
||||||
|
'class' => [
|
||||||
|
'nav-ul',
|
||||||
|
'main-nav',
|
||||||
|
'w-clearfix',
|
||||||
|
'w-list-unstyled',
|
||||||
|
'glavni-meni'
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'heading' => [
|
||||||
|
'text' => t('Main menu'),
|
||||||
|
'level' => 'h2',
|
||||||
|
'class' => ['visually-hidden'],
|
||||||
|
],
|
||||||
|
]); ?>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php if ($logo): ?>
|
||||||
|
<a href="<?php print $front_page; ?>"
|
||||||
|
title="<?php print t('Home'); ?>" rel="home"
|
||||||
|
class="logolink w-inline-block">
|
||||||
|
<img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>"
|
||||||
|
class="logo"/>
|
||||||
|
</a>
|
||||||
|
<?php endif; ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="innerkv"></div>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
// Render the sidebars to see if there's anything in them.
|
||||||
|
$sidebar = render($page['sidebar']);
|
||||||
|
// Decide on layout classes by checking if sidebars have content.
|
||||||
|
$content_class = '';
|
||||||
|
if ($sidebar):
|
||||||
|
$content_class = 'container-sidenav';
|
||||||
|
endif;
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
<?php if ($sidebar): ?>
|
||||||
|
<aside class="nav-ul-2 w-list-unstyled">
|
||||||
|
<?php print $sidebar; ?>
|
||||||
|
</aside>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section inner-content vsebina">
|
||||||
|
<div
|
||||||
|
class="container <?php print (!empty($content_class) ? $content_class : ''); ?>">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="maincontent">
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<!-- BREADCRUM -->
|
||||||
|
<div class="col">
|
||||||
|
<?php if ($breadcrumb): ?>
|
||||||
|
<?php print $breadcrumb; ?>
|
||||||
|
<?php endif; ?>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="col">
|
||||||
|
|
||||||
|
<div class='nakupovanje-meni'>
|
||||||
|
<div class='container'>
|
||||||
|
<ul class='nakupovanje-tabs'>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href='<?php print ($language->language == 'sl' ? '/d/sl/cenik/zasebni-paketi' : '/d/en/price-list/private-packages'); ?>'
|
||||||
|
class='nakupovanje-tabs-link'>
|
||||||
|
<div class='ikona-tab'>
|
||||||
|
<i class='fas fa-user'
|
||||||
|
style='font-size: 2rem;'
|
||||||
|
aria-hidden='true'>
|
||||||
|
</i>
|
||||||
|
</div>
|
||||||
|
<?php print ($language->language == 'sl' ? 'Posamezniki' : 'Individuals'); ?>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href='<?php print ($language->language == 'sl' ? '/d/sl/cenik/poslovni-paketi' : '/d/en/price-list/business-packages'); ?>'
|
||||||
|
class='nakupovanje-tabs-link'>
|
||||||
|
<div class='ikona-tab'>
|
||||||
|
<i class='fas fa-users'
|
||||||
|
style='font-size: 2rem;'
|
||||||
|
aria-hidden='true'>
|
||||||
|
</i>
|
||||||
|
</div>
|
||||||
|
<?php print ($language->language == 'sl' ? 'Skupine' : 'Groups'); ?>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class='active'>
|
||||||
|
<a
|
||||||
|
href='<?php print ($language->language == 'sl' ? '/d/sl/cenik/ostale-storitve' : '/d/en/pricelist/other-services'); ?>'
|
||||||
|
class='nakupovanje-tabs-link'>
|
||||||
|
<div class='ikona-tab'>
|
||||||
|
<i class='far fa-window-restore'
|
||||||
|
style='font-size: 2rem;'
|
||||||
|
aria-hidden='true'>
|
||||||
|
</i>
|
||||||
|
</div>
|
||||||
|
<?php print ($language->language == 'sl' ? 'Ostale storitve' : 'Other services'); ?>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php //print render($title_prefix); ?>
|
||||||
|
<?php //if ($title): ?>
|
||||||
|
<!-- <h1>--><?php //print $title; ?><!--</h1>-->
|
||||||
|
<?php //endif; ?>
|
||||||
|
<?php //print render($title_suffix); ?>
|
||||||
|
<!---->
|
||||||
|
<?php //print $messages; ?>
|
||||||
|
<!---->
|
||||||
|
<!---->
|
||||||
|
<?php //print render($tabs); ?>
|
||||||
|
<?php //print render($page['help']); ?>
|
||||||
|
<?php //if ($action_links): ?>
|
||||||
|
<!-- <ul class="action-links">--><?php //print render($action_links); ?><!--</ul>-->
|
||||||
|
<?php //endif; ?>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section paketi">
|
||||||
|
<?php print render($page['content']); ?>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php print $feed_icons; ?>
|
||||||
|
<!-- </main>-->
|
||||||
|
|
||||||
|
<!-- --><?php ///*<div class="layout-swap__top layout-3col__full">
|
||||||
|
//
|
||||||
|
// <?php /*<a href="#skip-link" class="visually-hidden visually-hidden--focusable" id="main-menu" tabindex="-1">Back to top</a>
|
||||||
|
//
|
||||||
|
// </div>*/ ?>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php print render($page['footer']); ?>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php if ($page['bottom']): ?>
|
||||||
|
<div class="section greysection noga">
|
||||||
|
<div class="container">
|
||||||
|
<div class="section-2">
|
||||||
|
<div class="container-2"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php print render($page['bottom']); ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
29593
public/css/admin.css
29593
public/css/admin.css
File diff suppressed because one or more lines are too long
@ -2,13 +2,18 @@
|
|||||||
To change this license header, choose License Headers in Project Properties.
|
To change this license header, choose License Headers in Project Properties.
|
||||||
To change this template file, choose Tools | Templates
|
To change this template file, choose Tools | Templates
|
||||||
and open the template in the editor.
|
and open the template in the editor.
|
||||||
|
|
||||||
|
SASS poženemo
|
||||||
|
sass --style=compressed admin.scss ../../../public/css/admin.css
|
||||||
|
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
Created on : 18-Jul-2018, 10:11:58
|
Created on : 18-Jul-2018, 10:11:58
|
||||||
Author : podkrizniku
|
Author : podkrizniku
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// colors
|
// colors
|
||||||
@import "variables";
|
@import "variables";
|
||||||
// Samo za Gorenje instalacijo
|
// Samo za Gorenje instalacijo
|
||||||
|
@ -95,7 +95,14 @@ button.dt-button {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
button.buttons-columnVisibility.active {
|
button.buttons-columnVisibility {
|
||||||
background-color: $strong_blue;
|
background-color: white;
|
||||||
color: white;
|
color: $strong_blue;
|
||||||
|
border: 1px solid $strong_blue;
|
||||||
|
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
background-color: $strong_blue;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user