Widget: DataExporter: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 4: Line 4:


     <head>
     <head>
        <style>
            #form {
                display: flex;
                flex-flow: row wrap;
                justify-content: flex-start;
                align-items: flex-start;
            }
        </style>
         <script>
         <script>
             'use strict';
             'use strict';
Line 33: Line 42:
         </script>
         </script>


        <style>
            #form {
                display: flex;
                flex-flow: row wrap;
                justify-content: space-between;
                align-items: flex-start;
            }
        </style>
     </head>
     </head>


Line 62: Line 63:
                     <legend>Format</legend>
                     <legend>Format</legend>


                     <input type="radio" id="TL" name="format" value="TL" checked>
                     <input type="radio" id="XSLX" name="format" value="TL" checked>
                     <label for="TL">Excel (.xslx)</label><br>
                     <label for="XSLX">Excel (.xslx)</label><br>


                     <input type="radio" id="UCL" name="format" value="UCL">
                     <input type="radio" id="ODS" name="format" value="UCL">
                     <label for="UCL">OpenOffice (.ods)</label><br>
                     <label for="ODS">OpenOffice (.ods)</label><br>


                     <input type="radio" id="GL" name="format" value="GL">
                     <input type="radio" id="CSV" name="format" value="GL">
                     <label for="GL">CSV (.csv)</label>
                     <label for="CSV">CSV (.csv)</label>
                 </fieldset>
                 </fieldset>
             </div>
             </div>

Revision as of 14:25, 15 August 2023