summaryrefslogblamecommitdiffstats
path: root/ui/html/pages/operations/list.tmpl.html
blob: c377129a25dac6f7fcfd4f12e4630a0c668f6017 (plain) (tree)



































                                                                           
{{ define "title" }}Operations{{end}}

{{ define "main" }}
<h3>Operations <span><a href="#" class="admin-link">[Admin]</a></span></h3>
<p>There is nothing to see here yet.</p>
<table id="home-summary-table">
    <thead>
        <tr id="header-row">
            <th>Operation</th>
            <th>RP</th>
            <th>Lead Inspector[s]</th>
            <th>Another attribute</th>
            <th>Another attribute</th>
            <th>SharePoint</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td><a href="#">First operation</a></td>
            <td>Tim Gudgeon</td>
            <td>Tina McKinchey / Barbara Snelland</td>
            <td>Bobbins</td>
            <td>Bobbins</td>
            <td><a href="#">Link</a></td>
        </tr>
        <tr>
            <td>Second organisation</td>
            <td>Seth Pring</td>
            <td>Barbara Snelland</td>
            <td>Bobbins</td>
            <td>Bobbins</td>
            <td><a href="#">Link</a></td>
        </tr>
    </tbody>
</table>
{{ end }}