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

📄 export.tpl

📁 NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个人和企业进行网上销售而开发的一套商城购物系统。 它具有完善的商品管理、订单管理、销售统计、新闻管理、结算系统、税率系统、
💻 TPL
字号:
{* $Id: export.tpl,v 1.17.2.1 2004/08/06 10:45:57 max Exp $ *}
{include file="page_title.tpl" title=$lng.lbl_export_products}

{assign var="columns2" value=$columns}
{capture name=dialog}

<FORM action="export.php" method="POST">

<INPUT type="hidden" name="mode" value="Export products">
<TABLE>
<TR>
<TD nowrap>{$lng.lbl_csv_delimiter}:</TD><TD> { include file="provider/main/ie_delimiter.tpl" }</TD>
</TR>
</TABLE>


{if $config.Images.thumbnails_location eq "DB" || $config.Images.thumbnails_location eq "FS"}

<BR>
{$lng.txt_export_products_image_note|substitute:"my_files_location":$my_files_location}

<BR>

<INPUT type="text" name="images_dir" value="" size="55">

<BR>
<INPUT type="checkbox" name="donot_backup_images" value="Y">
{$lng.lbl_do_not_backup_product_thumbnails_and_detailed_images}

{/if}

<BR>

{include file="buttons/rarrow.tpl"} <INPUT type="submit" value="{$lng.lbl_export_products}">

<BR>

{$lng.txt_export_products_comment}

</FORM>

{/capture}
{include file="dialog.tpl" title=$lng.lbl_export_products content=$smarty.capture.dialog extra="width=100%"}

{if $active_modules.Froogle}
<BR>
{include file="modules/Froogle/froogle.tpl"}
{/if}

⌨️ 快捷键说明

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