Project

General

Profile

1
<div class="image-front-topbar  uk-section-default uk-position-relative" uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}" tm-header-transparent="light">
2
  <div style=" min-height: 350px;"  [class]="' uk-background-norepeat uk-background-cover uk-background-bottom-center uk-section uk-padding-remove-bottom uk-flex uk-flex-middle uk-background-fixed '+searchFormClass">
3
    <div class="uk-position-cover" style="/*background-color: rgba(255, 255, 255, 0.37);*/"></div>
4
    <div class="uk-container">
5
        <div class="uk-position-relative">
6

    
7

    
8
           <div   class="uk-container ">
9
             <div   class="uk-width-1-1">
10
               <search-form [isDisabled]="disableForms" [(keyword)]="searchUtils.keyword" (keywordChange)="keywordChanged($event)"  [placeholderText]="formPlaceholderText"></search-form>
11
             </div>
12

    
13

    
14
           </div>
15
        </div>
16
     </div>
17
  </div>
18
</div>
19

    
20
<div id="tm-main" class=" uk-section uk-padding-remove-top tm-middle"   >
21
  <div uk-grid uk-grid>
22
    <div class="tm-main uk-width-1-1@s uk-width-1-1@m  uk-width-1-1@l uk-row-first ">
23

    
24
      <!--div   [class]="'uk-background-norepeat uk-background-cover uk-section uk-flex uk-flex-middle '+searchFormClass" >
25
        <div   class="uk-width-1-1">
26
          <div   class="uk-width-1-1">
27
            <search-form [isDisabled]="disableForms" [(keyword)]="searchUtils.keyword" (keywordChange)="keywordChanged($event)"  [placeholderText]="formPlaceholderText"></search-form>
28
          </div>
29
          <div   class="uk-width-1-1  uk-light">
30
            <div *ngIf="isFiltered()" class = "uk-container uk-text-center ">
31
              <span *ngIf = "searchUtils.keyword.length > 0">Keywords: <span>{{searchUtils.keyword}}<a (click) = "clearKeywords() " [class]="(disableForms)?'uk-icon-button uk-disabled':'uk-icon-button'"><span class=" clickable " aria-hidden="true"><span class="uk-icon">
32
                <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="close" ratio="1"><path fill="none" stroke="#000" stroke-width="1.06" d="M16,16 L4,4"></path><path fill="none" stroke="#000" stroke-width="1.06" d="M16,4 L4,16"></path></svg>
33
                </span></span></a></span>
34
              </span>
35
              <span *ngFor="let filter of filters " >
36
                <span *ngIf = "filter.countSelectedValues > 0"> {{filter.title}}:
37
                  <span *ngFor="let value of getSelectedValues(filter); let i = index;  let end = last; " >{{value.name}}<a (click) = "removeFilter(value, filter) " [class]="(disableForms)?'uk-icon-button uk-disabled':'uk-icon-button'"><span class=" clickable" aria-hidden="true"><span class="uk-icon">
38
                    <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="close" ratio="1"><path fill="none" stroke="#000" stroke-width="1.06" d="M16,16 L4,4"></path><path fill="none" stroke="#000" stroke-width="1.06" d="M16,4 L4,16"></path></svg>
39
                    </span></span></a>
40
                    <span *ngIf="!end">, </span>
41
                  </span>
42
                </span>
43
              </span>
44

    
45
              <a (click)="clearFilters()" [class]="(disableForms)?'uk-disabled uk-link-muted':''">
46
                Clear All
47
              </a>
48
            </div>
49
          </div>
50
        </div>
51
      </div!-->
52

    
53
      <div  class="uk-container">
54
        <helper position="top"></helper>
55
        <div  class="uk-width-2-3@m  uk-width-2-3@l  uk-width-1-1@s">
56

    
57
          <div *ngIf="filters.length > 0" class="uk-offcanvas-content uk-hidden@m">
