[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Vtiger/ -> Header.tpl (source)

   1  {*<!--
   2  /*********************************************************************************
   3  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9  *
  10   ********************************************************************************/
  11  -->*}
  12  {strip}
  13  <!DOCTYPE html>
  14  <html>
  15      <head>
  16          <title>
  17              {vtranslate($PAGETITLE, $MODULE_NAME)}
  18          </title>
  19          <link REL="SHORTCUT ICON" HREF="layouts/vlayout/skins/images/favicon.ico">
  20          <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  21          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  22          <link rel="stylesheet" href="libraries/jquery/chosen/chosen.css" type="text/css" media="screen" />
  23          <link rel="stylesheet" href="libraries/jquery/jquery-ui/css/custom-theme/jquery-ui-1.8.16.custom.css" type="text/css" media="screen" />
  24  
  25          <link rel="stylesheet" href="libraries/jquery/select2/select2.css" type="text/css" media="screen" />
  26          <link rel="stylesheet" href="libraries/bootstrap/css/bootstrap.css" type="text/css" media="screen" />
  27                  <link rel="stylesheet" href="libraries/bootstrap/css/jqueryBxslider.css" type="text/css" media="screen" />
  28          <link rel="stylesheet" href="resources/styles.css" type="text/css" media="screen" />
  29          <link rel="stylesheet" href="libraries/jquery/posabsolute-jQuery-Validation-Engine/css/validationEngine.jquery.css" />
  30  
  31          <link rel="stylesheet" href="libraries/jquery/select2/select2.css" />
  32  
  33          <link rel="stylesheet" href="libraries/guidersjs/guiders-1.2.6.css"/>
  34          <link rel="stylesheet" href="libraries/jquery/pnotify/jquery.pnotify.default.css"/>
  35          <link rel="stylesheet" href="libraries/jquery/pnotify/use for pines style icons/jquery.pnotify.default.icons.css"/>
  36          <link rel="stylesheet" media="screen" type="text/css" href="libraries/jquery/datepicker/css/datepicker.css" />
  37          {foreach key=index item=cssModel from=$STYLES}
  38                      <link rel="{$cssModel->getRel()}" href="{vresource_url($cssModel->getHref())}" type="{$cssModel->getType()}" media="{$cssModel->getMedia()}" />
  39          {/foreach}
  40  
  41          {* For making pages - print friendly *}
  42          <style type="text/css">
  43          @media print {
  44          .noprint { display:none; }
  45          }
  46          </style>
  47  
  48          {* This is needed as in some of the tpl we are using jQuery.ready *}
  49          <script type="text/javascript" src="libraries/jquery/jquery.min.js"></script>
  50          <!--[if IE]>
  51          <script type="text/javascript" src="libraries/html5shim/html5.js"></script>
  52          <script type="text/javascript" src="libraries/html5shim/respond.js"></script>
  53          <![endif]-->
  54          {* ends *}
  55  
  56          {* ADD <script> INCLUDES in JSResources.tpl - for better performance *}
  57      </head>
  58  
  59      <body data-skinpath="{$SKIN_PATH}" data-language="{$LANGUAGE}">
  60          <div id="js_strings" class="hide noprint">{Zend_Json::encode($LANGUAGE_STRINGS)}</div>
  61          {assign var=CURRENT_USER_MODEL value=Users_Record_Model::getCurrentUserModel()}
  62          <input type="hidden" id="start_day" value="{$CURRENT_USER_MODEL->get('dayoftheweek')}" />
  63          <input type="hidden" id="row_type" value="{$CURRENT_USER_MODEL->get('rowheight')}" />
  64          <input type="hidden" id="current_user_id" value="{$CURRENT_USER_MODEL->get('id')}" />
  65          <div id="page">
  66              <!-- container which holds data temporarly for pjax calls -->
  67              <div id="pjaxContainer" class="hide noprint"></div>
  68  {/strip}


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1