[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Smarty/templates/ -> Calculator.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  
  13  <div id="calc" style="z-index:10000002" class="layerPopup" >
  14      <table  border="0" cellpadding="5" cellspacing="0" width="100%">
  15          <tr style="cursor:move;" >
  16              <td class="mailClientBg small" id="calc_Handle"><b>{$APP.LBL_CALCULATOR}</b></td>
  17              <td align="right"class="mailClientBg small">
  18              <a href="javascript:;">
  19              <img src="{$IMAGEPATH}close.gif" border="0"  onClick="fninvsh('calc')" hspace="5" align="absmiddle">
  20              </a>
  21              </td>
  22          </tr>
  23      </table>
  24      <table  border="0" cellpadding="0" cellspacing="0" width="100%" class="hdrNameBg">
  25      </tr>
  26      <tr><td style="padding:10px;" colspan="2">{$CALC}</td></tr>
  27      </table>
  28  </div>
  29  
  30  <script>
  31  
  32      var cal_Handle = document.getElementById("calc_Handle");
  33      var cal_Root   = document.getElementById("calc");
  34      Drag.init(cal_Handle, cal_Root);
  35  </script>    


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7