Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Shows watermark on the page

See the message on bottom right saying "All content on this page is confidential"

This is shown using this macro

All content on this page is confidential

## @param Message:title=Name|type=string|required=true|desc=Watermark message

<style type="text/css">
 .page_watermark {
   position:fixed;
   bottom:55px;
   right:15px;
   opacity:0.5;
   z-index:99;
   color:#FC0202;
   font-weight:bold;
   font-size:larger;
 }
</style>

<div class="page_watermark">$generalUtil.escapeXml($paramMessage)</div>

  • No labels