Home
last modified time | relevance | path

Searched refs:template (Results 1 – 25 of 989) sorted by last modified time

12345678910>>...40

/template/sprintdoc/
H A DREADME1 sprintdoc template for DokuWiki
3 modern, responsive template that integrates multiple plugins
5 All documentation for this template can be found at
6 https://www.dokuwiki.org/template:sprintdoc
8 If you install this template manually, make sure it is installed in
H A Dmain.php11 use dokuwiki\template\sprintdoc\Template;
18 if (empty($JSINFO['template'])) {
19 $JSINFO['template'] = array();
21 $JSINFO['template']['sprintdoc'] = array('sidebar_toggle_elements' => tpl_getConf('sidebar_sections'));
80 /* template Include: tpl/nav-direct */
130 /* upload your logo into the data/media folder (root of the media manager) and replace 'logo.png' in der template config accordingly: */
H A Dtemplate.info.txt6 desc modern, responsive template that integrates multiple plugins
7 url https://www.dokuwiki.org/template:sprintdoc
H A Dtpl.php3 namespace dokuwiki\template\sprintdoc;
8 * Provides additional template functions for the dokuwiki template
105 * any events, but should be adjusted to the standard dokuwiki template, once that has svg-functionality implemented.
138 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem('', $move->getLang('renamepage'), __DIR__ . '/images/tools/41-format-paint.svg', $attr);
155 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $odt->getLang('export_odt_button'), $svg, $attr);
173 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $dw2pdf->getLang('export_pdf_button'), $svg, $attr);
H A Dsvg.php3 namespace dokuwiki\template\sprintdoc;
135 $cachekey = md5($file . serialize($params) . $conf['template'] . filemtime(__FILE__));
256 * Alternatively takes a replacement name from the current template's style.ini
321 * Loads the style.ini from the template (and various local locations)
331 $ini = css_styleini($conf['template']);
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
11 ; Define the stylesheets your template uses here. The second value
86 ; ____________ template styles _____________
138 ; guaranteed dokuwiki color placeholders that every plugin can use + template specific placeholders
H A DTemplate.php3 namespace dokuwiki\template\sprintdoc;
8 * provides additional logic for the sprintdoc template
10 * @package dokuwiki\template\sprintdoc
H A Ddetail.php10 use dokuwiki\template\sprintdoc\Template;
16 if (empty($JSINFO['template'])) {
17 $JSINFO['template'] = array();
19 $JSINFO['template']['sprintdoc'] = array('sidebar_toggle_elements' => tpl_getConf('sidebar_sections'));
74 /* template Include: tpl/nav-direct */
107 /* upload your logo into the data/media folder (root of the media manager) and replace 'logo.png' in der template config accordingly: */
290 echo '<li>' . dokuwiki\template\sprintdoc\tpl::pageToolAction('mediaManager') . '</li>';
291 echo '<li>' . dokuwiki\template\sprintdoc\tpl::pageToolAction('img_backto') . '</li>';
/template/sprintdoc/css/
H A Dbase.less320 template {
H A Dbase_design.less3 * across all template elements (typo, colors etc.)
H A Dtemplate_detail.less2 * This file provides the design styles for the the detail template
/template/sprintdoc/tpl/
H A Dfavicon_tiles.php6 * logos in the wiki namespace and finally it falls back to the logo configured in the template.
11 use dokuwiki\template\sprintdoc\Template;
H A Dmain-sidebar-logo.php5 \dokuwiki\template\sprintdoc\Template::getInstance()->mainLogo();
H A Dmain-sidebar-nav.php2 echo \dokuwiki\template\sprintdoc\Template::getInstance()->getNavigation();
H A Dnav-meta-box.php4 $tabs = \dokuwiki\template\sprintdoc\Template::getInstance()->getMetaBoxTabs();
H A Dnav-page-tools.php18 $data = dokuwiki\template\sprintdoc\tpl::assemblePageTools();
H A Dnav-breadcrumb.php9 \dokuwiki\template\sprintdoc\Template::getInstance()->breadcrumbSuffix();
/template/sprintdoc/css/plugins/
H A Dinclude.less
/template/sprintdoc/js/
H A Dsidebar.js98 var ELEMENT = JSINFO.template.sprintdoc.sidebar_toggle_elements;
300 /* set data attributes for sessionStorage and check onload if one of the template menus should be opened */
/template/kiwiki/
H A DREADME.md4 Templage page on Dokuwiki : https://www.dokuwiki.org/template:kiwiki
64 - Restored functionnality to change the logo (as described here : https://www.dokuwiki.org/template:dokuwiki#changing_the_logo)
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
10 ; Define the stylesheets your template uses here. The second value
21 ; load styles from the default 'dokuwiki' template
86 ; color of the web app (used by the core, not by the template)
H A Dtemplate.info.txt7 url https://www.dokuwiki.org/template:kiwiki
/template/kiwiki/css/
H A Dmobile.css246 grid-template-columns: 20% 80%;
H A Dstyle.css237 grid-template-columns: 4fr 1fr;
1344 grid-template-columns: 15% 85%;
/template/wikipraktik/
H A Dtemplate.info.txt6 desc Simple reader-oriented responsive template for DokuWiki
7 url https://www.dokuwiki.org/template:wikipraktik

12345678910>>...40