demo with custom message properties
This commit is contained in:
parent
1a9d710892
commit
b12deb4bdb
4 changed files with 11 additions and 4 deletions
|
@ -26,6 +26,7 @@ services:
|
|||
- INTERNAL_PWD=somePW
|
||||
volumes:
|
||||
- ./application-demo.properties:/sebserver/application-demo.properties
|
||||
- ./messages_en.properties:/sebserver/messages_en.properties
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 9090:9090
|
||||
|
|
6
docker/demo/messages_en.properties
Normal file
6
docker/demo/messages_en.properties
Normal file
|
@ -0,0 +1,6 @@
|
|||
sebserver.overall.imprint=
|
||||
sebserver.overall.imprint.markup=
|
||||
sebserver.overall.about=About
|
||||
sebserver.overall.about.markup=<span style='font-family: Arial, Helvetica,sans-serif;font-size: 25px;font-weight: normal;font-style: normal;color: rgb(31, 64, 122);'>SEB Server About Example</span><br/><br/><span style='font-family: Arial, Helvetica,sans-serif;font-size: 18px;font-weight: bold;font-style: normal;'>1. This is an example of how an About-Page can look like.</span><br/><br/><span style='font-family: Arial, Helvetica,sans-serif;font-size: 14px;font-weight: normal;font-style: normal;'>By simply define the markup HTML content within the message.propertie configuration of specified language</span>
|
||||
sebserver.overall.help=Documentation
|
||||
sebserver.overall.help.link=https://www.safeexambrowser.org/news_en.html
|
|
@ -5,8 +5,8 @@
|
|||
sebserver.overall.version=SEB Server Version : {0}
|
||||
sebserver.overall.imprint=
|
||||
sebserver.overall.imprint.markup=
|
||||
sebserver.overall.about=About
|
||||
sebserver.overall.about.markup=<span class='h1'>SEB Server About Example</span><br/><br/>This is an example how an About-Page can look like.<h3><br/><h4>By simply define the markup HTML content within the message.propertie configuration of specified language
|
||||
sebserver.overall.about=
|
||||
sebserver.overall.about.markup=
|
||||
sebserver.overall.help=Documentation
|
||||
sebserver.overall.help.link=https://www.safeexambrowser.org/news_en.html
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
sebserver.overall.version=SEB Server Version : {0}
|
||||
sebserver.overall.imprint=
|
||||
sebserver.overall.imprint.markup=
|
||||
sebserver.overall.about=About
|
||||
sebserver.overall.about.markup=<span style='font-family: Arial, Helvetica,sans-serif;font-size: 25px;font-weight: normal;font-style: normal;color: rgb(31, 64, 122);'>SEB Server About Example</span><br/><br/><span style='font-family: Arial, Helvetica,sans-serif;font-size: 18px;font-weight: bold;font-style: normal;'>1. This is an example of how an About-Page can look like.</span><br/><br/><span style='font-family: Arial, Helvetica,sans-serif;font-size: 14px;font-weight: normal;font-style: normal;'>By simply define the markup HTML content within the message.propertie configuration of specified language</span>
|
||||
sebserver.overall.about=
|
||||
sebserver.overall.about.markup=
|
||||
sebserver.overall.help=Documentation
|
||||
sebserver.overall.help.link=https://www.safeexambrowser.org/news_en.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue