Home
last modified time | relevance | path

Searched +full:template +(+path:plugin +path:xslfo) -(+path:plugin +path:xslfo +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/xslfo/
H A Ddefault.xsl44 </xsl:template>
64 </xsl:template>
84 </xsl:template>
95 </xsl:template>
101 </xsl:template>
109 </xsl:template>
114 </xsl:template>
119 </xsl:template>
126 </xsl:template>
133 </xsl:template>
[all …]
H A Daction.php24 /** @var string Current XSL template */
25 private $template; variable in action_plugin_xslfo
64 // Set up template and page title
70 $cache_key = $ID.$REV.$this->template;
207 * template's xslfo directory.
214 $this->template = $_REQUEST['tpl'];
216 $this->template = $this->getConf('template');
218 $this->template_path = realpath(tpl_incdir().$this->template);
221 $this->template = 'default.xsl';
222 $this->template_path = __DIR__.DIRECTORY_SEPARATOR.$this->template;
H A Dhelper.php22 * Get a list of all XSL files available in the current template.
28 $template = preg_grep('|.*\.xsl$|i', scandir(tpl_incdir()));
29 return array_merge($plugin, $template);
/plugin/xslfo/conf/
H A Ddefault.php5 $conf['template'] = 'default.xsl';
H A Dmetadata.php5 $meta['template'] = array('multichoice', '_choices' => helper_plugin_xslfo::xsl());