[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
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 {if $BKP_SERVER_MODE eq 'edit'} 13 <table border=0 cellspacing=0 cellpadding=0 width=100% class="listRow"> 14 <tr> 15 <td class="small" valign=top ><table width="100%" border="0" cellspacing="0" cellpadding="5"> 16 <tr> 17 <td width="20%" nowrap class="small cellLabel"><font color="red">*</font><strong>{$MOD.LBL_SERVER_ADDRESS} </strong></td> 18 <td width="80%" class="small cellText"> 19 <input type="text" class="detailedViewTextBox small" value="{$FTPSERVER}" name="server"></strong> 20 </td> 21 </tr> 22 <tr valign="top"> 23 24 <td nowrap class="small cellLabel"><font color="red">*</font><strong>{$MOD.LBL_USERNAME}</strong></td> 25 <td class="small cellText"> 26 <input type="text" class="detailedViewTextBox small" value="{$FTPUSER}" name="server_username"> 27 </td> 28 </tr> 29 <tr> 30 <td nowrap class="small cellLabel"><font color="red">*</font><strong>{$MOD.LBL_PASWRD}</strong></td> 31 <td class="small cellText"> 32 <input type="password" class="detailedViewTextBox small" value="{$FTPPASSWORD}" name="server_password"> 33 </td> 34 </tr> 35 </table> 36 {else} 37 <table border=0 cellspacing=0 cellpadding=0 width=100% class="listRow"> 38 <tr> 39 <td class="small" valign=top ><table width="100%" border="0" cellspacing="0" cellpadding="5"> 40 <tr> 41 <td width="20%" nowrap class="small cellLabel"><strong>{$MOD.LBL_SERVER_ADDRESS} </strong></td> 42 <td width="80%" class="small cellText"><strong>{$FTPSERVER} </strong></td> 43 </tr> 44 <tr valign="top"> 45 <td nowrap class="small cellLabel"><strong>{$MOD.LBL_USERNAME}</strong></td> 46 <td class="small cellText">{$FTPUSER} </td> 47 </tr> 48 <tr> 49 <td nowrap class="small cellLabel"><strong>{$MOD.LBL_PASWRD}</strong></td> 50 <td class="small cellText"> 51 {if $FTPPASSWORD neq ''} 52 ****** 53 {/if} 54 </td> 55 </tr> 56 </table> 57 58 {/if} 59 </td> 60 </tr> 61 </table> 62 <table border=0 cellspacing=0 cellpadding=5 width=100% > 63 <tr> 64 <td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td> 65 </tr> 66 </table>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |