You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!-- $Id: brand_list.htm 15898 2009 - 05 - 04 07:25:41Z liuhui $ -->
{include file="pageheader.htm"}
{insert_scripts files="../js/utils.js,listtable.js"}
<!-- 品牌搜索 -->
< div class = "form-div" >
< form name = "searchForm" method = "post" >
{$lang.add_sign} < input type = "text" name = "sms_sign" size = "15" / >
< input type = "hidden" name = "act" size = "15" value = "sms_sign_add" / >
< input type = "submit" value = "{$lang.add}" class = "button" / >
{$lang.new_default_sign}: {$default_sign}
< / form >
< / div >
{foreach from=$sms_sign item=sms_sign}
< div class = "form-div" >
< form name = "searchForm" method = "post" >
{$lang.default_sign}: {$sms_sign.value}
{$lang.edited}:< input type = "text" name = "new_sms_sign" size = "15" / >
< input type = "hidden" name = "extend_no" size = "15" value = "{$sms_sign.key}" / >
< input type = "submit" value = "{$lang.edit}" class = "button" name = "sms_sign_update" / >
< input type = "submit" value = "{$lang.set_default_sign}" class = "button" name = "sms_sign_default" / >
< / form >
< / div >
{/foreach}
{include file="pagefooter.htm"}
< form method = "post" action = "" name = "listForm" >
<!-- start brand list -->
< div class = "list-div" id = "listDiv" >
< script type = "text/javascript" language = "javascript" >
<!--
listTable . recordCount = { $record _count } ;
listTable . pageCount = { $page _count } ;
{ foreach from = $filter item = item key = key }
listTable . filter . { $key } = '{$item}' ;
{ / f o r e a c h }
{ literal }
onload = function ( )
{
// 开始检查订单
startCheckOrder ( ) ;
}
{ / l i t e r a l }
//-->
< / script >