58
            <a href="#offcanvas-usage" uk-toggle><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" ratio="1"><rect x="6" y="4" width="12" height="1"></rect><rect x="6" y="9" width="12" height="1"></rect><rect x="6" y="14" width="12" height="1"></rect><rect x="2" y="4" width="2" height="1"></rect><rect x="2" y="9" width="2" height="1"></rect><rect x="2" y="14" width="2" height="1"></rect></svg></a>
59

    
60
            <div id="offcanvas-usage" uk-offcanvas>
61
              <div class="uk-offcanvas-bar">
62
                <button class="uk-offcanvas-close" type="button" uk-close></button>
63
                <div *ngIf="isFiltered()" class = "  ">
64
                  <span *ngIf = "searchUtils.keyword.length > 0"><span class="uk-text-bold">Keywords:</span>
65
                  <a (click) = "clearKeywords() " title="Remove keywords" [class]="((disableForms)?'  uk-disabled':'  ')+' portal-color '"><span class=" clickable " aria-hidden="true"><span class="uk-icon ">
66
                    <svg width="16" height="16" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="close" ratio="0.8"><path fill="none" stroke="#000" stroke-width="1.6" d="M16,16 L4,4"></path><path fill="none" stroke="#000" stroke-width="1.6" d="M16,4 L4,16"></path></svg>
67
                    </span></span></a>
68
                  <span [innerHtml]="searchUtils.keyword"></span>
69

    
70
                  </span>
71
                  <div *ngFor="let filter of filters " >
72
                    <span *ngIf = "filter.countSelectedValues > 0"> <span class="uk-text-bold">{{filter.title}}:</span>
73
                      <span *ngFor="let value of getSelectedValues(filter); let i = index;  let end = last; " >
74
                        <a [title]="'Remove '+value.name"(click) = "removeFilter(value, filter) " [class]="((disableForms)?'  uk-disabled':'  ')+'  portal-color '"><span class=" clickable" aria-hidden="true"><span class="uk-icon">
75
                          <svg width="16" height="16" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="close" ratio="0.8"><path fill="none" stroke="#000" stroke-width="1.6" d="M16,16 L4,4"></path><path fill="none" stroke="#000" stroke-width="1.6" d="M16,4 L4,16"></path></svg>
76
                          </span></span></a>
77
                        <span [innerHtml]="(value.name.length > 25)?value.name.substring(0,25)+'...':value.name" [title]="value.name"></span>
78

    
79
                        <span *ngIf="!end" class="   ">, </span>
80
                      </span>
81
                    </span>
82
                  </div>
83
                  <div class="uk-margin-small-bottom uk-margin-small-top">
84
                    <a  *ngIf="countFilters()>1" (click)="clearFilters()" [class]="((disableForms)?'uk-disabled uk-link-muted':'')+' uk-margin-small-right portal-link '">
85
                   Clear All
86
                  </a>
87
                  <div *ngIf="searchViewLink" class="uk-width-1-1@s uk-hidden@m">
88
                    <p>
89
                      <span class="uk-margin-small-right uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" ratio="1"><rect x="2" y="2" width="3" height="3"></rect><rect x="8" y="2" width="3" height="3"></rect><rect x="14" y="2" width="3" height="3"></rect><rect x="2" y="8" width="3" height="3"></rect><rect x="8" y="8" width="3" height="3"></rect><rect x="14" y="8" width="3" height="3"></rect><rect x="2" y="14" width="3" height="3"></rect><rect x="8" y="14" width="3" height="3"></rect><rect x="14" y="14" width="3" height="3"></rect></svg></span>
90

    
91
                      <a routerLinkActive="router-link-active" [class]="(disableForms && !enableSearchView)?'uk-disabled uk-link-muted':''" [routerLink]=searchViewLink >
92
                        <span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="table" ratio="1"><rect x="1" y="3" width="18" height="1"></rect><rect x="1" y="7" width="18" height="1"></rect><rect x="1" y="11" width="18" height="1"></rect><rect x="1" y="15" width="18" height="1"></rect></svg></span>
93
                      </a>
94
                    </p>
95
                  </div>
96
                </div>
97

    
98
                </div>
99
                <div class="uk-text-large">Filter By:</div>
