Browse Source

Merge pull request #812 from kvch/revert-image-modal

Revert CSS image modal
Adam Tauber 8 years ago
parent
commit
e8cdaf1170

+ 0
- 4
searx/static/plugins/js/infinite_scroll.js View File

@@ -4,13 +4,9 @@ $(document).ready(function() {
4 4
         if ($(document).height() - win.height() == win.scrollTop()) {
5 5
             var formData = $('#pagination form:last').serialize();
6 6
             if (formData) {
7
-                var pageno = $('#pagination input[name=pageno]:last').attr('value');
8 7
                 $('#pagination').html('<div class="loading-spinner"></div>');
9 8
                 $.post('./', formData, function (data) {
10
-                    var lastImageHref = $('.result-images:last a').attr('href');
11 9
                     var body = $(data);
12
-                    $('a[href^="#open-modal"]:last').attr('href', '#open-modal-1-' + pageno);
13
-                    body.find('.modal-image a:first').attr('href', lastImageHref);
14 10
                     $('#pagination').remove();
15 11
                     $('#main_results').append('<hr/>');
16 12
                     $('#main_results').append(body.find('.result'));

+ 1
- 1
searx/static/themes/oscar/css/logicodev.min.css
File diff suppressed because it is too large
View File


+ 1
- 1
searx/static/themes/oscar/css/pointhi.min.css
File diff suppressed because it is too large
View File


+ 0
- 77
searx/static/themes/oscar/less/logicodev/modal-pic.less View File

@@ -1,77 +0,0 @@
1
-.modal-image {
2
-    position: fixed;
3
-    top: 0;
4
-    right: 0;
5
-    bottom: 0;
6
-    left: 0;
7
-    background: rgba(0,0,0,0.8);
8
-    z-index: 1000000001;
9
-    opacity:0 !important;
10
-    pointer-events: none;
11
-
12
-    button {
13
-        display: none;
14
-    }
15
-
16
-    &:target {
17
-        opacity: 1 !important;
18
-        pointer-events: auto;
19
-    }
20
-
21
-    & > div {
22
-        margin: 2% auto;
23
-        width: 97%;
24
-        background: @dim-gray;
25
-        border: @gray 0.1rem solid;
26
-    }
27
-
28
-    @media (min-width: 769px) {
29
-        & > div {
30
-            max-width: 60.0rem;
31
-        }
32
-    }
33
-
34
-    .image-paging-left {
35
-        margin-right: 1.0rem;
36
-        margin-top: 0.5rem;
37
-        width:15px;
38
-        height:15px;
39
-        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBI
40
-WXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AweDQoOuikqUQAAAB1pVFh0Q29tbWVudAAAAAAAQ3Jl
41
-YXRlZCB3aXRoIEdJTVBkLmUHAAAAiElEQVQoz6XTrQ0CQRCG4SesQHI5g6EAqIEewNLSVUACzfAT
42
-BApDDSgSBAaJORKyauf2czOZdybzl5SpxR5j3H/OUQHYoMMMNwE1fcUT5hFwUgPuenAxBDxHwRZb
43
-HKMgbPDCuiQ4ZfYDU6xwxTNafXDP1dOu3nP1heUJDnmCVAB/cMES7/+v+gIq0Bs3k6NL9AAAAABJ
44
-RU5ErkJggg==) 96% no-repeat;
45
-    }
46
-
47
-    .image-paging-right {
48
-        margin-left: 1.2rem;
49
-        margin-top: 0.5rem;
50
-        width:15px;
51
-        height:15px;
52
-        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBI
53
-        WXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AweDQon+JuyPQAAAB1pVFh0Q29tbWVudAAAAAAAQ3Jl
54
-        YXRlZCB3aXRoIEdJTVBkLmUHAAAAaklEQVQoz73TsQ2DUAxF0SMWAFEzwGcaWhgpEyAlbQYJMACj
55
-        sAINTaiIf8Tt3FzL9jPfDHijdoHiVK9o8EAlQMKM1z8EZUTQHoJnjmDJFUwYr17hTIcN/W2dwzOH
56
-        tx2+czhhCZ9oNH/6qh1F2RaYgWxrQwAAAABJRU5ErkJggg==);
57
-
58
-    }
59
-
60
-    .image-container::before {
61
-        display: block;
62
-        min-width: 1.0rem;
63
-        max-width: 60.0rem;
64
-        min-height: 10.0rem;
65
-        height: 30.0rem;
66
-        content: "";
67
-    }
68
-}
69
-
70
-.modal-close {
71
-    position:fixed;
72
-    top: 0;
73
-    left: 0;
74
-    height: 100% !important;
75
-    width: 100% !important;
76
-    z-index: -1;
77
-}

+ 0
- 2
searx/static/themes/oscar/less/logicodev/oscar.less View File

@@ -19,5 +19,3 @@
19 19
 @import "cursor.less";
20 20
 
21 21
 @import "code.less";
22
-
23
-@import "modal-pic.less";

+ 0
- 4
searx/static/themes/oscar/less/pointhi/oscar.less View File

@@ -17,7 +17,3 @@
17 17
 @import "code.less";
18 18
 
19 19
 @import "navbar.less";
20
-
21
-@import "../logicodev/variables.less";
22
-
23
-@import "../logicodev/modal-pic.less";

+ 29
- 44
searx/templates/oscar/result_templates/images.html View File

@@ -1,54 +1,39 @@
1
-<a href="#open-modal-{{ index }}-{{ pageno }}">
2
-    <img src="{% if result.thumbnail_src %}{{ image_proxify(result.thumbnail_src) }}{% else %}{{ image_proxify(result.img_src) }}{% endif %}" alt="{{ result.title|striptags }}" title="{{ result.title|striptags }}" class="img-thumbnail" id="img-result-thumb-{{ index }}" />
3
-</a>
1
+{% from 'oscar/macros.html' import draw_favicon %}
4 2
 
5
-<style type="text/css" media="screen">
6
-#open-modal-{{ index }}-{{ pageno }}:target .image-container::before {
7
-    background: url({{ image_proxify(result.img_src)|safe }}) no-repeat center/contain;
8
-}
9
-</style>
3
+<a href="{{ result.img_src }}" {% if results_on_new_tab %}target="_blank" rel="noopener noreferrer"{% else %}rel="noreferrer"{% endif %} data-toggle="modal" data-target="#modal-{{ index }}-{{pageno}}">
4
+    <img src="{% if result.thumbnail_src %}{{ image_proxify(result.thumbnail_src) }}{% else %}{{ image_proxify(result.img_src) }}{% endif %}" alt="{{ result.title|striptags }}" title="{{ result.title|striptags }}" class="img-thumbnail">
5
+</a>
10 6
 
11
-<div id="open-modal-{{ index }}-{{ pageno }}" class="modal-image">
12
-    <div class="container modal-dialog">
13
-        <div class="row">
14
-            <div class="col-md-12 col-sm-12 col-xs-12 modal-header">
15
-                <a {% if index != 1 %}href="#open-modal-{{ index-1 }}-{{ pageno }}"{% endif %}>
16
-                    <span class="pull-left image-paging-left"></span>
17
-                 </a>
18
-                <a href="#open-modal-{{ index+1 }}-{{ pageno }}">
19
-                    <span class="pull-right image-paging-right"></span>
20
-                </a>
21
-                <h4 class="modal-title image-title">{{ result.title|striptags }}</h4>
22
-            </div>
23
-        </div>
24
-        <div class="row">
25
-            <div class="col-md-12 col-sm-12 col-xs-12 modal-body">
26
-                <a href="{{ result.img_src }}" {% if results_on_new_tab %}target="_blank" rel="noopener noreferrer"{% else %}rel="noreferrer"{% endif %}><div class="image-container"></div></a>
7
+<div class="modal fade" id="modal-{{ index }}-{{ pageno }}" tabindex="-1" role="dialog" aria-hidden="true">
8
+    <div class="modal-dialog">
9
+        <div class="modal-wrapper">
10
+            <div class="modal-header">
11
+                <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
12
+                <h4 class="modal-title">{% if result.engine~".png" in favicons %}{{ draw_favicon(result.engine) }} {% endif %}{{ result.title|striptags }}</h4>
27 13
             </div>
28
-        </div>
29
-        {% if result.content %}
30
-        <div class="row">
31
-            <div class="col-md-12 hidden-sm hidden-xs modal-body">
32
-                <p class="result-content">{{ result.content|safe }}</p>
14
+            <div class="modal-body">
15
+                <img class="img-responsive center-block" src="{% if result.thumbnail_src %}{{ image_proxify(result.thumbnail_src) }}{% else %}{{ image_proxify(result.img_src) }}{% endif %}" alt="{{ result.title|striptags }}">
33 16
                 {% if result.author %}<span class="photo-author">{{ result.author }}</span><br />{% endif %}
17
+                {% if result.content %}
18
+                    <p class="result-content">
19
+                        {{ result.content }}
20
+                    </p>
21
+                {% endif %}
34 22
             </div>
35
-        </div>
36
-        {% endif %}
37
-        <div class="modal-footer">
38
-            <div class="row">
39
-                <div class="col-md-10 col-xs-12">
40
-                    <p class="text-muted pull-left">{{ result.pretty_url }}</p>
23
+            <div class="modal-footer">
24
+                <div class="clearfix"></div>
25
+                <span class="label label-default pull-right">{{ result.engine }}</span>
26
+                <p class="text-muted pull-left">{{ result.pretty_url }}</p>
27
+                <div class="clearfix"></div>
28
+				<div class="row">
29
+                    <div class="col-md-6">
30
+                        <a href="{{ result.img_src }}" {% if results_on_new_tab %}target="_blank" rel="noopener noreferrer"{% else %}rel="noreferrer"{% endif %} class="btn btn-default">{{ _('Get image') }}</a>
31
+                    </div>
32
+                    <div class="col-md-6">
33
+                        <a href="{{ result.url }}" {% if results_on_new_tab %}target="_blank" rel="noopener noreferrer"{% else %}rel="noreferrer"{% endif %} class="btn btn-default">{{ _('View source') }}</a>
34
+                    </div>
41 35
                 </div>
42
-                <div class="col-md-2 hidden-sm hidden-xs">
43
-                    <span class="label label-default pull-right">{{ result.engine }}</span>
44
-                </div>
45
-            </div>
46
-            <div class="row">
47
-                <a href="{{ result.url }}" class="btn btn-default">
48
-                    {{ _('View source') }}
49
-                </a>
50 36
             </div>
51 37
         </div>
52 38
     </div>
53
-    <a href="#img-result-thumb-{{ index }}-{{ pageno }}" class="modal-close"></a>
54 39
 </div>