Interface customisation

Create a custom template

The custom template folders are used to display the pages of the MEWP. As you can see in the image, there are 2 template folders. The top template folder contains all html files to display all the pages of the MEWP. It is possible to change these files. However, it is not advisable to do so due to update overwrites (when there is an update on the server, the changes will be overwritten). The template folder in the client folder is used to add new pages.

Changed template files will be overwritten when the server is updated.

Create template file

Whenever you need a new page or replace an existing one, you can create a new html file and link to this file. For instance, if you want to have a different header during the consultation you can create this new header and create a link to this file. When you then start the consultation, you see that the header has been changed. To use the new file in the consultation you should link to this file in the kba html file (see create custom kba for more information). Use the following link:

<div ng-include="'client/{{company}}/template/template_name_example.html'"></div>

You can choose to include as many template files as you want.