froogle.tpl

来自「NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个」· TPL 代码 · 共 25 行

TPL
25
字号
{* $Id: froogle.tpl,v 1.3 2004/05/28 12:21:08 max Exp $ *}{capture name=dialog}<FORM action="export.php" method="post" name="froogleform"><INPUT type="hidden" name="mode" value="fcreate"><INPUT type="hidden" name="module_mode" value="froogle"><TABLE cellspacing="5" cellpadding="0"><TR>	<TD>{$lng.lbl_filename}</TD>	<TD><INPUT type="text" name="froogle_file" value="{$froogle_file|default:$def_froogle_file}" size="55"></TD></TR><TR>	<TD colspan="2">	<INPUT type="submit" value="{$lng.lbl_export}">&nbsp;	<INPUT type="button" value="{$lng.lbl_download}" onclick="javascript: document.froogleform.mode.value='fdownload'; document.froogleform.submit();">&nbsp;	{if $is_ftp_module eq 'Y'}	<INPUT type="button" value="{$lng.lbl_upload}" onclick="javascript: document.froogleform.mode.value='fupload'; document.froogleform.submit();">	{/if}</TD></TR></TABLE></FORM>{/capture}{include file="dialog.tpl" title=$lng.lbl_froogle_export content=$smarty.capture.dialog extra="width=100%"}

⌨️ 快捷键说明

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