100
                <search-filter  *ngFor="let filter of filters " [addShowMore]=false [isDisabled]="disableForms" [filter]="filter"  [showResultCount]=showResultCount (change)="filterChanged($event)" (toggleModal)="toggleModal($event)"></search-filter>
101
              </div>
102
            </div>
103

    
104
          </div>
105
        </div>
106

    
107
        <div  class="uk-grid uk-width-1-1 uk-margin-top">
108
          <div *ngIf="filters.length > 0" class="  uk-margin-top helper-left-right search-filters uk-visible@m">
109
            <helper position="left" before="true"></helper>
110
            <div  class = "  ">
111
              <span *ngIf = "searchUtils.keyword.length > 0"><span class="uk-text-bold">Keywords:</span>
112
              <a (click) = "clearKeywords() " title="Remove keywords" [class]="((disableForms)?'  uk-disabled':'  ')+' portal-color '"><span class=" clickable " aria-hidden="true"><span class="uk-icon ">
113
                <svg width="16" height="16" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="close" ratio="0.8"><path fill="none" stroke="#000" stroke-width="1.6" d="M16,16 L4,4"></path><path fill="none" stroke="#000" stroke-width="1.6" d="M16,4 L4,16"></path></svg>
114
                </span></span></a>
115
              <span [innerHtml]="searchUtils.keyword"></span>
116

    
117
              </span>
118
              <div *ngFor="let filter of filters "  class="uk-margin-small-bottom">
119
                <span *ngIf = "filter.countSelectedValues > 0"> <span class="uk-text-bold">{{filter.title}}:</span>
120
                  <span *ngFor="let value of getSelectedValues(filter); let i = index;  let end = last; " >
121
                    <a [title]="'Remove '+value.name"(click) = "removeFilter(value, filter) " [class]="((disableForms)?'  uk-disabled':'  ')+'  portal-color '"><span class=" clickable" aria-hidden="true"><span class="uk-icon">
122
                      <svg width="16" height="16" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="close" ratio="0.8"><path fill="none" stroke="#000" stroke-width="1.6" d="M16,16 L4,4"></path><path fill="none" stroke="#000" stroke-width="1.6" d="M16,4 L4,16"></path></svg>
123
                      </span></span></a>
124
                    <span [innerHtml]="(value.name.length > 25)?value.name.substring(0,25)+'...':value.name" [title]="value.name"></span>
125

    
126
                    <span *ngIf="!end" class="   ">, </span>
127
                  </span>
128
                </span>
129
              </div>
130
              <div class="uk-margin-small-bottom ">
131
                <a  *ngIf="countFilters()>1" (click)="clearFilters()" [class]="((disableForms)?'uk-disabled uk-link-muted':'')+' uk-margin-small-right portal-link '">
132
               Clear All
133
              </a>
134
               <div *ngIf="searchViewLink" class="uk-width-1-1@s ">
135
                <p>
136
                  <span class="uk-margin-small-right uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" ratio="1"><rect x="2" y="2" width="3" height="3"></rect><rect x="8" y="2" width="3" height="3"></rect><rect x="14" y="2" width="3" height="3"></rect><rect x="2" y="8" width="3" height="3"></rect><rect x="8" y="8" width="3" height="3"></rect><rect x="14" y="8" width="3" height="3"></rect><rect x="2" y="14" width="3" height="3"></rect><rect x="8" y="14" width="3" height="3"></rect><rect x="14" y="14" width="3" height="3"></rect></svg></span>
137

    
138
                  <a routerLinkActive="router-link-active" [class]="(disableForms && !enableSearchView)?'uk-disabled uk-link-muted':''" [routerLink]=searchViewLink >
139
                    <span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="table" ratio="1"><rect x="1" y="3" width="18" height="1"></rect><rect x="1" y="7" width="18" height="1"></rect><rect x="1" y="11" width="18" height="1"></rect><rect x="1" y="15" width="18" height="1"></rect></svg></span>
140
                  </a>
141
                </p>
142
              </div>
143
            </div>
144

    
145
            </div>
