mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
17 lines
663 B
Plaintext
17 lines
663 B
Plaintext
|
<!-- HTML to allow the user to change how the results are being displayed.-->
|
||
|
|
||
|
<div class="col s12 m2 l2" id="display">
|
||
|
<h6 style="margin-top: 0px;">Display</h6>
|
||
|
<div class="divider" style="margin-bottom: 10px;"></div>
|
||
|
<div class="row">
|
||
|
<div class="col s12">
|
||
|
<form id="display-options-form">
|
||
|
{{ M.render_field(display_options_form.results_per_page,
|
||
|
material_icon='format_list_numbered') }}
|
||
|
{{ M.render_field(display_options_form.result_context,
|
||
|
material_icon='short_text') }}
|
||
|
{{ M.render_field(display_options_form.expert_mode) }}
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|