{include file="site/common/header"} {include file="site/common/menu"}
  • 商标申请
    {$trademarkInfo.brandApplicationDate}
  • 初审公告
    {$trademarkInfo.brandPreNoticeDate}
  • 注册公告
    {$trademarkInfo.brandRegDate}
  • 终止
    {$trademarkInfo.brandExcEndDate}
{$trademarkInfo.brandName}
{$trademarkInfo.brandName}
* 商标信息仅供参考,不具有法律效力。 {$trademarkInfo.brandLegalStatuName}
{$trademarkInfo.brandNumber?:'--'} {$trademarkInfo.brandApplicationDate?:'--'} 第{$trademarkInfo.brandTypeCode}类-{$trademarkInfo.brandTypeName}
{$trademarkInfo.brandApplicationName?:'--'} 查看申请人名下所有商标
{$trademarkInfo.brandApplicationDddrCn?:'--'}
商品/服务项目
{php} $serviceList = explode(';,',$trademarkInfo['brandGoodsService']); {/php} {foreach $serviceList as $item} {$item|strip_tags} {/foreach}
{$trademarkInfo.brandSimilarGroups}
商标注册信息
初审公告期号 第{$trademarkInfo.brandPreliminaryNoticeNum?:'--'}期 {if $trademarkInfo.brandPreliminaryNoticeNum && $noticeData} {php} $noticeKey = array_search($trademarkInfo['brandPreliminaryNoticeNum'],array_column($noticeData,'brandNoticeNumber')); {/php} {if $noticeKey!==false} 查看公告 {/if} {/if} 初审公告日期 {$trademarkInfo.brandPreNoticeDate?:'--'}
注册公告期号 第{$trademarkInfo.brandRegNum?:'--'}期 {if $trademarkInfo.brandRegNum && $noticeData} {php} $noticeKey = array_search($trademarkInfo['brandRegNum'],array_column($noticeData,'brandNoticeNumber')); {/php} {if $noticeKey!==false} 查看公告 {/if} {/if} 注册公告日期 {$trademarkInfo.brandRegDate?:'--'}
专营权期限 {$trademarkInfo.brandExcBeginDate?:'--'} 至 {$trademarkInfo.brandExcEndDate?:'--'} 商标类型 {$trademarkInfo.brandTypeOfName?:'--'}
代理组织机构 {$trademarkInfo.brandAgency?:'--'}
商标流程
    {php} $statusList = explode('#',$trademarkInfo['brandStatusName']); {/php} {foreach $statusList as $status} {if $status}
  • {php} $statusInfo = explode(' ',$status); {/php} {$statusInfo[0]} {$statusInfo[1]}

  • {/if} {/foreach}
商标公告
    {foreach $noticeData as $notice}
  • {$notice.brandNoticeDate} {$notice.brandNoticeTypeName} 查看

  • {/foreach}
{include file="site/common/footer"}