Compare commits
25 Commits
Author | SHA1 | Date |
---|---|---|
Paul Pound | adac1fca75 | 3 weeks ago |
Paul Pound | 3c6a627b10 | 7 months ago |
Paul Pound | 222a8f83d0 | 8 months ago |
Paul Pound | d965873e4c | 10 months ago |
Paul Pound | a5202d3719 | 10 months ago |
Paul Pound | 29d6951b42 | 1 year ago |
Paul Pound | f01db8fe1e | 1 year ago |
Paul Pound | 6145608666 | 1 year ago |
Paul Pound | 9a8ac932a1 | 1 year ago |
Paul Pound | 48ec54f7ee | 1 year ago |
Paul Pound | 32166bdddd | 1 year ago |
Paul Pound | 2757e95490 | 1 year ago |
Paul Pound | d76a9d875a | 1 year ago |
Paul Pound | 629ab184dc | 1 year ago |
Paul Pound | 0b52c19cd3 | 1 year ago |
Paul Pound | 3dd4c3f665 | 2 years ago |
Paul Pound | d8405b0b83 | 2 years ago |
Paul Pound | c4318e1f90 | 2 years ago |
Paul Pound | 3a1a8db0ff | 2 years ago |
ppound | f702f1bed2 | 2 years ago |
ppound | abc328ebd9 | 2 years ago |
ppound | df0438b164 | 2 years ago |
ppound | d4aad3318f | 2 years ago |
ppound | 57ba9f413c | 3 years ago |
ppound | 59b5d8657d | 3 years ago |
25 changed files with 205 additions and 91 deletions
@ -0,0 +1,25 @@
|
||||
{ |
||||
"name": "roblib/roblib_search", |
||||
"description": "Searches various enpoints and displays results from each endpoint.", |
||||
"type": "drupal-module", |
||||
"license": "GPL-2.0-or-later", |
||||
"homepage": "https://git.library.upei.ca/Code/upei_roblib_search", |
||||
"authors": [ |
||||
{ |
||||
"name": "Paul Pound", |
||||
"role": "Maintainer" |
||||
} |
||||
], |
||||
"support": { |
||||
"issues": "https://git.library.upei.ca/Code/upei_roblib_search/issues", |
||||
"source": "https://git.library.upei.ca/Code/upei_roblib_search" |
||||
}, |
||||
"repositories": [ |
||||
{ |
||||
"type": "git", |
||||
"url": "git@git.library.upei.ca:Code/upei_roblib_search.git", |
||||
"reference": "2.x" |
||||
} |
||||
], |
||||
"require": { } |
||||
} |
@ -1,10 +1,12 @@
|
||||
|
||||
<div class="panel-pane pane-block pane-roblib-search-eds-roblib-search-eds-results pane-roblib-search-eds"> |
||||
<div class="roblib-search-header roblib-search-eds-articles-header"><h3>Articles</h3></div> |
||||
<div class ="roblib-search-more" id="roblib-search-eds-article-more"></div> |
||||
<div class ="roblib-search-content eds-article" id="roblib-search-content-eds-articles"> |
||||
<img src="{{ spinner_path }}"/> |
||||
</div> |
||||
<div id="roblib-eds-articles-more-results" class="roblib-eds-more-button button"></div> |
||||
<div id="roblib-eds-articles-toc" class="roblib-bento-toc moveme-please"></div> |
||||
</div> |
||||
|
||||
|
||||
|
||||
|
@ -1,7 +1,10 @@
|
||||
<div class="panel-pane pane-block pane-roblib-search-eds-roblib-search-eds-results pane-roblib-search-eds"> |
||||
<div class="roblib-search-header roblib-search-eds-media-header"><h3>Books</h3></div> |
||||
<div class ="roblib-search-more" id="roblib-search-eds-more"></div> |
||||
<div class ="roblib-search-content eds" id="roblib-search-content-eds"> |
||||
<img src="{{ spinner_path }}"/> |
||||
</div> |
||||
<div id="roblib-eds-books-more-results" class="roblib-eds-more-button button"></div> |
||||
<div id="roblib-eds-books-toc" class="roblib-bento-toc moveme-please"></div> |
||||
</div> |
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
name: Roblib Search |
||||
type: module |
||||
core_version_requirement: ^8.9 || ^9 |
||||
core_version_requirement: ^9 || ^10 |
||||
configure: roblib_search.settings |
||||
description: Provides a search form and fires a hook when the search is submitted. Other modules should implement the search functionality by implementing the correct hooks. |
||||
package: Roblib Search |
||||
dependancies: |
||||
- apachesolr_access |
||||
- views_ui |
||||
- message |
||||
- drupal:views_ui |
||||
- drupal:message |
||||
|
Loading…
Reference in new issue