146
            <search-filter  *ngFor="let filter of filters " [isDisabled]="disableForms" [filter]="filter"  [showResultCount]=showResultCount (change)="filterChanged($event)" (toggleModal)="toggleModal($event)"></search-filter>
147
            <helper position="left" before="false"></helper>
148
          </div>
149
          <helper *ngIf="filters.length == 0" class="uk-margin-top helper-left-right uk-visible@m" position="left"></helper>
150

    
151
          <div class="uk-width-expand@m uk-width-1-1@s uk-first-column custom-dataTable-content" >
152
            <div *ngIf="openaireLink"> <a class="uk-margin-top   uk-button uk-button-text"  [href]=openaireLink target="_blank" >Results in OpenAIRE</a></div>
153
            <div *ngIf="searchUtils.totalResults > 0" class="uk-align-center uk-margin-remove-bottom">
154
              <div class="searchPaging uk-panel uk-margin-top uk-grid uk-margin-bottom">
155
                <span class="uk-width-1-1@s uk-width-1-2@m">
156
                  {{searchUtils.totalResults | number}} {{type}}, page {{searchUtils.page | number}} of {{(totalPages()) | number}}
157
                </span>
158
                <span class="float-children-right-at-medium margin-small-top-at-small uk-width-1-1@s uk-width-1-2@m">
159
                  <paging-no-load [currentPage]="searchUtils.page" [totalResults]="searchUtils.totalResults" [size]="rowsOnPage" (pageChange)="goTo($event.value, false)"></paging-no-load>
160
                </span>
161
              </div>
162
            </div>
163

    
164
            <!-- <div *ngIf="searchViewLink" class="uk-width-1-1@s uk-hidden@m">
165
              <p>
166
                <span class="uk-margin-small-right uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" ratio="1"><rect x="2" y="2" width="3" height="3"></rect><rect x="8" y="2" width="3" height="3"></rect><rect x="14" y="2" width="3" height="3"></rect><rect x="2" y="8" width="3" height="3"></rect><rect x="8" y="8" width="3" height="3"></rect><rect x="14" y="8" width="3" height="3"></rect><rect x="2" y="14" width="3" height="3"></rect><rect x="8" y="14" width="3" height="3"></rect><rect x="14" y="14" width="3" height="3"></rect></svg></span>
167

    
168
                <a routerLinkActive="router-link-active" [class]="(disableForms && !enableSearchView)?'uk-disabled uk-link-muted':''" [routerLink]=searchViewLink >
169
                  <span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="table" ratio="1"><rect x="1" y="3" width="18" height="1"></rect><rect x="1" y="7" width="18" height="1"></rect><rect x="1" y="11" width="18" height="1"></rect><rect x="1" y="15" width="18" height="1"></rect></svg></span>
170
                </a>
171
              </p>
172
            </div> -->
173

    
174
            <div *ngIf="searchUtils.totalResults <= 0" class="errors-in-searchTableView">
175
              <errorMessages [status]="[searchUtils.status]" [type]="'results'"></errorMessages>
176
            </div>
177

    
178
            <div *ngIf="searchUtils.status == errorCodes.LOADING || searchUtils.status == errorCodes.DONE" class="uk-overflow-auto">
179
              <!--  #mf="mfDataTable" [mfRowsOnPage]="rowsOnPage"
180
                      [mfData]="results | contentProvidersDatatable : [searchUtils, filters, triggerPipe, cd]"
181

    
182
                    -->
183
              <table datatable class="uk-table uk-table-striped divider-table" [dtOptions]="dtOptions" id="dpTable" [dtTrigger]="dtTrigger" dtInstance="dtInstanceCallback">
184
                <thead >
185
                  <tr>
186
                    <th *ngFor="let column of columnNames" class="uk-text-center">{{column}}</th>
187
                  </tr>
188
                </thead>
189
                <tbody>
190
                  <tr class="uk-table-middle" *ngFor="let result of results">
191
                    <td *ngIf="result.hasOwnProperty('title')" [class]="'uk-text-center uk-width-1-'+columnNames.length">
