<header>
    <div class="dso-logo-bar">
        <img src="../../images/omgevingsloket.png" alt="Omgevingsloket" class="logo" />
        <div class="dso-tools-bar">
            <div class="dso-login">
                <a href="" class="btn btn-link"><svg class="di di-user">
                        <use href="../../dso-icons.svg#user" />
                    </svg><span>Inloggen</span></a>
            </div>
        </div>
    </div>
    <nav class="dso-navbar">
        <div class="dso-navbar-header">
            <button type="button" class="dso-navbar-toggle">
                <svg class="di di-bars">
                    <use href="../../dso-icons.svg#bars" />
                </svg> <span class="sr-only">Ga naar menu</span>
            </button>
        </div>
        <ul class="dso-nav dso-nav-main">
            <li class="dso-active">
                <a href="#">
                    Samenwerkingen
                </a>
            </li>
            <li>
                <a href="#">
                    Acties overzicht
                </a>
            </li>
            <li>
                <a href="#">
                    Notificatie overzicht
                </a>
            </li>
        </ul>
    </nav>
    <ol class="breadcrumb">
    </ol>
</header>
<main>
    <div class="row">
        <div class="col-md-12">
            <h1>Samenwerken aan behandelen</h1>
            <h2 class="dso-steps-indicator">
                Overzicht samenwerkingen

                <span class="dso-step">

                </span>
            </h2>
        </div>
    </div>
    <div class="row">
        <div class="col-md-3">
            <button type="button" class="btn btn-link">
                <svg class="di di-plus">
                    <use href="../../dso-icons.svg#plus" />
                </svg><span>samenwerking toevoegen</span>
            </button>
        </div>
    </div>
    <div class="row">
        <div class="col-md-12">
            <table class="table">
                <caption class="sr-only">Table met alle samenwerkingen</caption>
                <thead>
                    <tr>
                        <th scope="col">Naam samenwerking</th>
                        <th scope="col">Status</th>
                        <th scope="col">Initiator</th>
                        <th scope="col">Verzoeknummer</th>
                        <th scope="col">Vertrouwelijkheid</th>
                        <th></th>
                        <th></th>
                        <th></th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td><a href="#fabien"><b>Aanleg rondweg Leiden</b></a></td>
                        <td>Open</td>
                        <td>Gemeente Den Haag</td>
                        <td>123456789123</td>
                        <td>Geheim</td>
                        <td><a href="#" title="Gebruikers" class="btn btn-link"><span class="sr-only">Gebruikers</span><svg class="di di-users">
                                    <use href="../../dso-icons.svg#users" />
                                </svg></a>
                        </td>
                        <td><a href="#" title="Gegevens wijzigen" class="btn btn-link"><span class="sr-only">Gegevens wijzigen</span><svg class="di di-pencil">
                                    <use href="../../dso-icons.svg#pencil" />
                                </svg></a>
                        </td>
                        <td><button type="button" class="btn btn-link pull-right">
                                <svg class="di di-angle-right">
                                    <use href="../../dso-icons.svg#angle-right" />
                                </svg><span>Openen</span>
                            </button>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
    </div>
</main>
<footer>
    <div class="row">
        <div class="col-sm-6 col-md-3">
            <h2>Service</h2>
            <ul>
                <li><a href="#">Contact</a></li>
                <li><a href="#">Sitemap</a></li>
                <li><a href="#">Help</a></li>
            </ul>
        </div>
        <div class="col-sm-6 col-md-3">
            <h2>Over deze site</h2>
            <ul>
                <li><a href="#">Copyright</a></li>
                <li><a href="#">Privacy</a></li>
                <li><a href="#">Cookies</a></li>
                <li><a href="#">Toegankelijkheid</a></li>
            </ul>
        </div>
        <div class="col-sm-6 col-md-3">
            <h2>Volg ons ook op</h2>
            <ul>
                <li><a href="#">Twitter</a></li>
                <li><a href="#">LinkedIn</a></li>
            </ul>
        </div>
    </div>
</footer>
{{> '@header' }}
<main>
  <div class="row">
    <div class="col-md-12">
      <h1>Samenwerken aan behandelen</h1>
      {{> '@steps'}}
    </div>
  </div>
  <div class="row">
    <div class="col-md-3">
      {{> '@button' label='samenwerking toevoegen' type='button' modifier='link' icon='plus'}}
    </div> 
  </div>
  <div class="row">
    <div class="col-md-12">
      <table class="table">
        <caption class="sr-only">Table met alle samenwerkingen</caption>
        <thead>
          <tr>
            <th scope="col">Naam samenwerking</th>
            <th scope="col">Status</th>
            <th scope="col">Initiator</th>
            <th scope="col">Verzoeknummer</th>
            <th scope="col">Vertrouwelijkheid</th>
            <th></th>
            <th></th>
            <th></th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td><a href="#fabien" ><b>Aanleg rondweg Leiden</b></a></td>
            <td>Open</td>
            <td>Gemeente Den Haag</td>
            <td>123456789123</td>
            <td>Geheim</td>
            <td>{{> '@anchor' url='#' modifier='btn btn-link' label='Gebruikers' icon='users' iconOnly=true }}</td>
            <td>{{> '@anchor' url='#' modifier='btn btn-link' label='Gegevens wijzigen' icon='pencil' iconOnly=true }}</td>
            <td>{{> '@button' type='button' modifier='link pull-right' label='Openen' icon='angle-right'}}</td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</main>
{{render '@footer' }}
menu:
  modifier: main
  items:
    - label: Samenwerkingen
      active: true
    - label: Acties overzicht
    - label: Notificatie overzicht
title: Overzicht samenwerkingen
sections:
  - title: Woning
    id: panel1
  - title: Bouwwerkzaamheden
    id: panel2
  - title: Plaats van het bouwwerk
    id: panel3
    open: true
    formLegend: Aanvraagformulier
    fieldsets:
      - legend: Plaats van het bouwwerk
        groups:
          - id: omgevingsvergunningPostcode
            inputType: input
            type: text
            label: Postcode
            size: 8
          - id: omgevingsvergunningHuisnummer
            inputType: input
            type: text
            label: Huisnummer
            size: 8
          - id: omgevingsvergunningToevoeging
            inputType: input
            type: text
            label: Huisnummer toevoeging
            size: 8
          - id: omgevingsvergunningStraatnaam
            inputType: input
            type: text
            label: Straatnaam
          - id: omgevingsvergunningWoonplaats
            inputType: input
            type: text
            label: Woonplaats
    submitButton:
      type: submit
      modifier: primary
      label: Volgende stap
  - title: Afmetingen van het bouwwerk
    id: panel4
  - title: Extra werkzaamheden
    id: panel5

There are no notes for this item.