[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/Smarty/templates/ -> GlobalListView.tpl (source)

   1  {*<!--
   2  
   3  /*********************************************************************************
   4  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   5   * ("License"); You may not use this file except in compliance with the License
   6   * The Original Code is:  vtiger CRM Open Source
   7   * The Initial Developer of the Original Code is vtiger.
   8   * Portions created by vtiger are Copyright (C) vtiger.
   9   * All Rights Reserved.
  10  *
  11   ********************************************************************************/
  12  
  13  -->*}
  14  
  15  {*<!-- module header -->*}
  16  <script language="JavaScript" type="text/javascript" src="include/js/general.js"></script>
  17  <script language="JavaScript" type="text/javascript" src="include/js/search.js"></script>
  18  {if $MODULE eq 'Contacts'}
  19  {$IMAGELISTS}
  20  <script language="JavaScript" type="text/javascript" src="include/js/thumbnail.js"></script>
  21  <div id="dynloadarea" style=float:left;position:absolute;left:350px;top:150px;></div>
  22  {/if}
  23  <script language="JavaScript" type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
  24  
  25  {if $SEARCH_MODULE eq 'All'}
  26  <script>
  27  displayModuleList(document.getElementById('global_search_module'));
  28  </script>
  29  {/if}
  30  
  31  {*<!-- Contents -->*}
  32  
  33  {if $MODULE eq $SEARCH_MODULE && $SEARCH_MODULE neq ''}
  34      <div id="global_list_{$SEARCH_MODULE}" style="display:block">
  35  {elseif $MODULE eq 'Contacts' && $SEARCH_MODULE eq ''}
  36      <div id="global_list_{$MODULE}" style="display:block">
  37  {elseif $SEARCH_MODULE neq ''}
  38      <div id="global_list_{$MODULE}" style="display:none">
  39  {else}
  40      <div id="global_list_{$MODULE}" style="display:block">
  41  {/if}
  42  <table border=0 cellspacing=0 cellpadding=0 width=98% align=center>
  43       <form name="massdelete" method="POST">
  44       <input name="idlist" type="hidden">
  45       <input name="change_owner" type="hidden">
  46       <input name="change_status" type="hidden">
  47       <tr>
  48          <td>
  49         <!-- PUBLIC CONTENTS STARTS-->
  50         <br>
  51         <div class="small" style="padding:2px">
  52              <table border=0 cellspacing=1 cellpadding=0 width=100% class="lvtBg">
  53                 <tr >
  54              <td>
  55                  <table border=0 cellspacing=0 cellpadding=2 width=100% class="small">
  56                     <tr>
  57                      <td style="padding-right:20px" nowrap ><b class=big>{$APP.$MODULE}</b>{$SEARCH_CRITERIA}</td>
  58                      <!-- Not used, may be used in future when we do the pagination and customeviews
  59                          <td style="padding-right:20px" class="small" nowrap>{$RECORD_COUNTS}</td>
  60                          <td nowrap >
  61                              <table border=0 cellspacing=0 cellpadding=0 class="small">
  62                                 <tr>{$NAVIGATION}</tr>
  63                              </table>
  64                                           </td>
  65                           <td width=100% align="right">
  66                                 <table border=0 cellspacing=0 cellpadding=0 class="small">
  67                                  <tr>{$CUSTOMVIEW}</tr>
  68                                 </table>
  69                           </td>    
  70                      -->
  71                     </tr>
  72                  </table>
  73                   <div  class="searchResults">
  74                   <table border=0 cellspacing=0 cellpadding=3 width=100% class="small">
  75                     <tr>
  76                      {if $DISPLAYHEADER eq 1}
  77                          {foreach item=header from=$LISTHEADER}
  78                              <td class="mailSubHeader">{$header}</td>
  79                               {/foreach}
  80                      {else}
  81                          <td class="searchResultsRow" colspan=$HEADERCOUNT> {$APP.LBL_NO_DATA} </td>
  82                      {/if}
  83                     </tr>
  84                     {foreach item=entity key=entity_id from=$LISTENTITY}
  85                     <tr bgcolor=white onMouseOver="this.className='lvtColDataHover'" onMouseOut="this.className='lvtColData'"  >
  86                      {foreach item=data from=$entity}    
  87                          <td>{$data}</td>
  88                      {/foreach}
  89                     </tr>
  90                     {/foreach}
  91                  </table>
  92                   </div>
  93  
  94                  <!-- not used, may be used in future for navigation
  95                       <table border=0 cellspacing=0 cellpadding=2 width=100%>
  96                         <tr>
  97                           <td style="padding-right:20px" class="small" nowrap>{$RECORD_COUNTS}</td>
  98                          <td nowrap >
  99                              <table border=0 cellspacing=0 cellpadding=0 class="small">
 100                                 <tr>{$NAVIGATION}</tr>
 101                              </table>
 102                          </td>
 103                         </tr>
 104                      </table>
 105                  -->
 106              </td>
 107             </tr>
 108          </table>
 109         </div>
 110         
 111      </td>
 112      </form>    
 113     </tr>
 114  </table>
 115  
 116  </div>
 117  {$SELECT_SCRIPT}
 118  


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