⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 step3.tpl

📁 SugarCRM5.1 开源PHP客户关系管理系统
💻 TPL
📖 第 1 页 / 共 2 页
字号:
{*/** * SugarCRM is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004 - 2007 SugarCRM Inc. *  * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. *  * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more * details. *  * You should have received a copy of the GNU General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. *  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. *  * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU General Public License version 3. *  * In accordance with Section 7(b) of the GNU General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * "Powered by SugarCRM". */*}{literal}<style><!--textarea { width: 20em }--></style><script type="text/javascript"><!--// hide the shortcut menuif (!Get_Cookie('showLeftCol')) {    Set_Cookie('showLeftCol','true',30,'/','','');}var show = Get_Cookie('showLeftCol');if ( document.getElementById('leftCol').style.display != 'none' ) {    hideLeftCol("leftCol");    closeMenus();}Set_Cookie('showLeftCol',show,30,'/','','');--></script>{/literal}{overlib_includes}<p>{$MODULE_TITLE}</p><form enctype="multipart/form-data" id="importstep3" name="importstep3" method="POST" action="index.php"><input type="hidden" name="module" value="Import"><input type="hidden" name="custom_delimiter" value="{$CUSTOM_DELIMITER}"><input type="hidden" name="custom_enclosure" value="{$CUSTOM_ENCLOSURE}"><input type="hidden" name="type" value="{$TYPE}"><input type="hidden" name="source" value="{$SOURCE}"><input type="hidden" name="source_id" value="{$SOURCE_ID}"><input type="hidden" name="action" value="Step3"><input type="hidden" name="import_module" value="{$IMPORT_MODULE}"><input type="hidden" name="to_pdf" value="1"><input type="hidden" name="has_header" value="{$HAS_HEADER}"><input type="hidden" name="tmp_file" value="{$TMP_FILE}"><input type="hidden" name="tmp_file_base" value="{$TMP_FILE}"><input type="hidden" name="firstrow" value="{$FIRSTROW}"><input type="hidden" name="columncount" value ="{$COLUMNCOUNT}"><input type="hidden" name="display_tabs_def"><div align="right">    <span class="required" align="right">{$APP.LBL_REQUIRED_SYMBOL}</span> {$APP.NTC_REQUIRED}</div><p>{$MOD.LBL_SELECT_FIELDS_TO_MAP}</p><br /><table border="0" cellpadding="0" class="tabDetailView" width="100%" id="importTable">{foreach from=$rows key=key item=item name=rows}{if $smarty.foreach.rows.first}<tr>    <td class="tabDetailViewDL" style="text-align: left;">        <b>{$MOD.LBL_DATABASE_FIELD}</b>&nbsp;        {sugar_help text=$MOD.LBL_DATABASE_FIELD_HELP}    </td>    {if $HAS_HEADER == 'on'}    <td class="tabDetailViewDL" style="text-align: left;">        <b>{$MOD.LBL_HEADER_ROW}</b>&nbsp;        {sugar_help text=$MOD.LBL_HEADER_ROW_HELP}    </td>    {/if}    <td class="tabDetailViewDL" style="text-align: left;">        <b>{$MOD.LBL_DEFAULT_VALUE}</b>&nbsp;        {sugar_help text=$MOD.LBL_DEFAULT_VALUE_HELP}    </td>    <td class="tabDetailViewDL" style="text-align: left;">        <b>{$MOD.LBL_ROW} 1</b>&nbsp;        {sugar_help text=$MOD.LBL_ROW_HELP}    </td>    {if $HAS_HEADER != 'on'}    <td class="tabDetailViewDL" style="text-align: left;"><b>{$MOD.LBL_ROW} 2</b></td>    {/if}</tr>{/if}<tr>    <td valign="top" align="left" class="tabDetailViewDF" id="row_{$smarty.foreach.rows.index}_col_0">        <select class='fixedwidth' name="colnum_{$smarty.foreach.rows.index}">            <option value="-1">{$MOD.LBL_DONT_MAP}</option>            {$item.field_choices}        </select>    </td>    {if $HAS_HEADER == 'on'}    <td class="tabDetailViewDF" id="row_{$smarty.foreach.rows.index}_header">{$item.cell1}</td>    {/if}    <td class="tabDetailViewDF" id="defaultvaluepicker_{$smarty.foreach.rows.index}" nowrap="nowrap">        {$item.default_field}    </td>    {if $item.show_remove}    <td colspan="2">        <input title="{$MOD.LBL_REMOVE_ROW}" accessKey=""             id="deleterow_{$smarty.foreach.rows.index}" class="button" type="button"             value="  {$MOD.LBL_REMOVE_ROW}  ">    </td>    {else}    {if $HAS_HEADER != 'on'}    <td class="tabDetailViewDL" id="row_{$smarty.foreach.rows.index}_col_1">{$item.cell1}</td>    {/if}    <td class="tabDetailViewDL" id="row_{$smarty.foreach.rows.index}_col_2">{$item.cell2}</td>    {/if}</tr>{/foreach}<tr>    <td align="left" colspan="4">        <input title="{$MOD.LBL_ADD_ROW}" accessKey="" id="addrow" class="button" type="button"             name="button" value="  {$MOD.LBL_ADD_ROW}  ">        <input title="{$MOD.LBL_SHOW_ADVANCED_OPTIONS}" accessKey="" id="toggleImportOptions" class="button" type="button"             name="button" value="  {$MOD.LBL_SHOW_ADVANCED_OPTIONS}  ">        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        <span class="dataLabel"><strong>{$MOD.LBL_SAVE_MAPPING_AS}</strong></span>        <span class="dataField">            <input type="text" name="save_map_as" id="save_map_as" value="{$MAPNAME}"                 style="width: 20em" maxlength="254">            &nbsp;{sugar_help text=$MOD.LBL_SAVE_MAPPING_HELP}        </span>    </td></tr><tr style="display: none;" id="importOptions">    <td valign="middle" colspan="4" class="tabDetailViewDF">        <table border="0" width="100%">        <tr>            <td valign="top" width="50%">                <div>                    <h4>Import File Settings&nbsp;{sugar_help text=$MOD.LBL_IMPORT_FILE_SETTINGS_HELP}</h4>                    <table border=0>                    <tr>                        <td class="dataLabel"><slot>{$MOD.LBL_CHARSET}</slot></td>                        <td class="dataField"><slot><select tabindex='4' name='importlocale_charset'>{$CHARSETOPTIONS}</select></slot></td>                    </tr>                    <tr>                        <td class="dataLabel"><slot>{$MOD.LBL_DATE_FORMAT}</slot></td>                        <td class="dataField"><slot><select tabindex='4' name='importlocale_dateformat'>{$DATEOPTIONS}</select></slot></td>                    </tr>                    <tr>                        <td class="dataLabel"><slot>{$MOD.LBL_TIME_FORMAT}</slot></td>                        <td class="dataField"><slot><select tabindex='4' name='importlocale_timeformat'>{$TIMEOPTIONS}</select></slot></td>                    </tr>                    <tr>                        <td class="dataLabel"><slot>{$MOD.LBL_TIMEZONE}</slot></td>                        <td class="dataField"><slot><select tabindex='4' name='importlocale_timezone'>{$TIMEZONEOPTIONS}</select></slot></td>                    </tr>                    <tr>                        <td class="dataLabel"><slot>{$MOD.LBL_CURRENCY}</slot></td>                        <td class="dataField"><slot>                            <select tabindex='4' id='currency_select' name='importlocale_currency' onchange='setSymbolValue(this.selectedIndex);setSigDigits();'>{$CURRENCY}</select>                            <input type="hidden" id="symbol" value="">                        </slot></td>                    </tr>                    <tr>                        <td class="dataLabel"><slot>                            {$MOD.LBL_CURRENCY_SIG_DIGITS}:                        </slot></td>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -