|
36 | 36 |
|
37 | 37 | <table class="listing description"> |
38 | 38 | <tr class="serviceid"> |
39 | | - <th>Service-ID</th> |
| 39 | + <th scope="row">Service-ID</th> |
40 | 40 | <td tal:content="python:'{:03}'.format(context.serviceid)"></td> |
41 | 41 | </tr> |
42 | 42 | <tr class="servicename"> |
43 | | - <th>Servicebezeichnung</th> |
| 43 | + <th scope="row">Servicebezeichnung</th> |
44 | 44 | <td tal:content="context/servicename"></td> |
45 | 45 | </tr> |
46 | 46 | <tr class="details"> |
47 | | - <th>Detailbeschreibung</th> |
| 47 | + <th scope="row">Detailbeschreibung</th> |
48 | 48 | <td tal:content="structure context/details/output"></td> |
49 | 49 | </tr> |
50 | 50 | <tr tal:condition="context/subject" class="subjects"> |
51 | | - <th>Stichworte</th> |
| 51 | + <th scope="row">Stichworte</th> |
52 | 52 | <td> |
53 | 53 | <ul> |
54 | 54 | <li tal:repeat="item context/subject"> |
|
58 | 58 | </td> |
59 | 59 | </tr> |
60 | 60 | <tr tal:condition="context/servicefamily" class="servicefamily"> |
61 | | - <th>Servicefamilie</th> |
| 61 | + <th scope="row">Servicefamilie</th> |
62 | 62 | <td tal:content="context/servicefamily"></td> |
63 | 63 | </tr> |
64 | 64 | <tr tal:condition="context/servicestatus" class="servicestatus"> |
65 | | - <th>Servicestatus</th> |
| 65 | + <th scope="row">Servicestatus</th> |
66 | 66 | <td> |
67 | 67 | <span tal:attributes="class context/servicestatus" |
68 | 68 | tal:content="python: view.get_servicestatus_names()[context.servicestatus]">Status</span> |
|
74 | 74 |
|
75 | 75 | <table class="listing options"> |
76 | 76 | <tr class="basefunctions"> |
77 | | - <th>Basisfunktionen</th> |
| 77 | + <th scope="row">Basisfunktionen</th> |
78 | 78 | <td> |
79 | 79 | <ul> |
80 | 80 | <li tal:repeat="basefunction context/basefunctions"> |
|
83 | 83 | </td> |
84 | 84 | </tr> |
85 | 85 | <tr tal:condition="context/extrafunctions" class="extrafunctions"> |
86 | | - <th>Zusatzfunktionen</th> |
| 86 | + <th scope="row">Zusatzfunktionen</th> |
87 | 87 | <td> |
88 | 88 | <ul> |
89 | 89 | <li tal:repeat="extrafunction context/extrafunctions"> |
|
92 | 92 | </td> |
93 | 93 | </tr> |
94 | 94 | <tr class="ingests"> |
95 | | - <th>Einlieferung</th> |
| 95 | + <th scope="row">Einlieferung</th> |
96 | 96 | <td> |
97 | 97 | <ul> |
98 | 98 | <li tal:repeat="ingest context/ingests"> |
|
101 | 101 | </td> |
102 | 102 | </tr> |
103 | 103 | <tr class="serviceoptions"> |
104 | | - <th>Service-Optionen</th> |
| 104 | + <th scope="row">Service-Optionen</th> |
105 | 105 | <td tal:content="structure context/serviceoptions/output"></td> |
106 | 106 | </tr> |
107 | 107 |
|
108 | 108 | <tr class="storageoptions"> |
109 | | - <th>Speicher-Optionen</th> |
| 109 | + <th scope="row">Speicher-Optionen</th> |
110 | 110 | <td> |
111 | 111 | <ul> |
112 | 112 | <li tal:repeat="storage context/storageoptions"> |
|
120 | 120 |
|
121 | 121 | <table class="listing terms"> |
122 | 122 | <tr class="basefunctions"> |
123 | | - <th>Personal</th> |
| 123 | + <th scope="row">Personal</th> |
124 | 124 | <td> |
125 | 125 | <ul> |
126 | 126 | <li tal:repeat="person context/staff"> |
|
130 | 130 | </td> |
131 | 131 | </tr> |
132 | 132 | <tr class="sourcesystem"> |
133 | | - <th>Quellsystem</th> |
| 133 | + <th scope="row">Quellsystem</th> |
134 | 134 | <td></td> |
135 | 135 | </tr> |
136 | 136 | <tr class="datarequirements"> |
137 | | - <th>Datenanforderung</th> |
| 137 | + <th scope="row">Datenanforderung</th> |
138 | 138 | <td></td> |
139 | 139 | </tr> |
140 | 140 | <tr class="terms"> |
141 | | - <th>Nutzungsregelungen</th> |
| 141 | + <th scope="row">Nutzungsregelungen</th> |
142 | 142 | <td tal:content="structure context/terms/output"></td> |
143 | 143 | </tr> |
144 | 144 | </table> |
|
0 commit comments