Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1072 | Autoría | Ultima modificación | Ver Log |

<?php
use LeadersLinked\Library\Functions;
use LeadersLinked\Model\UserType;

$notify = '';
$messages = $this->flashMessenger()->getInfoMessages();
foreach($messages as $message)
{
    $notify .= "$.fn.showInfo('$message')";
}

$messages = $this->flashMessenger()->getSuccessMessages();
foreach($messages as $message)
{
    $notify .= "$.fn.showSuccess('$message')";
}

$messages = $this->flashMessenger()->getWarningMessages();
foreach($messages as $message)
{
    $notify .= " $.fn.showWarning('$message')";
}

$messages = $this->flashMessenger()->getErrorMessages();
foreach($messages as $message)
{
    $notify .= " $.fn.showError('$message')";
}

if($notify) {
    $this->inlineScript()->captureStart();
    echo " jQuery( document ).ready(function( $ ) { $notify }); ";
    $this->inlineScript()->captureEnd();
}

$routeCheckSession = $this->url('check-session');

$currentUser    = $this->currentUserHelper();
if($currentUser->hasIdentity()) {
    $this->inlineScript()->captureStart();
    echo <<<EOT
    jQuery( document ).ready(function( $ ) {
                if (window.history && window.history.pushState) {
                        $(window).on('popstate', function() {
                          var hashLocation = location.hash;
                          var hashSplit = hashLocation.split("#!/");
                          var hashName = hashSplit[1];
          
                          if (hashName !== '') {
                                var hash = window.location.hash;
                                if (hash === '') {
                                  document.location.href = '/Your/Redirection/Here';
                                }
                          }
                        });
          
                 window.history.pushState('forward', null, '#SomeIDYouAreNotUsing');
                }
        $.fn.checkSession = function() {
            $.ajax({
                'dataType'  : 'json',
                'accept'    : 'application/json',
                'method'    : 'get',
                'url'       : '$routeCheckSession',
            }).done(function(response) {
                if(response['success']) {
                    if(response['data']['total_messages'] > 0) {
                        $('#badge-message').html(response['data']['total_messages']);
                        $('#badge-message').show();
                    } else {
                        $('#badge-message').hide();
                    }
                    
                    if(response['data']['total_notifications'] > 0) {
                        $('#badge-notification').html(response['data']['total_notifications']);
                        $('#badge-notification').show();
                    } else {
                        $('#badge-notification').hide();
                    }
                    
                    
                    } else {
                    if(response['data']['url']) {
                        window.location.href = response['data']['url'];
                    } else {
                        $.fn.showError(response['data']['message'])
                    }
                }
            }).fail(function( jqXHR, textStatus, errorThrown) {
            }).always(function() {
            
                setTimeout(function() {
                    $.fn.checkSession();
                }, 3000);
            })
            
        }
        
        setTimeout(function() {
            $.fn.checkSession();
        }, 3000);
        
    });
EOT;
    $this->inlineScript()->captureEnd();
}
$acl = $this->viewModel()->getRoot()->getVariable('acl');

?>

