diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/draft.watermark.image.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/draft.watermark.image.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/draft.watermark.image.xml b/kdoctools/docbook/xsl/params/draft.watermark.image.xml new file mode 100644 index 000000000..1f5aa8946 --- /dev/null +++ b/kdoctools/docbook/xsl/params/draft.watermark.image.xml @@ -0,0 +1,22 @@ +<refentry id="draft.watermark.image"> +<refmeta> +<refentrytitle>draft.watermark.image</refentrytitle> +<refmiscinfo role="type">uri</refmiscinfo> +</refmeta> +<refnamediv> +<refname>draft.watermark.image</refname> +<refpurpose>The URI of the image to be used for draft watermarks</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='draft.watermark.image.frag'> +<xsl:param name="draft.watermark.image" select="'http://docbook.sourceforge.net/release/images/draft.png'"/> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>The image to be used for draft watermarks.</para> + +</refsect1> +</refentry> |