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

📄 editor_mode.tpl

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

{capture name=dialog}

{if $editor_mode_enabled}

{$lng.txt_webmaster_mode_top_text}

<BR><BR>

<A href="{$catalogs.customer}/default.php?shopkey={$config.General.shop_closed_key}" target="customer"><B>{$lng.lbl_open_customer_area}</B></A>

<BR><BR>

{$lng.txt_to_close_webmaster_mode}

<BR><BR>

<FORM action="editormode.php" method="POST">
<INPUT type="hidden" name="mode" value="quit_mode">
<INPUT type="submit" value="{$lng.lbl_close_webmaster_mode}">
</FORM>

<HR size="1" noshade align="center" width="80%">

{/if}

{$lng.txt_webmaster_mode_text}

{if $editor_mode_enabled eq ""}

{$lng.txt_start_webmaster_mode_text}

<BR><BR>

<FORM action="editormode.php" method="POST">
<INPUT type="hidden" name="mode" value="start_mode">
<INPUT type="submit" value="{$lng.lbl_start_webmaster_mode}">
</FORM>

{/if}

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

⌨️ 快捷键说明

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