-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 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,13 @@ | ||
--- | ||
parent: Administration Tasks | ||
title: Setting a maintenance banner via Admin GUI | ||
nav_order: 19 | ||
--- | ||
# Setting a maintenance banner via Admin GUI | ||
From version 1.10, administrators can easily set or remove the maintenance banner using the Admin GUI. Configuration settings for the banner are stored in `/var/www/yoda/config/admin_settings.json`. Below is an example of a typical maintenance banner. | ||
|
||
<div style="text-align: center;"> | ||
<img src="./img/yoda-admin-banner.png" alt="Example of Setting a Maintenance Banners via Admin GUI" style="width: 50%; height: auto;"> | ||
<p style="color: gray;"> Example of Setting a Maintenance Banners with GUI</p> | ||
|
||
</div> |
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,29 @@ | ||
--- | ||
parent: Administration Tasks | ||
title: Setting portal themes via Admin GUI | ||
nav_order: 20 | ||
--- | ||
# Setting portal themes via Admin GUI | ||
From version 1.10, Yoda simplifies setting portal themes with a new GUI on the Admin page. Once the templates are installed in the `yoda/themes/`, just select the theme directly in the dropdown list; the theme is instantly updated. See the example below for changing the theme to VU. | ||
|
||
<div style="text-align: center;"> | ||
<img src="./img/yoda-admin-theme.png" alt="Example of Setting Themes with GUI" style="width: 50%; height: auto;"> | ||
<p style="color: gray;">Example of Setting Themes with GUI</p> | ||
</div> | ||
|
||
Below is a list of the pre-installed theme options available. Each theme is presented in the format of template folder : displayed name. | ||
|
||
uu: Utrecht University - Default | ||
uu_its: Utrecht University - ITS | ||
uu_gw: Utrecht University - Humanities | ||
uu_youth: Utrecht University - YOUth | ||
uu_i-lab: Utrecht University - i-lab | ||
uu_science: Utrecht University - Science | ||
uu_fsw: Utrecht University - Social Science | ||
uu_geo: Utrecht University - Geo | ||
uu_dgk: Utrecht University - Veterinary Medicine | ||
uu_dag: Utrecht University - Data Archive for Geoscience (DAG) | ||
vu: Vrije University Amsterdam | ||
wur: Wageningen University & Research | ||
|
||
To install a new theme to be selected, users need to prepare the theme package following the instructions provided in the [Theme Packages](../design/overview/theme-packages.md) documentation. |
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