Widget: DataExporter: Difference between revisions
From LINKS Community Center
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> | ||
</head> | </head> | ||
Line 62: | Line 63: | ||
<legend>Format</legend> | <legend>Format</legend> | ||
<input type="radio" id=" | <input type="radio" id="XSLX" name="format" value="TL" checked> | ||
<label for=" | <label for="XSLX">Excel (.xslx)</label><br> | ||
<input type="radio" id=" | <input type="radio" id="ODS" name="format" value="UCL"> | ||
<label for=" | <label for="ODS">OpenOffice (.ods)</label><br> | ||
<input type="radio" id=" | <input type="radio" id="CSV" name="format" value="GL"> | ||
<label for=" | <label for="CSV">CSV (.csv)</label> | ||
</fieldset> | </fieldset> | ||
</div> | </div> |