|
|
|
|
@ -1,9 +1,29 @@ |
|
|
|
|
{% extends "trademark/base.html" %} |
|
|
|
|
{% load i18n menu_tags cms_tags %} |
|
|
|
|
|
|
|
|
|
{% block trademark_content %} |
|
|
|
|
<h1>Онлайн-поиск товарных знаков <small>по базе свидетельств Роспатента</small> |
|
|
|
|
</h1> |
|
|
|
|
<ol class="list-unstyled list-inline breadcrumb" vocab="http://schema.org/" typeof="BreadcrumbList"> |
|
|
|
|
<li property="itemListElement" typeof="ListItem"> |
|
|
|
|
<a href="{% page_url "main" %}" property="item" typeof="WebPage"><span property="name">Главная страница</span></a> |
|
|
|
|
<meta property="position" content="1"> |
|
|
|
|
</li> |
|
|
|
|
<li property="itemListElement" typeof="ListItem"> |
|
|
|
|
<a href="{% page_url "trademarks" %}" property="item" typeof="WebPage"><span property="name">Товарные знаки</span></a> |
|
|
|
|
<meta property="position" content="2"> |
|
|
|
|
</li> |
|
|
|
|
<li property="itemListElement" typeof="ListItem"> |
|
|
|
|
<span property="name">Онлайн поиск товарных знаков</span> |
|
|
|
|
<meta property="position" content="3"> |
|
|
|
|
</li> |
|
|
|
|
</ol> |
|
|
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-xs-12 col-sm-7"> |
|
|
|
|
{% include 'trademark/form.html' %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
{% verbatim %} |
|
|
|
|
<div ng-controller="TrademarkSearchLandingCtrl" ng-show="trademarks"> |
|
|
|
|
|