https://github.com/cca/equella_templates
Freemarker display templates for openEQUELLA collections
https://github.com/cca/equella_templates
Last synced: 4 months ago
JSON representation
Freemarker display templates for openEQUELLA collections
- Host: GitHub
- URL: https://github.com/cca/equella_templates
- Owner: cca
- Created: 2014-09-24T00:44:24.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T23:25:19.000Z (over 1 year ago)
- Last Synced: 2025-03-25T00:25:13.321Z (over 1 year ago)
- Language: FreeMarker
- Homepage: https://vault.cca.edu
- Size: 1.1 MB
- Stars: 1
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: History of Art and Visual Culture Assignments/record.ftl
- License: License Agreements/display.ftl
Awesome Lists containing this project
README
# VAULT Display Templates
These are the Freemarker templates used in the Display tab of VAULT collections.
Note: the set may not be complete and there's nothing stopping us from editing live templates without updating them here.
_All_ collections should have two common display sections, the "Sys Admin Links" (first one listed, for our troubleshooting convenience) here in the root of this project, and "viewLevel and access" (last display template before comments and attachments). Note the viewLevel section will be specific to each program since it uses a Power Search link.
## Contribution Wizard Controls
Note that these are all view templates used in the **Display** tab of EQUELLA's Collection Definition Editor. For the "advanced scripting controls" used alongside the form inputs which add HTML alerts for contributors and process data like course information, see the [equella_scripts](https://github.com/cca/equella_scripts) repo's "asc" folder.
## Grunt
Grunt tasks automate some tedious work. Once you have node and pnpm installed and on your path , run `pnpm install` to get dependencies then `npm run build` to build optimized web assets into the "dist" folder.
## Useful References
- [Freemarker Manual](http://freemarker.org/docs/)
- EQUELLA Script API reference (no public link, download inside server admin site)
## LICENSE
[Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)