Wiki source code of Controls & Statement of Applicability
Last modified by Lee Pedley on 2026/09/21 21:34
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity}} |
| 2 | {{html wiki="true" clean="false"}} | ||
| 3 | <div class="box infomessage"><strong>Controls & Statement of Applicability</strong><br/>Statement of Applicability and controls register: applicability, implementation, ownership, evidence and review.</div> | ||
| 4 | <form action="$xwiki.getURL('Controls and SoA.WebHome','create')" method="get" style="display:inline-block;margin:1em 0"> | ||
| 5 | <input type="hidden" name="templateprovider" value="Controls and SoA.Code.Controls and SoATemplateProvider"/> | ||
| 6 | <button type="submit" class="btn btn-primary">Add New Control</button> | ||
| 7 | </form> <a class="btn btn-default" href="$xwiki.getURL('ISMS.SoAReport','view')">Statement of Applicability report</a> | ||
| 8 | {{/html}} | ||
| 9 | #set ($columnsProperties = { | ||
| 10 | 'doc.title': {"link":"view"}, | ||
| 11 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
| 12 | }) | ||
| 13 | #set ($options = { | ||
| 14 | 'className': 'Controls and SoA.Code.Controls and SoAClass', | ||
| 15 | 'translationPrefix': 'controls.soa.livetable.', | ||
| 16 | 'tagCloud': false, | ||
| 17 | 'rowCount': 25, | ||
| 18 | 'maxPages': 15, | ||
| 19 | 'selectedColumn': 'doc.title', | ||
| 20 | 'defaultOrder': 'asc' | ||
| 21 | }) | ||
| 22 | #set ($columns = ['controlReference', 'doc.title', 'controlName', 'applicable', 'implementationStatus', 'owner', 'nextReviewDate', '_actions']) | ||
| 23 | #livetable('controlsSoA' $columns $columnsProperties $options) | ||
| 24 | {{/velocity}} |