diff --git a/templates/html/common-wize/notice.js b/templates/html/common-wize/notice.js new file mode 100644 index 0000000..0c478db --- /dev/null +++ b/templates/html/common-wize/notice.js @@ -0,0 +1,10 @@ +printNotice = function() { + /* You may put into variable notice a short text that will + * appears at the end of the page, that can be for example + * a confidentiality warning or anything + */ + var notice = + /*"This document is a wize export of a zim notebook!";*/ + ""; + document.getElementById('foot-notice').innerHTML = notice; +}