-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from qcovery/vufind9
Vufind9
- Loading branch information
Showing
45 changed files
with
126 additions
and
428 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Delivery | ||
This module adds a custom form to integrate a digitization/delivery-on-demand service. | ||
The form can be configured via configuration files and can also be restricted to certain user groups. | ||
|
||
## Usage | ||
Integrate the module in the `modules` directory of VuFind and activate it by adding `Delivery` to `VUFIND_LOCAL_MODULES`. | ||
When adding the module manually make sure to copy and adapt the config files and copy/symlink the theme. | ||
Make sure to set up your database correctly by applying `sql/mysql.sql` to your VuFind database. | ||
|
||
Add the following lines to your templates to enable the functionality of this module: | ||
```php | ||
<?=$this->render('myresearch/delivery-menu.phtml', ['active' => $this->active, 'profile' => $this->profile]); ?> | ||
``` | ||
Add this line to the myresearch menu. | ||
|
||
```php | ||
?=$this->render('RecordDriver/DefaultRecord/delivery-toolbar.phtml'); ?> | ||
``` | ||
Add this line to the detail view. | ||
|
||
```php | ||
<?=$this->render('RecordDriver/DefaultRecord/delivery-result-list.phtml'); ?> | ||
``` | ||
Add this line to the body of the result list entry. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.