You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% if request.get_full_path|are_reviews_excluded %}
59
-
<inputtype="checkbox" name="exclude_reviews" >
60
-
61
-
<ahref="{{ request.get_full_path|set_page_to_one|set_index_model:'models:isisdata.citation'|remove_url_part:'excluded_facets=citation_type:Review'|add_facet_or_operator }}"> Book Reviews are excluded</a>
59
+
<ahref="{{ request.get_full_path|set_page_to_one|set_index_model:'models:isisdata.citation'|remove_url_part:'excluded_facets=citation_type:Review'|add_facet_or_operator }}"><iclass="far fa-square"></i> Include book reviews</a>
62
60
{% endif %}
63
61
{% if not request.get_full_path|are_reviews_excluded %}
<ahref="{{ request.get_full_path|set_page_to_one|set_index_model:'models:isisdata.citation'|add_excluded_citation_type_facet:'Review'|add_facet_or_operator }}"> Book Reviews are included</a>
62
+
<ahref="{{ request.get_full_path|set_page_to_one|set_index_model:'models:isisdata.citation'|add_excluded_citation_type_facet:'Review'|add_facet_or_operator }}"><iclass="fa fa-check-square"></i> Include book reviews</a>
66
63
{% endif %}
67
64
</small>
68
65
</div>
69
66
70
67
<divclass="col-md-12" style="padding-top: 10px;">
71
68
<small>
72
-
{% if request.get_full_path|are_stubs_excluded %}
73
-
<inputtype="checkbox" name="exclude_stubs" >
69
+
{% if request.get_full_path|is_limited_to_tech_culture %}
70
+
<ahref="{{ request.get_full_path|set_page_to_one|set_index_model:'models:isisdata.citation'|remove_url_part:'selected_facets=citation_dataset_typed_names:Technology & Culture Bibliography'|add_facet_or_operator }}"><iclass="fa fa-check-square"></i> Limit to just Technology and Culture data</a>
71
+
{% endif %}
72
+
{% if not request.get_full_path|is_limited_to_tech_culture %}
73
+
<ahref="{{ request.get_full_path|set_page_to_one|set_index_model:'models:isisdata.citation'|limit_to_tech_culture_facet|add_facet_or_operator }}"><iclass="far fa-square"></i> Limit to just Technology and Culture data</a>
74
+
{% endif %}
75
+
</small>
76
+
</div>
74
77
75
-
<ahref="{{ request.get_full_path|set_page_to_one|set_index_model:'models:isisdata.citation'|remove_url_part:'excluded_facets=citation_stub_record_status:SR'|add_facet_or_operator }}"> Incomplete records are excluded</a>
78
+
<divclass="col-md-12" style="padding-top: 10px;">
79
+
<small>
80
+
{% if request.get_full_path|are_stubs_excluded %}
81
+
<spanstyle="color: #555"><iclass="far fa-square"></i> Include incomplete records</span>
76
82
{% endif %}
77
83
{% if not request.get_full_path|are_stubs_excluded %}
<ahref="{{ request.get_full_path|set_page_to_one|set_index_model:'models:isisdata.citation'|add_excluded_stub_record_status_facet:'SR'|add_facet_or_operator }}"> Incomplete records are included</a>
84
+
<spanstyle="color: #555"><iclass="fa fa-check-square"></i> Include incomplete records</span>
<divid="collapseCitationTypes" class="collapseCitationTypes panel-collapse {% if "citation_type" not in selected_facets.keys %}collapse{% else %}in{%endif%}" aria-expanded="true">
<divid="collapseLanguages" class="collapseLanguages panel-collapse {% if "citation_language" not in selected_facets.keys %}collapse{% else %}in{%endif%}" aria-expanded="true">
<divid="collapseDatasets" class="collapseDatasets panel-collapse {% if "citation_dataset_typed_names" not in selected_facets.keys %}collapse{% else %}in{%endif%}" aria-expanded="true">
222
-
<divclass="facet_panel panel-body">
223
-
224
-
<divclass="row panel-row">
225
-
<divclass="col-md-12 panel-cell">
226
-
<h5style="margin:4px 0"><small>Select the dataset you would like see.</small></h5>
227
-
</div>
228
-
</div>
229
-
230
-
<divclass="row panel-row ">
231
-
{% if facets_citation.fields.dataset_typed_names %}
232
-
<divclass="col-md-12">
233
-
{% for dataset_name in selected_facets.citation_dataset_typed_names %}
234
-
{% with dataset_name|create_facet_string:'citation_dataset_typed_names' as encoded_dataset_typed_names %}
0 commit comments