192
                      <a [queryParams]="{datasourceId: result.id}" routerLinkActive="router-link-active" routerLink="/search/dataprovider">
193
                        <span *ngIf="result.title.name"
194
                              [innerHTML]="result.title.name">
195
                        </span>
196
                        <span *ngIf="!result.title.name">
197
                          [no title available]
198
                        </span>
199
                      </a>
200
                    </td>
201
                    <td *ngIf="result.hasOwnProperty('type')" [class]="'uk-text-center uk-width-1-'+columnNames.length">
202
                      <span *ngIf="result.type">{{result.type}}</span>
203
                      <span *ngIf="!result.type">-</span>
204
                    </td>
205
                    <td *ngIf="result.hasOwnProperty('countries')" [class]="'uk-text-center uk-width-1-'+columnNames.length">
206
                      <span *ngFor="let country of result['countries'].slice(0,5) let i = index">{{country}}{{(i < ( result['countries'].slice(0,5).length-1))?", ":""}}{{(i ==  result['countries'].slice(0,5).length-1 &&  result['countries'].length > 5)?"...":""}}</span>
207
                      <span *ngIf="result.countries.length == 0">-</span>
208
                    </td>
209
                    <td *ngIf="result.hasOwnProperty('organizations')" [class]="'uk-text-center uk-width-1-'+columnNames.length">
210
                      <span *ngFor="let org of result['organizations'].slice(0,5) let i = index">
211
                        <a *ngIf="org.id" [queryParams]="{organizationId: org.id}" routerLinkActive="router-link-active" routerLink="/search/organization">{{org.name}}</a><span *ngIf="!org.id">{{org.name}}</span>{{(i < ( result['organizations'].slice(0,5).length-1))?", ":""}}{{(i ==  result['organizations'].slice(0,5).length-1 &&  result['organizations'].length > 5)?"...":""}}
212
                      </span>
213
                      <span *ngIf="result.organizations.length == 0">-</span>
214
                    </td>
215
                    <td *ngIf="result.hasOwnProperty('compatibility')" [class]="'uk-text-center uk-width-1-'+columnNames.length">
216
                      <span *ngIf="result.compatibility">{{result.compatibility}}</span>
217
                      <span *ngIf="!result.compatibility">-</span>
218
                    </td>
219

    
220
                    <!--Community Projects-->
221
                    <td *ngIf="result.hasOwnProperty('acronym') && result.hasOwnProperty('name')" [class]="'uk-text-center uk-width-1-'+columnNames.length">
222
                      <a [queryParams]="(result.openaireId) ? {projectId: result.openaireId} : {grantId: encode(result.grantId), funder: encode(result.funder)}"
223
                          routerLinkActive="router-link-active" routerLink="/search/project">
224
                        <span *ngIf="result.name">{{result.name}}</span>
225
                        <span *ngIf="result.name && result.acronym">(</span>
226
                        <span *ngIf="result.acronym">{{result.acronym}}</span>
227
                        <span *ngIf="result.name && result.acronym">)</span>
228
                        <span *ngIf="!result.name && !result.acronym">[no title available]</span>
229
                      </a>
230
                    </td>
231
                    <td *ngIf="result.hasOwnProperty('grantId')" [class]="'uk-text-center uk-width-1-'+columnNames.length">
232
                      <span *ngIf="result.grantId">{{result.grantId}}</span>
233
                      <span *ngIf="!result.grantId">-</span>
234
                    </td>
235
                    <td *ngIf="result.hasOwnProperty('funder')" [class]="'uk-text-center uk-width-1-'+columnNames.length">
236
                      <span *ngIf="result.funder">{{result.funder}}</span>
237
                      <span *ngIf="!result.funder">-</span>
238
                    </td>
239

    
240
                    <!--Community Content Providers-->
241
                    <td *ngIf="!result.hasOwnProperty('acronym') && result.hasOwnProperty('name')" [class]="'uk-text-center uk-width-1-'+columnNames.length">
