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

📄 popup_poptions.tpl

📁 NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个人和企业进行网上销售而开发的一套商城购物系统。 它具有完善的商品管理、订单管理、销售统计、新闻管理、结算系统、税率系统、
💻 TPL
字号:
{* $Id: popup_poptions.tpl,v 1.4.2.3 2004/09/10 07:37:33 max Exp $ *}
{ config_load file="$skin_config" }
<HTML>
<HEAD>
<TITLE>{$lng.txt_site_title}</TITLE>
{ include file="meta.tpl" }
<LINK rel="stylesheet" href="{$SkinDir}/{#CSSFile#}">
</HEAD>
<BODY leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<SCRIPT type="text/javascript" language="JavaScript 1.2">
var min_avail = {$min_avail};
var avail = {math equation="x+1" x=$min_avail};
var product_avail = avail;

function FormValidation() {ldelim}

    if(!check_exceptions()) {ldelim}
        alert(exception_msg);
        return false;
    {rdelim}else if (min_avail > avail) {ldelim}
		alert("{$lng.txt_out_of_stock|replace:"\n":"<BR>"|replace:"\r":" "|replace:'"':'\"'}");
		return false;
	{rdelim}

    return true;
{rdelim}
</SCRIPT>
<FORM action="popup_poptions.php" method="post" name="orderform" onsubmit="return FormValidation();">
<INPUT type="hidden" name="mode" value="update">
<INPUT type="hidden" name="id" value="{$id}">
<INPUT type="hidden" name="target" value="{$target}">
<INPUT type="hidden" name="eventid" value="{$eventid}">
<TABLE border="0" width="100%" cellpadding="0" cellspacing="0" align="center" height="100%">
<TR height="30" valign="middle" align="center">
	<TD class="Bottom" height="30"><B>{$lng.lbl_edit_options|upper}</B></TD>
</TR>
<TR>
	<TD height="1"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="1"><BR></TD>
</TR>
<TR>
	<TD class="Bottom" height="1"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="1"><BR></TD>
</TR>
{if $err ne ''}
<TR> 
    <TD align="center"><BR><FONT class="Star">{if $err eq 'exception'}{$lng.txt_exception_warning}{elseif $err eq 'avail'}{$lng.txt_out_of_stock}{/if}</FONT><BR></TD>
</TR> 
{/if}
<TR>
	<TD valign="top">
	<TABLE cellspacing="20" cellpadding="0">
	<TR>
		<TD>
	<TABLE cellspacing="3" cellpadding="0">
{ include file="modules/Product_Options/customer_options.tpl"}
	<TR>
		<TD>&nbsp;</TD>
		<TD><BR><INPUT type="submit" value="{$lng.lbl_update}"></TD>
	</TR>
	</TABLE>
		</TD>
	</TR>
	</TABLE>
	</TD>
</TR>
<TR>
	<TH align="center"><A href="javascript:void(0);" onclick="javascript:window.close();">{$lng.lbl_close_window}</A>   </TH>
</TR>
<TR>
	<TD height="3"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="3"><BR></TD>
</TR>
<TR>
	<TD class="Bottom" height="1"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="1"><BR></TD>
</TR>
<TR>
	<TD height="1"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="1"><BR></TD>
</TR>
<TR height="30" valign="middle" align="right">
	<TD class="Bottom" height="30">{ include file="copyright.tpl" }</TD>
</TR>
</TABLE>
</FORM>
</BODY>
</HTML>

⌨️ 快捷键说明

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