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

📄 news_common.tpl

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

{if $mode eq "create" or $mode eq "modify" or ($mode eq "messages" and ($action eq "add" or $action eq "modify"))}
{$lng.txt_fields_are_mandatory}
<BR>
{/if}

<BR>

{capture name=dialog}

<DIV align="right">{include file="buttons/button.tpl" button_title=$lng.lbl_news_lists href="news.php?page=`$page`"}</DIV>

<BR>

{if $mode eq "create"}
{assign var="dialog_title" value=$lng.lbl_news_list_details}
{include file="modules/News_Management/news_details.tpl"}

{elseif $mode eq "modify"}
{assign var="dialog_title" value=$lng.lbl_news_list_details}
{include file="modules/News_Management/news_details.tpl"}

{elseif $mode eq "subscribers"}
{assign var="dialog_title" value=$lng.lbl_news_list_maillist}
{include file="modules/News_Management/news_subscribers.tpl"}

{elseif $mode eq "messages"}
{assign var="dialog_title" value=$lng.lbl_news_list_messages}
{if $action eq "add" or $action eq "modify"}
{assign var="dialog_title" value=$lng.lbl_news_list_message_details}
{/if}
{include file="modules/News_Management/news_messages.tpl"}
{/if}

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

⌨️ 快捷键说明

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