summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/html.content.post.page
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2018-09-23 10:06:27 -0400
committerShaun McCance <shaunm@redhat.com>2018-09-23 10:06:27 -0400
commitee6269566950f231e3d5d580a63c561844036368 (patch)
tree6686c250370087b74a5fe96bee014f05e4a68b3a /doc/yelp-xsl/C/html.content.post.page
parentc6143ac47b3a14276f8226245d07d3075cab34e9 (diff)
parent5367daf3ab483ffa18b6b813b5cc971685d2dd49 (diff)
downloadyelp-xsl-ee6269566950f231e3d5d580a63c561844036368.tar.gz
Merge branch 'wip/xslduck'
Diffstat (limited to 'doc/yelp-xsl/C/html.content.post.page')
-rw-r--r--doc/yelp-xsl/C/html.content.post.page140
1 files changed, 124 insertions, 16 deletions
diff --git a/doc/yelp-xsl/C/html.content.post.page b/doc/yelp-xsl/C/html.content.post.page
index 1cfeeb3a..c40bd994 100644
--- a/doc/yelp-xsl/C/html.content.post.page
+++ b/doc/yelp-xsl/C/html.content.post.page
@@ -1,16 +1,124 @@
-<?xml version="1.0"?>
-<page xmlns="http://projectmallard.org/1.0/" id="html.content.post" type="topic" style="xslt-template"><info><link type="guide" xref="html" group="templates"/><link type="guide" xref="templates" group="html"/><revision version="3.28" date="2016-06-21" status="final"/><desc>Output content after the content of a page or section, before subsections.</desc></info><title>html.content.post</title><p>Output content after the content of a page or section, before subsections.</p>
-
-
- <synopsis><title>Parameters</title><terms>
- <item>
- <title><code>node</code></title>
- <p>The node a page or section is being created for.</p>
- </item>
- <item>
- <title><code>page</code></title>
- <p>Whether the content is for a page.</p>
- </item>
- </terms></synopsis>
- <p>This template is called by importing stylesheets after any content of a page or section, but before any subsections. It applies <code style="xslt-mode" xref="html.content.post.mode">html.content.post.mode</code> to <code style="xslt-param">node</code>, then calls <code style="xslt-template" xref="html.content.post.custom">html.content.post.custom</code>. If the <code style="xslt-param">page</code> parameter is true, then this template is being called on an output page. Otherwise, it is being called on a section within a page.</p>
-<list style="compact"><title>Calls Templates</title><item><p><link xref="html.content.post.custom"/></p></item></list><list style="compact"><title>Calls Modes</title><item><p><link xref="html.content.post.mode"/></p></item></list></page>
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="html.content.post">
+ <info>
+ <link type="guide" xref="html" group="templates"/>
+ <link type="guide" xref="templates" group="html"/>
+ <desc>Output content after the content of a page or section, before subsections.</desc>
+ <revision version="3.28" date="2016-06-21" status="final"/>
+ </info>
+ <title>html.content.post</title>
+ <synopsis>
+ <title>Parameters</title>
+ <terms>
+ <item>
+ <title><code>$node</code></title>
+ <p>The node a page or section is being created for.</p>
+ </item>
+ <item>
+ <title><code>$page</code></title>
+ <p>Whether the content is for a page.</p>
+ </item>
+ </terms>
+ </synopsis>
+ <p>This template is called by importing stylesheets after any content of a page
+ or section, but before any subsections. It applies <code xref="html.content.post.mode">html.content.post.mode</code>
+ to <code>$node</code>, then calls <code xref="html.content.post.custom">html.content.post.custom</code>. If the <code>$page</code> parameter
+ is true, then this template is being called on an output page. Otherwise, it
+ is being called on a section within a page.</p>
+ <list style="compact">
+ <title>Calls Parameters</title>
+ <item>
+ <p><link xref="color.bg"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.blue"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.dark"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.gray"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.green"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.red"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.yellow"/></p>
+ </item>
+ <item>
+ <p><link xref="color.blue"/></p>
+ </item>
+ <item>
+ <p><link xref="color.fg"/></p>
+ </item>
+ <item>
+ <p><link xref="color.fg.blue"/></p>
+ </item>
+ <item>
+ <p><link xref="color.fg.dark"/></p>
+ </item>
+ <item>
+ <p><link xref="color.fg.gray"/></p>
+ </item>
+ <item>
+ <p><link xref="color.fg.green"/></p>
+ </item>
+ <item>
+ <p><link xref="color.fg.orange"/></p>
+ </item>
+ <item>
+ <p><link xref="color.fg.purple"/></p>
+ </item>
+ <item>
+ <p><link xref="color.fg.red"/></p>
+ </item>
+ <item>
+ <p><link xref="color.fg.yellow"/></p>
+ </item>
+ <item>
+ <p><link xref="color.gray"/></p>
+ </item>
+ <item>
+ <p><link xref="color.red"/></p>
+ </item>
+ <item>
+ <p><link xref="color.yellow"/></p>
+ </item>
+ <item>
+ <p><link xref="html.basename"/></p>
+ </item>
+ <item>
+ <p><link xref="html.extension"/></p>
+ </item>
+ <item>
+ <p><link xref="html.sidebar.left"/></p>
+ </item>
+ <item>
+ <p><link xref="html.sidebar.right"/></p>
+ </item>
+ <item>
+ <p><link xref="html.syntax.highlight"/></p>
+ </item>
+ <item>
+ <p><link xref="html.xhtml"/></p>
+ </item>
+ <item>
+ <p><link xref="icons.size.quote"/></p>
+ </item>
+ </list>
+ <list style="compact">
+ <title>Calls Templates</title>
+ <item>
+ <p><link xref="html.content.post.custom"/></p>
+ </item>
+ </list>
+ <list style="compact">
+ <title>Calls Modes</title>
+ <item>
+ <p><link xref="html.content.post.mode"/></p>
+ </item>
+ </list>
+</page>