Home
last modified time | relevance | path

Searched refs:template (Results 776 – 800 of 989) sorted by path

1...<<31323334353637383940

/template/sprintdoc/
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 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 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 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);
/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-breadcrumb.php9 \dokuwiki\template\sprintdoc\Template::getInstance()->breadcrumbSuffix();
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();
/template/starter/
H A DREADME1 See template.info.txt for main info
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
89 ; color of the web app (used by the core, not by the template)
H A Dtemplate.info.txt6 desc The template that gets you started
7 url https://www.dokuwiki.org/template:starter
/template/starter/css/
H A Dcontent.css138 please add '.qq-upload-button' to the according styles (which don't really exist in this template) */
/template/starterbootstrap/
H A DREADME.markdown4 …tstrap](http://twitter.github.io/bootstrap/) [Dokuwiki](https://www.dokuwiki.org/dokuwiki) template
5 based on the [starter template](https://www.dokuwiki.org/template:starter).
9 This template is designed to be responsive on all modern devices, accessible,
33 ``header_img`` template setting. The template settings contain fields for
68 The following list contains sites using this template or a fork of it. Raise an issue or
H A Dstyle.ini9 ; Define the stylesheets your template uses here. The second value
H A Dtemplate.info.txt6 desc Bootstrap based Docuwiki template. http://camlitle.com/dokuwiki
/template/starterbootstrap/css/
H A Dbootstrap.css43 template { selector
H A Dbootstrap.css.map1 …\n// Address `[hidden]` styling not present in IE 8/9/10.\n// Hide the `template` element in IE 8/…
H A Dbootstrap.min.css5 …cal-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{ba… selector
H A Dcontent.css129 …ease add '.qq-upload-button' to the according styles (which don't really exist in this template) */
/template/starterbootstrap/js/
H A Dbootstrap.js1221template: '<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="toolti… property in Tooltip.DEFAULTS
1587 return (this.$tip = this.$tip || $(this.options.template))
1692template: '<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title">…
1743 if (!this.$tip) this.$tip = $(this.options.template)
H A Dbootstrap.min.js6template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip… property in c.DEFAULTS
/template/starterpjax/
H A DREADME.md5 The template is part of a proof-of-concept for a set of changes aimed at:
9 While it's quite usable as a template, it is presented to demonstrate how to integrate PJAX loading.
18 …artial and full pages if HTTP caching of HTML content is enabled by the template. NB please exerci…
24 The template implements a fairly strict security policy which will break most non-jokuwiki plugins …
32 For sidebar and colour schemes see the [Starter template documentation](http://www.dokuwiki.org/tem…
36 The code below is the **diff** between Anika's Starter template and one with added PJAX/Jokuwiki su…
40 > /* really the template should expose control over the policy via the admin page....*/
67 > * with the standard template
100template, it's possible to defer loading the javascript - so far I've not run into any problem wit…
113 …* Currently, for clarity, the template keeps the Dokuwiki (lib/exe/js.php), PJAX (jquery.pjax.js) …
[all …]

1...<<31323334353637383940