[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/Smarty/templates/ -> ImportMap.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  
  14  {assign var="Firstrow" value=$FIRSTROW}
  15  <table border="0" class="small cellLabel" cellpadding="0" cellspacing="1" width="100%">
  16      {foreach name=iter item=row from=$Firstrow}
  17      {assign var="counter" value=$smarty.foreach.iter.iteration}
  18      {math assign="num" equation="x - y" x=$counter y=1}
  19  
  20      <tr>
  21          <td class="small" align="center" height="30">
  22              {$SELECTFIELD[$counter]}
  23          </td>
  24      </tr>
  25      {/foreach}
  26  </table>
  27  


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