summaryrefslogtreecommitdiffstats
path: root/ui/html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/html')
-rw-r--r--ui/html/pages/organisations/list.tmpl.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/ui/html/pages/organisations/list.tmpl.html b/ui/html/pages/organisations/list.tmpl.html
index 7185893..eb435b7 100644
--- a/ui/html/pages/organisations/list.tmpl.html
+++ b/ui/html/pages/organisations/list.tmpl.html
@@ -3,4 +3,34 @@
{{ define "main" }}
<h3>Organisations</h3>
<p>There is nothing to see here yet.</p>
+<table id="home-summary-table">
+ <thead>
+ <tr id="header-row">
+ <th>Organisation</th>
+ <th>RP</th>
+ <th>Another attribute</th>
+ <th>Another attribute</th>
+ <th>Another attribute</th>
+ <th>SharePoint</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><a href="#">First organisation</a></td>
+ <td>Tim Gudgeon</td>
+ <td>Bobbins</td>
+ <td>Bobbins</td>
+ <td>Bobbins</td>
+ <td><a href="#">Link</a></td>
+ </tr>
+ <tr>
+ <td>Second organisation</td>
+ <td>Seth Pring</td>
+ <td>Bobbins</td>
+ <td>Bobbins</td>
+ <td>Bobbins</td>
+ <td><a href="#">Link</a></td>
+ </tr>
+ </tbody>
+</table>
{{ end }}