Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 385: Line 385:
             <span>Technologies</span>
             <span>Technologies</span>
         </h1>
         </h1>
         <h2>Filters</h2>
         <div id="#dct-filters">
        <div class="filter-wrapper">
            <h2>Filters</h2>
            <h3>Functions</h3>
            <div class="filter-wrapper">
            <div class="filter-button-wrapper">
                <h3>Functions</h3>
                <button type="button" onclick="selectAll('#functions-filter')">Select all</button> |
                <div class="filter-button-wrapper">
                <button type="button" onclick="deselectAll('#functions-filter')">Deselect all</button>
                    <button type="button" onclick="selectAll('#functions-filter')">Select all</button> |
                    <button type="button" onclick="deselectAll('#functions-filter')">Deselect all</button>
                </div>
                <div class="filter-content" id="functions-filter" ></div>
             </div>
             </div>
             <div class="filter-content" id="functions-filter" ></div>
             <div class="filter-wrapper">
        </div>
                <h3>Supported Platforms</h3>
        <div class="filter-wrapper">
                <div class="filter-button-wrapper">
            <h3>Supported Platforms</h3>
                    <button type="button" onclick="selectAll('#data-source-filter')">Select all</button> |
            <div class="filter-button-wrapper">
                    <button type="button" onclick="deselectAll('#data-source-filter')">Deselect all</button>
                <button type="button" onclick="selectAll('#data-source-filter')">Select all</button> |
                </div>
                <button type="button" onclick="deselectAll('#data-source-filter')">Deselect all</button>
                <div class="filter-content" id="data-source-filter"></div>
             </div>
             </div>
            <div class="filter-content" id="data-source-filter"></div>
         </div>
         </div>
         <div id="dct-tabulator"></div>
         <div id="dct-tabulator"></div>
     </div>
     </div>
</includeonly>
</includeonly>

Revision as of 12:56, 15 June 2022

Development verstion of the DCT List.
Not ready for production!