[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/Smarty/templates/ -> ImportStep1.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  <script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
  15  
  16  <!-- header - level 2 tabs -->
  17  {include file='Buttons_List1.tpl'}    
  18  
  19  <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%" class="small">
  20     <tr>
  21      <td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif" /></td>
  22      <td class="showPanelBg" valign="top" width="100%">
  23  
  24          <!-- Import UI Starts -->
  25          <table  cellpadding="0" cellspacing="0" width="100%" border=0>
  26             <tr>
  27              <td width="75%" valign=top>
  28                  <form enctype="multipart/form-data" name="Import" method="POST" action="index.php">
  29                  <input type="hidden" name="module" value="{$MODULE}">
  30                  <input type="hidden" name="step" value="1">
  31                  <input type="hidden" name="source" value="{$SOURCE}">
  32                  <input type="hidden" name="source_id" value="{$SOURCE_ID}">
  33                  <input type="hidden" name="action" value="Import">
  34                  <input type="hidden" name="return_module" value="{$RETURN_MODULE}">
  35                  <input type="hidden" name="return_id" value="{$RETURN_ID}">
  36                  <input type="hidden" name="return_action" value="{$RETURN_ACTION}">
  37                  <input type="hidden" name="parenttab" value="{$CATEGORY}">
  38  
  39                  <!-- IMPORT LEADS STARTS HERE  -->
  40                  <br />
  41                  <table align="center" cellpadding="5" cellspacing="0" width="80%" class="mailClient importLeadUI small" border="0">
  42                     <tr>
  43                      <td colspan="2" height="50" valign="middle" align="left" class="mailClientBg  genHeaderSmall">{$MOD.LBL_MODULE_NAME} {$MODULE}</td>
  44                     </tr>
  45                     <tr >
  46                      <td colspan="2" align="left" valign="top" style="padding-left:40px;">
  47                      <br>
  48                          <span class="genHeaderGray">{$MOD.LBL_STEP_1}</span>&nbsp; 
  49                          <span class="genHeaderSmall">{$MOD.LBL_STEP_1_TITLE}</span> 
  50                      </td>
  51                     </tr>
  52                     <tr >
  53                      <td colspan="2" align="left" valign="top" style="padding-left:40px;">
  54                          {$MOD.LBL_STEP_1_TEXT}
  55                      </td>
  56                     </tr>
  57                     <tr ><td align="left" valign="top" colspan="2">&nbsp;</td></tr>
  58                     <tr >
  59                      <td align="right" valign="top" width="25%" class=small><b>{$MOD.LBL_FILE_LOCATION} </b></td>
  60                      <td align="left" valign="top" width="75%">
  61                          <input type="file" name="userfile"  size="40"   class=small/>&nbsp;
  62                          <input type="checkbox" name="has_header"{$HAS_HEADER_CHECKED} />&nbsp; {$MOD.LBL_HAS_HEADER}
  63                      </td>
  64                     </tr>
  65                     {*<tr >
  66                              <td align="right" valign="top" width="25%"><b>De-Limiter : </b></td>
  67                                  <td align="left" valign="top" width="75%">
  68                                  <input type="text"  class="importBox"  />&nbsp;
  69                              </td>
  70                             </tr>
  71                      
  72                             <tr >
  73                              <td align="right" valign="top" class="small" >    
  74                                  <b>Use Data Source :</b>
  75                              </td>
  76                                  <td align="left" valign="top" class="small" >
  77                                  <input name="custom" type="radio" value="" class="small" />&nbsp;Custom
  78                              </td>
  79                             </tr>
  80                             <tr >
  81                              <td align="right" valign="top">&nbsp;</td>
  82                              <td align="left" valign="top"><input name="custom" type="radio" value="" class="small" /> 
  83                                  Pre - Defined 
  84                              </td>
  85                     </tr>*}
  86                     <tr ><td colspan="2" height="50">&nbsp;</td></tr>
  87                      <tr >
  88                          <td colspan="2" align="right" style="padding-right:40px;" class="reportCreateBottom">
  89                              <input title="{$MOD.LBL_NEXT}" accessKey="" class="crmButton small save" type="submit" name="button" value="  {$MOD.LBL_NEXT} &rsaquo; "  onclick="this.form.action.value='Import';this.form.step.value='2'; return verify_data(this.form);">
  90                          </td>
  91                     </tr>                </form>
  92                   </table>
  93                  <br>
  94                  <!-- IMPORT LEADS ENDS HERE -->
  95              </td>
  96             </tr>
  97          </table>
  98  
  99      </td>
 100      <td valign="top"><img src="{$IMAGE_PATH}showPanelTopRight.gif" /></td>
 101     </tr>
 102  </table>
 103  <br>


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