[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Vtiger/ -> Footer.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          <input id='activityReminder' class='hide noprint' type="hidden" value="{$ACTIVITY_REMINDER}"/>
  14  
  15          {* Feedback side-panel button *}
  16          {if $HEADER_LINKS && $MAIN_PRODUCT_SUPPORT && !$MAIN_PRODUCT_WHITELABEL}
  17          {assign var="FIRSTHEADERLINK" value=$HEADER_LINKS.0}
  18          {assign var="FIRSTHEADERLINKCHILDRENS" value=$FIRSTHEADERLINK->get('childlinks')}
  19          {assign var="FEEDBACKLINKMODEL" value=$FIRSTHEADERLINKCHILDRENS.2}
  20          <div id="userfeedback" class="feedback noprint">
  21              <a href="https://discussions.vtiger.com" target="_blank" xonclick="{$FEEDBACKLINKMODEL->get('linkurl')}" class="handle">{vtranslate("LBL_FEEDBACK", "Vtiger")}</a>
  22          </div>
  23          {/if}
  24  
  25          {if !$MAIN_PRODUCT_WHITELABEL && isset($CURRENT_USER_MODEL)}
  26          <footer class="noprint">
  27                      <div class="vtFooter">
  28              <p>
  29                  {vtranslate('POWEREDBY')} {$VTIGER_VERSION} &nbsp;
  30                  &copy; 2004 - {date('Y')}&nbsp&nbsp;
  31                  <a href="//www.vtiger.com" target="_blank">vtiger.com</a>
  32                  &nbsp;|&nbsp;
  33                  <a href="#" onclick="window.open('../copyright.html','copyright', 'height=115,width=575').moveTo(210,620)">{vtranslate('LBL_READ_LICENSE')}</a>
  34                  &nbsp;|&nbsp;
  35                  <a href="https://www.vtiger.com/crm/privacy-policy" target="_blank">{vtranslate('LBL_PRIVACY_POLICY')}</a>
  36              </p>
  37                       </div>
  38          </footer>
  39          {/if}
  40          
  41          {* javascript files *}
  42          {include file='JSResources.tpl'|@vtemplate_path}
  43          </div>
  44          
  45      </body>
  46  </html>
  47  {/strip}


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