📄 editor_mode.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 + -