acdh-django-browsing
Advanced tools
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 2.1 | ||
| Metadata-Version: 2.2 | ||
| Name: acdh-django-browsing | ||
| Version: 3.1 | ||
| Version: 3.2 | ||
| Summary: Django-App providing some useful things to create browsing views | ||
@@ -11,2 +11,3 @@ Author-email: Peter Andorfer <peter.andorfer@oeaw.ac.at> | ||
| License-File: LICENSE.txt | ||
| Requires-Dist: crispy-bootstrap5 | ||
| Requires-Dist: django-crispy-forms | ||
@@ -13,0 +14,0 @@ Requires-Dist: django-filter |
@@ -0,1 +1,2 @@ | ||
| crispy-bootstrap5 | ||
| django-crispy-forms | ||
@@ -2,0 +3,0 @@ django-filter |
@@ -30,4 +30,2 @@ LICENSE.txt | ||
| browsing/templates/browsing/partials/pagination.html | ||
| browsing/templates/browsing/partials/table.html | ||
| browsing/templates/browsing/tags/class_definition.html | ||
| browsing/templates/browsing/tags/column_selector.html | ||
| browsing/templates/browsing/partials/table.html |
+1
-1
| include LICENSE | ||
| include README.rst | ||
| include README.md | ||
| recursive-include browsing/templates/browsing * | ||
| recursive-include browsing/static/browsing * |
+3
-2
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 2.1 | ||
| Metadata-Version: 2.2 | ||
| Name: acdh-django-browsing | ||
| Version: 3.1 | ||
| Version: 3.2 | ||
| Summary: Django-App providing some useful things to create browsing views | ||
@@ -11,2 +11,3 @@ Author-email: Peter Andorfer <peter.andorfer@oeaw.ac.at> | ||
| License-File: LICENSE.txt | ||
| Requires-Dist: crispy-bootstrap5 | ||
| Requires-Dist: django-crispy-forms | ||
@@ -13,0 +14,0 @@ Requires-Dist: django-filter |
+2
-1
@@ -7,3 +7,3 @@ [build-system] | ||
| name = "acdh-django-browsing" | ||
| version = "3.1" | ||
| version = "3.2" | ||
| description = "Django-App providing some useful things to create browsing views" | ||
@@ -18,2 +18,3 @@ readme = "README.md" | ||
| dependencies = [ | ||
| "crispy-bootstrap5", | ||
| "django-crispy-forms", | ||
@@ -20,0 +21,0 @@ "django-filter", |
| <abbr title="{{ docstring }}">{{ class_name }}</abbr> |
| {% if togglable_colums %} | ||
| <select class="selectpicker" multiple data-selected-text-format="count > 2" name="columns" id="column_selector"> | ||
| {% for key, value in togglable_colums.items %} | ||
| {% if key == 'merge' and user.is_authenticated and enable_merge %} | ||
| <option value="{{ key }}">{{ value }}</option> | ||
| {% elif key == 'merge' and not user.is_authenticated %} | ||
| {% elif key != 'merge' %} | ||
| <option value="{{ key }}">{{ value }}</option> | ||
| {% endif %} | ||
| {% endfor %} | ||
| </select> | ||
| <script> | ||
| $('#column_selector').on('loaded.bs.select', function (e) { | ||
| var url = new URL(window.location.href); | ||
| var columns = url.searchParams.getAll("columns"); | ||
| $('#column_selector').selectpicker('val', columns); | ||
| }); | ||
| </script> | ||
| {% else %} | ||
| {% endif %} |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
32523
-2.62%32
-5.88%