-
-
-
-

Digital Gallery Do you see the officer here?

-
-
- - - {% include 'partials/paginate.html' %} - {% for officer in officers.items %} - {% if officer.face.first() is none %} - {% set officer_image = '/static/images/placeholder.png' %} - {% else %} - {% set officer_image = officer.face.first().image.filepath %} - {% endif %} - {% set assignment = officer.assignments.first() %} -
-
-
-

{{ officer.first_name.lower()|title }} +

Digital Gallery Do you see the officer here?

+ + + {% include 'partials/paginate.html' %} +
+ {% for officer in officers.items %} + {% if officer.face.first() is none %} + {% set officer_image = '/static/images/placeholder.png' %} + {% else %} + {% set officer_image = officer.face.first().image.filepath %} + {% endif %} + {% set assignment = officer.assignments.first() %} +
+
+

{{ officer.first_name.lower()|title }} {% if officer.middle_initial %}{{ officer.middle_initial }}. {% endif %} {{ officer.last_name.lower()|title }} #{{ assignment.star_no }}

- -
- Officer face -
-
+
-



-
- {% endfor %} -
- - {% if officers.items|length == 0 %} -
-

Sorry, no officers found for your query! Try again

-
- {% endif %} - + officer_image=officer_image) }}"> +
- -
-
- See any errors? OpenOversight is currently in public beta. Please submit any issues or suggestions you have for us on GitHub, Twitter, or by email to info@lucyparsonslabs.com. We are very interested in any data corrections or inaccuracies you would like to report and correct.
- - -

Department: {{ form_data['dept'] }}

-

Officer rank: {{ form_data['rank'] }}

-

Officer race: {{ form_data['race'] }}

-

Officer gender: {{ form_data['gender'] }}

-

Officer age: {{ form_data['min_age'] }} to {{ form_data['max_age'] }}

- +
+ {% endfor %} +
+ {% include 'partials/paginate.html' %} + + {% if officers.items|length == 0 %} +

Sorry, no officers found for your query! Try again

+ {% endif %} + +
+
+ See any errors? OpenOversight is currently in public beta. + Please submit any issues or suggestions you have for us on GitHub, + Twitter, or by email to info@lucyparsonslabs.com. + We are very interested in any data corrections or inaccuracies you would like to report and correct. +
+ + +

Department: {{ form_data['dept'] }}

+

Officer rank: {{ form_data['rank'] }}

+

Officer race: {{ form_data['race'] }}

+

Officer gender: {{ form_data['gender'] }}

+

Officer age: {{ form_data['min_age'] }} to {{ form_data['max_age'] }}

+
From f77d932f8f90a48068ce8aa18d2b4cc773e86b04 Mon Sep 17 00:00:00 2001 From: redshiftzero Date: Tue, 20 Dec 2016 18:37:13 -0800 Subject: [PATCH 2/2] =?UTF-8?q?Add=20line=20that=20Freddy=20claims=20fixes?= =?UTF-8?q?=20a=20Firefox=20issue=20I=20cannot=20reproduce=20=C2=AF\=5F(?= =?UTF-8?q?=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenOversight/app/static/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenOversight/app/static/theme.css b/OpenOversight/app/static/theme.css index 31eb966b6..9bfc0e697 100644 --- a/OpenOversight/app/static/theme.css +++ b/OpenOversight/app/static/theme.css @@ -24,7 +24,7 @@ body { .thumbnail_container { float:left; max-height:300px; - max-width:auto; + max-width:80%; padding-bottom: 210%; margin:25px; }