Widget: UseCaseList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 413: | Line 413: | ||
const identifier = escapeAttr(curr); | const identifier = escapeAttr(curr); | ||
return acc | return acc | ||
+ '<div><input type="checkbox" | + '<div><input type="checkbox" id="type-filter-' + identifier | ||
+ '" value="' + curr + '">' | + '" value="' + curr + '">' | ||
+ '<label for="type-filter-' + identifier + '">' + curr + '</label></div>' | + '<label for="type-filter-' + identifier + '">' + curr + '</label></div>' | ||
Line 422: | Line 422: | ||
const identifier = escapeAttr(curr); | const identifier = escapeAttr(curr); | ||
return acc | return acc | ||
+ '<div><input type="checkbox" | + '<div><input type="checkbox" id="event-type-filter-' + identifier | ||
+ '" value="' + curr + '">' | + '" value="' + curr + '">' | ||
+ '<label for="event-type-filter-' + identifier + '">' + curr + '</label></div>' | + '<label for="event-type-filter-' + identifier + '">' + curr + '</label></div>' | ||
Line 431: | Line 431: | ||
const identifier = escapeAttr(curr); | const identifier = escapeAttr(curr); | ||
return acc | return acc | ||
+ '<div><input type="checkbox" | + '<div><input type="checkbox" id="category-filter-' + identifier | ||
+ '" value="' + curr + '">' | + '" value="' + curr + '">' | ||
+ '<label for="category-filter-' + identifier + '">' + curr + '</label></div>' | + '<label for="category-filter-' + identifier + '">' + curr + '</label></div>' | ||
Line 440: | Line 440: | ||
const identifier = escapeAttr(curr); | const identifier = escapeAttr(curr); | ||
return acc | return acc | ||
+ '<div><input type="checkbox" | + '<div><input type="checkbox" id="scale-filter-' + identifier | ||
+ '" value="' + curr + '">' | + '" value="' + curr + '">' | ||
+ '<label for="scale-filter-' + identifier + '">' + curr + '</label></div>' | + '<label for="scale-filter-' + identifier + '">' + curr + '</label></div>' | ||
Line 449: | Line 449: | ||
const identifier = escapeAttr(curr); | const identifier = escapeAttr(curr); | ||
return acc | return acc | ||
+ '<div><input type="checkbox" | + '<div><input type="checkbox" id="phases-filter-' + identifier | ||
+ '" value="' + curr + '">' | + '" value="' + curr + '">' | ||
+ '<label for="phases-filter-' + identifier + '">' + curr + '</label></div>' | + '<label for="phases-filter-' + identifier + '">' + curr + '</label></div>' | ||
Line 458: | Line 458: | ||
const identifier = escapeAttr(curr); | const identifier = escapeAttr(curr); | ||
return acc | return acc | ||
+ '<div><input type="checkbox" | + '<div><input type="checkbox" id="thematic-filter-' + identifier | ||
+ '" value="' + curr + '">' | + '" value="' + curr + '">' | ||
+ '<label for="thematic-filter-' + identifier + '">' + curr + '</label></div>' | + '<label for="thematic-filter-' + identifier + '">' + curr + '</label></div>' |
Revision as of 15:09, 21 March 2023
Current version of the List of Use Cases.
currently in use!