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
<schema2jsonld   *ngIf="url"  [URL]="url" type="search" [name]=pageTitle [searchAction]=false></schema2jsonld>
20

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

    
25
      <!--div   [class]="'uk-background-norepeat uk-background-cover uk-section uk-flex uk-flex-middle '+searchFormClass" >
26
        <div   class="uk-width-1-1">
27
          <div   class="uk-width-1-1">
28
            <search-form [isDisabled]="disableForms" [(keyword)]="searchUtils.keyword" (keywordChange)="keywordChanged($event)"  [placeholderText]="formPlaceholderText"></search-form>
29
          </div>
30
          <div   class="uk-width-1-1  uk-light">
31
            <div *ngIf="isFiltered()" class = "uk-container uk-text-center ">
32
              <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">
33
                <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>
34
                </span></span></a></span>
35
              </span>
36
              <span *ngFor="let filter of filters " >
37
                <span *ngIf = "filter.countSelectedValues > 0"> {{filter.title}}:
38
                  <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">
39
                    <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>
40
                    </span></span></a>
41
                    <span *ngIf="!end">, </span>
42
                  </span>
43
                </span>
44
              </span>
45

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

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

    
58
          <div *ngIf="filters.length > 0" class="uk-offcanvas-content uk-hidden@m">
59
            <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>
60

    
61
            <div id="offcanvas-usage" uk-offcanvas>
62
              <div class="uk-offcanvas-bar">
63
                <button class="uk-offcanvas-close" type="button" uk-close></button>
64
                <div *ngIf="isFiltered()" class = "  ">
65
                  <span *ngIf = "searchUtils.keyword.length > 0"><span class="uk-text-bold">Keywords:</span>
66
                  <a (click) = "clearKeywords() " title="Remove keywords" [class]="((disableForms)?'  uk-disabled':'  ')+' portal-color '"><span class=" clickable " aria-hidden="true"><span class="uk-icon ">
67
                    <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>
68
                    </span></span></a>
69
                  <span [innerHtml]="searchUtils.keyword"></span>
70

    
71
                  </span>
72
                  <div *ngFor="let filter of filters " >
73
                    <span *ngIf = "filter.countSelectedValues > 0"> <span class="uk-text-bold">{{filter.title}}:</span>
74
                      <span *ngFor="let value of getSelectedValues(filter); let i = index;  let end = last; " >
75
                        <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">
76
                          <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>
77
                          </span></span></a>
78
                        <span [innerHtml]="(value.name.length > 25)?value.name.substring(0,25)+'...':value.name" [title]="value.name"></span>
79

    
80
                        <span *ngIf="!end" class="   ">, </span>
81
                      </span>
82
                    </span>
83
                  </div>
84
                  <div class="uk-margin-small-bottom uk-margin-small-top">
85
                    <a  *ngIf="countFilters()>1" (click)="clearFilters()" [class]="((disableForms)?'uk-disabled uk-link-muted':'')+' uk-margin-small-right portal-link '">
86
                   Clear All
87
                  </a>
88
                  <div *ngIf="searchViewLink" class="uk-width-1-1@s uk-hidden@m">
89
                    <p>
90
                      <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>
91

    
92
                      <a routerLinkActive="router-link-active" [class]="(disableForms && !enableSearchView)?'uk-disabled uk-link-muted':''" [routerLink]=searchViewLink >
93
                        <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>
94
                      </a>
95
                    </p>
96
                  </div>
97
                </div>
98

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

    
105
          </div>
106
        </div>
107

    
108
        <div  class="uk-grid uk-width-1-1 uk-margin-top">
109
          <div *ngIf="filters.length > 0" class="  uk-margin-top helper-left-right search-filters uk-visible@m">
110
            <helper position="left" before="true"></helper>
111
            <div  class = "  ">
112
              <span *ngIf = "searchUtils.keyword.length > 0"><span class="uk-text-bold">Keywords:</span>
113
              <a (click) = "clearKeywords() " title="Remove keywords" [class]="((disableForms)?'  uk-disabled':'  ')+' portal-color '"><span class=" clickable " aria-hidden="true"><span class="uk-icon ">
114
                <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>
115
                </span></span></a>
116
              <span [innerHtml]="searchUtils.keyword"></span>
117

    
118
              </span>
119
              <div *ngFor="let filter of filters "  class="uk-margin-small-bottom">
120
                <span *ngIf = "filter.countSelectedValues > 0"> <span class="uk-text-bold">{{filter.title}}:</span>
121
                  <span *ngFor="let value of getSelectedValues(filter); let i = index;  let end = last; " >
122
                    <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">
123
                      <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>
124
                      </span></span></a>
125
                    <span [innerHtml]="(value.name.length > 25)?value.name.substring(0,25)+'...':value.name" [title]="value.name"></span>
126

    
127
                    <span *ngIf="!end" class="   ">, </span>
128
                  </span>
129
                </span>
130
              </div>
131
              <div class="uk-margin-small-bottom ">
132
                <a  *ngIf="countFilters()>1" (click)="clearFilters()" [class]="((disableForms)?'uk-disabled uk-link-muted':'')+' uk-margin-small-right portal-link '">
133
               Clear All
134
              </a>
135
               <div *ngIf="searchViewLink" class="uk-width-1-1@s ">
136
                <p>
137
                  <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>
138

    
139
                  <a routerLinkActive="router-link-active" [class]="(disableForms && !enableSearchView)?'uk-disabled uk-link-muted':''" [routerLink]=searchViewLink >
140
                    <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>
141
                  </a>
142
                </p>
143
              </div>
144
            </div>
145

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

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

    
165
            <!-- <div *ngIf="searchViewLink" class="uk-width-1-1@s uk-hidden@m">
166
              <p>
167
                <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>
168

    
169
                <a routerLinkActive="router-link-active" [class]="(disableForms && !enableSearchView)?'uk-disabled uk-link-muted':''" [routerLink]=searchViewLink >
170
                  <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>
171
                </a>
172
              </p>
173
            </div> -->
174

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

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

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

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

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

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

    
276
            <a *ngIf="properties.showLastIndexInformationLink" class="last_index_info uk-button-text"
277
                [href]="properties.lastIndexInformationLink" target="_blank">
278
                Last index information
279
            </a>
280

    
281
            <helper class="uk-hidden@m" position="left" styleName="uk-width-1-1@s"></helper>
282
            <helper class="uk-hidden@m" position="right" styleName="uk-width-1-1@s"></helper>
283
          </div>
284

    
285
          <!-- <div *ngIf="searchViewLink" class="helper-left-right uk-visible@m">
286
            <helper position="right" before="true"></helper>
287
            <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>
288

    
289
            <a routerLinkActive="router-link-active" [class]="(disableForms && !enableSearchView)?'uk-disabled uk-link-muted':''" [routerLink]=searchViewLink >
290
              <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>
291
            </a>
292
            <helper position="right" before="false"></helper>
293
          </div>
294
          <helper *ngIf="!searchViewLink" class="helper-left-right uk-visible@m" position="right"></helper> -->
295
        </div>
296

    
297
        <helper position="bottom"></helper>
298
      </div>
299
      <modal-search-filter [filter]="currentFilter" [showResultCount]=showResultCount (modalChange)="filterChanged($event)"></modal-search-filter>
300
    </div>
301
  </div>
302
</div>
(25-25/36)