242
                      <a [queryParams]="{datasourceId: result.openaireId}" routerLinkActive="router-link-active" routerLink="/search/dataprovider">
243
                        <span *ngIf="result.name">{{result.name}}</span>
244
                        <span *ngIf="!result.name">[no name available]</span>
245
                      </a>
246
                    </td>
247
                    <td *ngIf="result.hasOwnProperty('officialname')" [class]="'uk-text-center uk-width-1-'+columnNames.length">
248
                      <span *ngIf="result.officialname">{{result.officialname}}</span>
249
                      <span *ngIf="!result.officialname">-</span>
250
                    </td>
251
                  </tr>
252
                </tbody>
253
                <!-- <thead *ngIf="searchUtils.totalResults > 0">
254
                  <tr><td colspan="5" class="uk-padding-remove-horizontal">
255
                    <span class="uk-h6">
256
                      {{searchUtils.totalResults}} content providers, page {{searchUtils.page}} of {{(totalPages())}}
257
                    </span>
258
                    <paging-no-load class="uk-float-right" [currentPage]="searchUtils.page" [totalResults]="searchUtils.totalResults" [size]="rowsOnPage" (pageChange)="goTo($event.value, false)"></paging-no-load>
259
                  </td></tr>
260
                </thead> -->
261
              </table>
262
            </div>
263

    
264
            <div *ngIf="searchUtils.totalResults > 0" class="uk-align-center uk-margin-remove-bottom">
265
              <div class="searchPaging uk-panel uk-margin-top uk-grid uk-margin-bottom">
266
                <span class="uk-width-1-1@s uk-width-1-2@m">
267
                  {{searchUtils.totalResults | number}} {{type}}, page {{searchUtils.page | number}} of {{(totalPages()) | number}}
268
                </span>
269
                <span class="float-children-right-at-medium margin-small-top-at-small uk-width-1-1@s uk-width-1-2@m">
270
                  <paging-no-load [currentPage]="searchUtils.page" [totalResults]="searchUtils.totalResults" [size]="rowsOnPage" (pageChange)="goTo($event.value, false)"></paging-no-load>
271
                </span>
272
              </div>
273
            </div>
274

    
275
            <helper class="uk-hidden@m" position="left" styleName="uk-width-1-1@s"></helper>
276
            <helper class="uk-hidden@m" position="right" styleName="uk-width-1-1@s"></helper>
277
          </div>
278

    
279
          <!-- <div *ngIf="searchViewLink" class="helper-left-right uk-visible@m">
280
            <helper position="right" before="true"></helper>
281
            <span class="uk-margin-small-right uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" ratio="1"><rect x="2" y="2" width="3" height="3"></rect><rect x="8" y="2" width="3" height="3"></rect><rect x="14" y="2" width="3" height="3"></rect><rect x="2" y="8" width="3" height="3"></rect><rect x="8" y="8" width="3" height="3"></rect><rect x="14" y="8" width="3" height="3"></rect><rect x="2" y="14" width="3" height="3"></rect><rect x="8" y="14" width="3" height="3"></rect><rect x="14" y="14" width="3" height="3"></rect></svg></span>
282

    
283
            <a routerLinkActive="router-link-active" [class]="(disableForms && !enableSearchView)?'uk-disabled uk-link-muted':''" [routerLink]=searchViewLink >
284
              <span class="uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="table" ratio="1"><rect x="1" y="3" width="18" height="1"></rect><rect x="1" y="7" width="18" height="1"></rect><rect x="1" y="11" width="18" height="1"></rect><rect x="1" y="15" width="18" height="1"></rect></svg></span>
285
            </a>
286
            <helper position="right" before="false"></helper>
287
          </div>
288
          <helper *ngIf="!searchViewLink" class="helper-left-right uk-visible@m" position="right"></helper> -->
289
        </div>
290

    
291
        <helper position="bottom"></helper>
292
      </div>
293
      <modal-search-filter [filter]="currentFilter" [showResultCount]=showResultCount (modalChange)="filterChanged($event)"></modal-search-filter>
294
    </div>
295
  </div>
296
</div>
(25-25/36)