7.7 Product search results page View in a new window

Search result page for the products

Twig: templates/searchResult.twig

Example

Back of page

Kitchen

Displaying 1 - 10 of 21

Cement sheeting

Asbestos cement sheeting was widely used from the 1950s to the late 1980s, so is frequently found when renovating older buildings. Flat-sheet fibro is the most common asbestos cement sheeting. It was simply nailed to a wooden-framed structure, making construction quick and cheap, and could be painted. Cement sheeting was made of asbestos fibres and cement mix, usually in the ratio of 1:9. The asbestos fibres are bound in the cement matrix, preventing them from moving. The fibres don’t tend to be released as long as the sheeting is intact and not cut or drilled.
More details

1 of 240 images

Concrete slabs

Asbestos cement sheeting was widely used from the 1950s to the late 1980s, so is frequently found when renovating older buildings. Flat-sheet fibro is the most common asbestos cement sheeting. It was simply nailed to a wooden-framed structure, making construction quick and cheap, and could be painted. Cement sheeting was made of asbestos fibres and cement mix, usually in the ratio of 1:9.
More details

1 of 240 images

Markup
{% set data = data|default({
  "svgUrl":"."
}) 
%}
<div class="">
    {% include '@asbestos/components/header/header.twig' %}
    {% include '@asbestos/components/navigation/nav-main.twig' %}
    {% include '@asbestos/components/navigation/breadcrumbs.twig' with {
      breadcrumb : [
          {
            "text": "Home",
            "url": "#"
          },
          {
            "text": "Identifying asbestos",
            "url": "#"
          },
          {
            "text": "Search asbestos products",
            "url": "#"
          }
      ]
      
    } %}
    {% include '@asbestos/components/hero-search/hero-search.twig' %}
  <div class="nsw-wysiwyg-content nsw-container p-0">
    <a class="nsw-direction-link pl-3" href="#">
        <img src="{{data.svgUrl}}/images/arrow.svg" class="nsw-icon nsw-icon--rotate-180">
        <span class="nsw-direction-link__text ">
          Back <span class="sr-only">of page</span>
        </span>
    </a>
    <h1 class="col-12">Kitchen</h1>
    <p class="col-12 pt-3 m-0">Displaying 1 - 10 of 21</p>
    <div id="teasers-list">
        {% include '@asbestos/components/teasers/teaser-large.twig' with {
          data: {
            "modifier_class": "white-bg",
            "heading": "Cement sheeting",
            "copy": "Asbestos cement sheeting was widely used from the 1950s to the late 1980s, so is frequently found when renovating older buildings. Flat-sheet fibro is the most common asbestos cement sheeting. It was simply nailed to a wooden-framed structure, making construction quick and cheap, and could be painted.
                      Cement sheeting was made of asbestos fibres and cement mix, usually in the ratio of 1:9. The asbestos fibres are bound in the cement matrix, preventing them from moving. The fibres don’t tend to be released as long as the sheeting is intact and not cut or drilled.",
            "isMoreDetail":true,
            "img": "./images/cement-sheet.png",
            "imgTotal":"240",
            "titleModifierClass": "blue-title mb-3 order-first",
            "contentModifierClass":"pt-md-0 col-12 col-md-8 order-3 order-md-2",
            "imageModifierClass": "col-12 col-md-4 order-2  order-md-3",
            "rowModifierClass":"mx-0 h-100 py-5"
          }
          } %}        
        {% include '@asbestos/components/teasers/teaser-large.twig' with {
          data : {
            "modifier_class": "white-bg",
            "heading": "Concrete slabs",
            "copy": "Asbestos cement sheeting was widely used from the 1950s to the late 1980s, so is frequently found when renovating older buildings. Flat-sheet fibro is the most common asbestos cement sheeting. It was simply nailed to a wooden-framed structure, making construction quick and cheap, and could be painted.
                      Cement sheeting was made of asbestos fibres and cement mix, usually in the ratio of 1:9.",
            "isMoreDetail":true,
            "img": "./images/room.jpg",
            "imgTotal":"240",
            "titleModifierClass": "blue-title mb-3 order-first ",
            "contentModifierClass":"pt-md-0 col-12 col-md-8  order-3  order-md-2",
            "imageModifierClass": "col-12 col-md-4 order-2  order-md-3",
            "rowModifierClass":"mx-0 h-100 py-5"
          }
          } %}         
    </div>
  </div>
  <div class="mt-3">
    {% include '@asbestos/components/navigation/pagination.twig' %} 
  </div>
  {% include '@asbestos/components/feedback/feedback.twig' %}
  <div class="">
    {% include '@asbestos/components/footer/footer.twig' with { "modifier_class":"mt-0"} %}
  </div>
</div>