BELTS displays a Privacy Statement for your site, which is linked from the front page. It comes with a default privacy statement, but this can be modified to have the content required by your organisation.
Edit the file BELTS_HOME/server/default/deploy/belts.ear/belts-web.war/static/privacy.ihtml and enter the HTML for your privacy page between the marked lines.
<?xml version="1.0" encoding="iso-8859-1"?> <belts:page xmlns:belts="http://thelearningfederation.edu.au/ns/belts/page/2003/01" xmlns="http://www.w3.org/1999/xhtml" <belts:title>Privacy</belts:title> <!-- Replace the following text with your privacy statement --> <p>Insert your privacy statement here</p> <!-- Do not touch anything below this line --> </belts:page> |