File tree Expand file tree Collapse file tree
curation-app/src/main/resources/xslt Expand file tree Collapse file tree Original file line number Diff line number Diff line change 206206 </a >
207207 </td >
208208 <td >
209- <button type =" button" class =" btn btn-info" data-bs-toggle =" collapse" aria-expanded =" false" >
210- <xsl : attribute name =" data-bs-target" >#mdr-row-<xsl : value-of select =" position()" /></xsl : attribute >
211- <xsl : attribute name =" aria-controls" >mdr-row-<xsl : value-of select =" position()" /></xsl : attribute >
209+ <button type =" button" class =" btn btn-info" data-bs-toggle =" collapse" aria-expanded =" false" data-bs-target =" #{generate-id()}" aria-controls =" {generate-id()}" >
212210 Show
213211 </button >
214212 </td >
222220 </button >
223221 </td >
224222 </tr >
225- <tr class =" collapse" >
226- <xsl : attribute name =" id" >mdr-row-<xsl : value-of select =" position()" /></xsl : attribute >
223+ <tr class =" collapse" id =" {generate-id()}" >
227224 <td colspan =" 3" >
228225 <ul >
229226 <xsl : for-each select =" detail" >
350347 <xsl : value-of select =" ./mdSelfLink" />
351348 </td >
352349 <td >
353- <button type =" button" class =" btn btn-info" data-bs-toggle =" collapse" aria-expanded =" false" >
354- <xsl : attribute name =" data-bs-target" >#dsl-row-<xsl : value-of select =" position()" /></xsl : attribute >
355- <xsl : attribute name =" aria-controls" >dsl-row-<xsl : value-of select =" position()" /></xsl : attribute >
350+ <button type =" button" class =" btn btn-info" data-bs-toggle =" collapse" aria-expanded =" false" data-bs-target =" #{generate-id()}" aria-controls =" {generate-id()}" >
356351 Show
357352 </button >
358353 </td >
359354 </tr >
360- <tr class =" collapse" >
361- <xsl : attribute name =" id" >mdr-row-<xsl : value-of select =" position()" /></xsl : attribute >
355+ <tr class =" collapse" id =" {generate-id()}" >
362356 <td colspan =" 2" >
363357 <ul >
364358 <xsl : for-each select =" ./origins/origin" >
Original file line number Diff line number Diff line change 218218 </a >
219219 </td >
220220 <td >
221- <button type =" button" class =" btn btn-info" data-bs-toggle =" collapse" aria-expanded =" false" >
222- <xsl : attribute name =" data-bs-target" >#mdr-row-<xsl : value-of select =" position()" /></xsl : attribute >
223- <xsl : attribute name =" aria-controls" >mdr-row-<xsl : value-of select =" position()" /></xsl : attribute >
221+ <button type =" button" class =" btn btn-info" data-bs-toggle =" collapse" aria-expanded =" false" data-bs-target =" #{generate-id()}" aria-controls =" {generate-id()}" >
224222 Show
225223 </button >
226224 </td >
234232 </button >
235233 </td >
236234 </tr >
237- <tr class =" collapse" >
238- <xsl : attribute name =" id" >mdr-row-<xsl : value-of select =" position()" /></xsl : attribute >
235+ <tr class =" collapse" id =" {generate-id()}" >
239236 <td colspan =" 3" >
240237 <ul >
241238 <xsl : for-each select =" detail" >
362359 <xsl : value-of select =" ./mdSelfLink" />
363360 </td >
364361 <td >
365- <button type =" button" class =" btn btn-info" data-bs-toggle =" collapse" aria-expanded =" false" >
366- <xsl : attribute name =" data-bs-target" >#dsl-row-<xsl : value-of select =" position()" /></xsl : attribute >
367- <xsl : attribute name =" aria-controls" >dsl-row-<xsl : value-of select =" position()" /></xsl : attribute >
362+ <button type =" button" class =" btn btn-info" data-bs-toggle =" collapse" aria-expanded =" false" data-bs-target =" #{generate-id()}" aria-controls =" {generate-id()}" >
368363 Show
369364 </button >
370365 </td >
371366 </tr >
372- <tr class =" collapse" >
373- <xsl : attribute name =" id" >mdr-row-<xsl : value-of select =" position()" /></xsl : attribute >
367+ <tr class =" collapse" id =" {generate-id()}" >
374368 <td colspan =" 2" >
375369 <ul >
376370 <xsl : for-each select =" ./origins/origin" >
Original file line number Diff line number Diff line change 160160 </xsl : choose >
161161 </td >
162162 <td >
163- <button class =" showUrlInfo btn btn-info" >Show</button >
163+ <button class =" btn btn-info" data-bs-toggle = " collapse " aria-expanded = " false " data-bs-target = " #{generate-id()} " aria-controls = " {generate-id()} " >Show</button >
164164 </td >
165165 </tr >
166- <tr hidden = " hidden " >
166+ <tr class = " collapse " id = " {generate-id()} " >
167167 <td colspan =" 3" >
168168 <b >Message:</b >
169169 <xsl : value-of select =" ./@message" />
Original file line number Diff line number Diff line change 2222 <maven .compiler.target>21</maven .compiler.target>
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <linkchecker-persistence .version>2.2.0-alpha2</linkchecker-persistence .version>
25- <revision >7.6.0-alpha1 </revision >
25+ <revision >7.6.0-SNAPSHOT </revision >
2626 <vlo .version>4.12.4</vlo .version>
2727 <vtd .version>2.11</vtd .version>
2828 <saxon .version>12.3</saxon .version>
You can’t perform that action at this time.
0 commit comments