summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/mal2html.page.linktrails.page
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2018-09-22 19:03:59 -0400
committerShaun McCance <shaunm@redhat.com>2018-09-22 19:03:59 -0400
commit6e1df911f1309025eb69dc07ffc92435e09c2457 (patch)
treef5faf6ce4bd65a282337265896ba42c7d874bd10 /doc/yelp-xsl/C/mal2html.page.linktrails.page
parentc2d83e8e13ab76ff3c81d9d5577653c6977727b3 (diff)
downloadyelp-xsl-6e1df911f1309025eb69dc07ffc92435e09c2457.tar.gz
Change xsldoc to use ducktype
Diffstat (limited to 'doc/yelp-xsl/C/mal2html.page.linktrails.page')
-rw-r--r--doc/yelp-xsl/C/mal2html.page.linktrails.page95
1 files changed, 83 insertions, 12 deletions
diff --git a/doc/yelp-xsl/C/mal2html.page.linktrails.page b/doc/yelp-xsl/C/mal2html.page.linktrails.page
index 8647dc0c..75974688 100644
--- a/doc/yelp-xsl/C/mal2html.page.linktrails.page
+++ b/doc/yelp-xsl/C/mal2html.page.linktrails.page
@@ -1,12 +1,83 @@
-<?xml version="1.0"?>
-<page xmlns="http://projectmallard.org/1.0/" id="mal2html.page.linktrails" type="topic" style="xslt-template"><info><link type="guide" xref="mal2html-page" group="templates"/><link type="guide" xref="templates" group="mal2html"/><revision version="3.4" date="2011-11-19" status="final"/><desc>Ouput trails of guide links for a page.</desc></info><title>mal2html.page.linktrails</title><p>Ouput trails of guide links for a page.</p>
-
-
- <synopsis><title>Parameters</title><terms>
- <item>
- <title><code>node</code></title>
- <p>The top-level <code>page</code> element.</p>
- </item>
- </terms></synopsis>
- <p>This template outputs all of the link trails for the page <code style="xslt-param">node</code>. It gets the trails from <code style="xslt-param">mal.link.linktrails</code>. If the result is non-empty, it outputs a wrapper <code>div</code>, sorts the trails, and calls <code style="xslt-template" xref="mal2html.page.linktrails.trail">mal2html.page.linktrails.trail</code> on each one. Otherwise, it calls the stub template <code style="xslt-template" xref="mal2html.page.linktrails.empty">mal2html.page.linktrails.empty</code>.</p>
-<list style="compact"><title>Calls Templates</title><item><p><link xref="mal.link.linktrails"/></p></item><item><p><link xref="mal2html.page.linktrails.trail"/></p></item><item><p><link xref="mal2html.page.linktrails.empty"/></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="mal2html.page.linktrails">
+ <info>
+ <link type="guide" xref="mal2html-page" group="templates"/>
+ <link type="guide" xref="templates" group="mal2html"/>
+ <desc>Ouput trails of guide links for a page.</desc>
+ <revision version="3.4" date="2011-11-19" status="final"/>
+ </info>
+ <title>mal2html.page.linktrails</title>
+ <synopsis>
+ <title>Parameters</title>
+ <terms>
+ <item>
+ <title><code>$node</code></title>
+ <p>The top-level <sys>page</sys> element.</p>
+ </item>
+ </terms>
+ </synopsis>
+ <p>This template outputs all of the link trails for the page <code>$node</code>. It gets the
+ trails from <code>$mal.link.linktrails</code>. If the result is non-empty, it outputs a
+ wrapper <sys>div</sys>, sorts the trails, and calls <code xref="mal2html.page.linktrails.trail">mal2html.page.linktrails.trail</code>
+ on each one. Otherwise, it calls the stub template <code xref="mal2html.page.linktrails.empty">mal2html.page.linktrails.empty</code>.</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.gray"/></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.gray"/></p>
+ </item>
+ <item>
+ <p><link xref="color.red"/></p>
+ </item>
+ <item>
+ <p><link xref="color.yellow"/></p>
+ </item>
+ <item>
+ <p><link xref="mal.cache"/></p>
+ </item>
+ <item>
+ <p><link xref="mal.link.default_root"/></p>
+ </item>
+ <item>
+ <p><link xref="mal2html.editor_mode"/></p>
+ </item>
+ </list>
+ <list style="compact">
+ <title>Calls Templates</title>
+ <item>
+ <p><link xref="mal.link.linktrails"/></p>
+ </item>
+ <item>
+ <p><link xref="mal2html.page.linktrails.empty"/></p>
+ </item>
+ <item>
+ <p><link xref="mal2html.page.linktrails.trail"/></p>
+ </item>
+ </list>
+</page>