<!DOCTYPE html>
<html>
        <head>
        <?php 
            echo $this->headTitle();
            echo $this->headMeta()->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
            ->appendHttpEquiv('expires','0')
                ->appendHttpEquiv('expires','Tue, 01 Jan 1980 1:00:00 GMT')
                ->appendHttpEquiv('pragma', 'no-cache')
                ->appendHttpEquiv('Cache-Control', 'no-store')
                ->appendHttpEquiv('Cache-Control', 'max-age=0')
                ->appendHttpEquiv('Cache-Control', 'no-cache')
                ->appendHttpEquiv('charset', 'UTF-8')
                ->appendName('viewport', 'width=device-width, initial-scale=1.0');
                //->appendName('description', '')
                //->appendName('author', '{AUTHOR}')
                //->appendName('keywords', '{KEYWORDS}')
                //->appendName('copyright', '{COPYRIGHT}')
                //->appendName('google-signin-client_id', '{GOOGLE_CLIENT_ID');
        ?>
                <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/animate.css')?>">
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/bootstrap.min.css')?>">
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome.css')?>">
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome-font-awesome.min.css')?>">
        
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/fontawesome-free/css/all.min.css')?>">
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/font-awesome/css/font-awesome.min.css')?>">
        <!-- 
        
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/font-awesome.min.css')?>">
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/font-awesome/font-awesome.min.css')?>">
        -->
        
        
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('lib/slick/slick.css')?>">
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('lib/slick/slick-theme.css')?>">
        
        

        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style.css')?>" />
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/responsive.css')?>" />
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/responsive-cesa.css')?>" />
        
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/jquery.mCustomScrollbar.min.css')?>" />
        
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/nprogress/nprogress.css')?>">
        
        <?php if($currentUser->hasIdentity()) : ?>
                        
                        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/icons.css')?>" />
                        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/smiley/assets/sprites/emojione.sprites.css')?>" />
                        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery-ui.css')?>" />
                        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery.ui.plupload.css')?>" />
                        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style-cesa.css')?>" />
        <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/chat.css')?>" />
        <?php endif; ?>
        
        <?php 
            echo $this->headStyle();
            echo $this->headLink();
            echo $this->headScript();
        ?>

        </head>
        <body>

        
        <div class="wrapper">
                <header>
                        <div class="container">
                                <div class="header-data">
                                        <?php if($currentUser->hasIdentity()) : ?>
                                <div class="logo">
                                        <a href="<?php echo $this->url('dashboard')?>" title=""><img src="<?php echo $this->basePath('images/logo34x34.png') ?>" alt=""/></a>
                                </div>
                                <?php else : ?>
                                        <div class="logo pd-btm">
                                                        <a href="<?php echo $this->url('home')?>" title=""><img src="<?php echo $this->basePath('images/logo34x34.png') ?>" alt=""></a>
                                                </div>
                                <?php endif;?>
                                


                                
                                <?php if($currentUser->hasIdentity()) : ?>
                                                        <div class="search-bar">
                                                <form name="form-top-search" id="form-top-search" action="<?php echo $this->url('search', ['entity' => 'user'])?>" >
                                                        <input type="text" id="keyword" name="keyword" placeholder="Buscar..." >
                                                        <button type="submit"><i class="la la-search"></i></button>
                                                </form>
                                        </div><!--search-bar end-->
                                                
                                        <?php echo $this->menuHelper() ?>
                                        
                                        <div class="menu-btn">
                                                        <a href="#" title=""><i class="fa fa-bars text-primary"></i></a>
                                </div>
                                
                                                <div class="user-account">
                                                          <div class="row">     
                                                                  <!-- <div class="col"> -->
                                                                        <a href="#" class="notification">
                                                                        <i class="fa fa-envelope"></i>                                                                  
                                                                                <span id="badge-message" class="badge" style="display: none">0</span>
                                                                        </a>
                                                                  <!-- </div> -->
                                                                  <!-- <div class="col"> -->
                                                                        <a href="#" class="notification">
                                                                        <i class="fa fa-bolt"></i>                                                                      
                                                                                <span id="badge-notification" class="badge" style="display: none">0</span>
                                                                        </a>
                                                                  <!-- </div> -->
                                                          </div>


                                                        <?php $user = $currentUser->getUser() ?>
                                                        <div class="user-info row">
                                                        <img id="navbar-user-img" src="<?php echo $this->url('storage', ['type' => 'user', 'code' => $user->uuid, 'filename' => $user->image])?>" alt="" />
                                                        <i class="la la-sort-down"></i>
                                                        </div>
                                                        <?php 
                                                        //echo $this->userInfoHelper() 
                                                        ?>
                                                <div class="user-account-settingss" id="users">
                                                <h3>LABEL_SETTINGS</h3>
                                                        <ul class="us-links">
                                                                <li><a href="<?php echo $this->url('account-settings')?>" title="">LABEL_ACCOUNT_SETTING</a></li>
                                        <li><a href="<?php echo $this->url('privacy-policy')?>" title="">LABEL_PRIVACY_POLICY</a></li>
                                        <li><a href="<?php echo $this->url('cookies')?>" title="">LABEL_COOKIES_POLICY</a></li>
                                                        </ul>
         
                                                        <h3 class="tc"><a href="<?php echo $this->url('signout')?>" title="">LABEL_LOGOUT</a></h3>
                                                </div>
                                        </div>
                                                <?php else : ?>
                                                        <div class="login_register">
                                                                <ul>
                                                                        <li><a href="<?php echo $this->url('home')?>" title="">LABEL_SIGNIN</a></li>
                                                                </ul>
                                                        </div>
                                                <?php endif ?>          
                                        </div>
                                </div>
                </header>
                        <div id="app" style="min-height: 400px">
                        <?php echo $this->content ?>
                        </div>
                        
                        
                        
                        <footer>
                        <div class="footy-sec mn no-margin">
                                <div class="container">
                                        <?php echo $this->footerHelper() ?>
                                        <p><img src="<?php echo $this->basePath('images/copy-icon2.png')?>" alt="">Copyright <?php echo date('Y')?></p>
                                        <img class="fl-rgt" src="<?php echo $this->basePath('/images/LL-08.png')?>" alt="">
                                        </div>
                                </div>
                        </footer>               
  
                        <?php if($currentUser->hasIdentity())  {
                            $user = $currentUser->getUser(); 
                            echo $this->chatHelper($user->id); 
                } 
                ?>
  
        </div>
        <!--theme-layout end-->
        
                <script type="text/javascript" src="<?php echo $this->basePath('js/jquery.min.js')?>"></script>
                <script type="text/javascript" src="<?php echo $this->basePath('js/jquery-ui.min.js')?>"></script>
                
        <script type="text/javascript" src="<?php echo $this->basePath('js/popper.js')?>"></script>
        <script type="text/javascript" src="<?php echo $this->basePath('js/bootstrap.min.js')?>"></script>
        <script type="text/javascript" src="<?php echo $this->basePath('lib/slick/slick.min.js')?>"></script>
        <script type="text/javascript" src="<?php echo $this->basePath('js/script.js')?>"></script>
        <script type="text/javascript" src="<?php echo $this->basePath('vendors/nprogress/nprogress.js')?>"></script>    
        <script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery-validation/jquery.validate.min.js')?>"></script>
        <script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery-validation/additional-methods.min.js')?>"></script>
        <script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery-validation/localization/messages_es.min.js')?>"></script>
        <script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap-notify/bootstrap-notify.min.js')?>"></script>
                <script type="text/javascript" src="<?php echo $this->basePath('js/jquery.mCustomScrollbar.js')?>"></script>


        <?php if($currentUser->hasIdentity()) : ?>
        <script type="text/javascript" src="<?php echo $this->basePath('vendors/uploader/plupload.full.min.js')?>"></script>    
        <script type="text/javascript" src="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/jquery.ui.plupload.js')?>"></script>    
        <script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js')?>"></script>    
        <script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js')?>"></script>    
        <script type="text/javascript" src="<?php echo $this->basePath('js/lightbox.js')?>"></script>    
        
        <?php endif; ?>

        <script type="text/javascript" src="<?php echo $this->basePath('js/leaderslinked.js')?>"></script>

                <?php
            echo $this->inlineScript();
        ?>
    </body>
</html>