...
Watermark | ||
---|---|---|
|
Info | ||
---|---|---|
Note that we use
to sanitize the user's input and make macro safer for XSS vulnerabilities |
Code Block |
---|
## @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">$generalUtils>$generalUtil.escapeXml($paramMessage)</div> |
...