Línea 39... |
Línea 39... |
39 |
}
|
39 |
}
|
40 |
}}
|
40 |
}}
|
41 |
<form method="get" action="{{base}}" class="dataformatselector m-1">
|
41 |
<form method="get" action="{{base}}" class="dataformatselector m-1">
|
42 |
<div class="d-flex flex-wrap align-items-end text-xs-right">
|
42 |
<div class="d-flex flex-wrap align-items-end text-xs-right">
|
43 |
<input type="hidden" name="sesskey" value="{{sesskey}}">
|
43 |
<input type="hidden" name="sesskey" value="{{sesskey}}">
|
44 |
<label for="downloadtype_{{name}}" class="mr-1">{{label}}</label>
|
44 |
<label for="downloadtype_{{name}}" class="me-1">{{label}}</label>
|
45 |
<select name="{{name}}" id="downloadtype_{{name}}" class="form-control custom-select mr-1">
|
45 |
<select name="{{name}}" id="downloadtype_{{name}}" class="form-control form-select me-1">
|
46 |
{{#options}}
|
46 |
{{#options}}
|
47 |
<option value="{{value}}">{{label}}</option>
|
47 |
<option value="{{value}}">{{label}}</option>
|
48 |
{{/options}}
|
48 |
{{/options}}
|
49 |
</select>
|
49 |
</select>
|
50 |
<button type="submit" class="btn btn-secondary">{{submit}}</button>
|
50 |
<button type="submit" class="btn btn-secondary">{{submit}}</button>
|