Searched refs:TPL (Results 1 – 23 of 23) sorted by relevance
| /template/bootstrap3/ |
| D | main.php | 21 <title><?php echo $TPL->getBrowserPageTitle() ?></title> 26 if ($TPL->getConf('themeByNamespace')) { 41 <body class="<?php echo $TPL->getClasses() ?>" data-page-id="<?php echo $ID ?>"><div class="dokuwik… 43 …<header id="dokuwiki__header" class="dw-container dokuwiki container<?php echo ($TPL->getConf('flu… 49 if ($ACT == 'show') $TPL->includePage('topheader'); 56 if ($ACT == 'show') $TPL->includePage('header'); 63 …<main role="main" class="dw-container pb-5 dokuwiki container<?php echo ($TPL->getConf('fluidConta… 74 … if (($ACT == 'show') && $TPL->getConf('tagsOnTop') && $tag = $TPL->getPlugin('tag')) { 78 if ($TPL->getConf('showPageId')) { 86 <?php $TPL->getMessageArea() ?> [all …]
|
| D | detail.php | 23 global $TPL; 284 if ($TPL->getConf('themeByNamespace')) { 299 <body class="<?php echo $TPL->getClasses() ?>" data-img-id="<?php echo $IMG ?>"><div class="dokuwik… 301 …<header id="dokuwiki__header" class="dw-container dokuwiki container<?php echo ($TPL->getConf('flu… 307 if ($ACT == 'show') echo $TPL->includePage('topheader'); 314 if ($ACT == 'show') echo $TPL->includePage('header'); 321 …<main role="main" class="dw-container pb-5 dokuwiki container<?php echo ($TPL->getConf('fluidConta… 330 <?php if($TPL->getConf('showPageId')): ?> 336 <?php $TPL->getMessageArea() ?> 503 <?php if ($TPL->getConf('showPageInfo')): ?> [all …]
|
| D | mediamanager.php | 26 if ($TPL->getConf('themeByNamespace')) { 46 <?php $TPL->getMessageArea() ?> 48 <div id="media__manager" class="<?php echo $TPL->getClasses() ?> row">
|
| D | Template.php | 1383 global $TPL;
|
| /template/bootstrap3/tpl/ |
| D | navbar.php | 11 global $TPL; 14 $navbar_labels = $TPL->getConf('navbarLabels'); 16 $navbar_classes[] = ($TPL->getConf('fixedTopNavbar') ? 'navbar-fixed-top' : null); 17 $navbar_classes[] = ($TPL->getConf('inverseNavbar') ? 'navbar-inverse' : 'navbar-default'); 18 $home_link = ($TPL->getConf('homePageURL') ? $TPL->getConf('homePageURL') : wl()); 24 <div class="dw-container container<?php echo ($TPL->isFluidNavbar() ? '-fluid mx-5' : '') ?>"> 43 $nabvar_height = $TPL->getNavbarHeight(); 56 <?php if ($TPL->getConf('showHomePageLink')): ?> 65 echo $TPL->getNavbar(); // Include the navbar for different namespaces 66 echo $TPL->getDropDownPage('dropdownpage'); [all …]
|
| D | footer.php | 11 global $TPL; 13 $footer_page_exist = page_findnearest('footer', $TPL->getConf('useACL')); 15 $badges_is_enabled = $TPL->getConf('showBadges'); 16 $wiki_info_is_enabled = $TPL->getConf('showWikiInfo'); 22 $wiki_home_link = ($TPL->getConf('homePageURL') ? $TPL->getConf('homePageURL') : wl()); 27 <div class="dw-container small container<?php echo ($TPL->getConf('fixedTopNavbar') || $TPL->isFlui… 47 echo $TPL->includePage('footer'); 57 echo $TPL->includePage('footer'); 67 <?php $TPL->getLicense('image') ?> 70 <?php $TPL->getLicense('link') ?>
|
| D | menu-user.php | 16 global $INFO, $lang, $TPL; 18 $use_avatar = $TPL->getConf('useAvatar'); 25 …$avatar_img_small = $TPL->getAvatar($_SERVER['REMOTE_USER'], $INFO['userinfo']['mail'], $avatar_si… 26 …$avatar_img = $TPL->getAvatar($_SERVER['REMOTE_USER'], $INFO['userinfo']['mail'], $avatar_si… 44 if ($INFO['isadmin'] && $TPL->getConf('notifyExtensionsUpdate')) { 123 <?php if ($TPL->getConf('showUserHomeLink')): ?> 126 if ($userhomepage = $TPL->getPlugin('userhomepage')): 136 … <a href="<?php echo $TPL->getUserHomePageLink() ?>" title="Home-Page" rel="nofollow"> 149 echo $TPL->getToolMenuItemLink('user', 'profile'); 152 echo $TPL->getToolMenuItemLink('user', 'admin'); [all …]
|
| D | cookielaw.php | 10 global $TPL; 12 if ( $TPL->getConf('showCookieLawBanner') && !get_doku_pref('cookieNoticeAccepted', null) ): 14 $cookie_policy_page_id = $TPL->getConf('cookieLawPolicyPage'); 15 $cookie_banner_page_id = $TPL->getConf('cookieLawBannerPage'); 22 <div id="cookieNotice" class="navbar <?php echo (($TPL->getConf('inverseNavbar')) ? 'navbar-inverse… 23 <div class="dw-container container<?php echo ($TPL->isFluidNavbar() ? '-fluid mx-5' : '') ?>"> 26 … $cookie_banner_page = tpl_include_page($cookie_banner_page_id, 0, 1, $TPL->getConf('useACL'));
|
| D | sidebar.php | 10 global $TPL; 15 if ($TPL->getConf('sidebarShowPageTitle')) { 16 $sidebar_title = p_get_first_heading(page_findnearest($sidebar_page, $TPL->getConf('useACL'))); 31 if ($ACT == 'show') $TPL->includePage($sidebar_header); 33 …$TPL->normalizeSidebar(tpl_include_page($sidebar_page, 0, 1, $TPL->getConf('useACL'))); /* include… 36 if ($ACT == 'show') $TPL->includePage($sidebar_footer)
|
| D | menu-tools.php | 10 global $TPL, $ID; 12 $navbar_labels = $TPL->getConf('navbarLabels'); 13 $tools_menus = $TPL->getToolsMenu(); 21 if ($TPL->getConf('individualTools')): 23 foreach ($TPL->getConf('showIndividualTool') as $tool):
|
| D | theme-switcher.php | 10 global $TPL, $ID; 12 $bootswatch_theme = $TPL->getBootswatchTheme(); 20 …<?php echo iconify('mdi:palette'); ?> <span class="<?php echo (in_array('themes', $TPL->getConf('n… 33 <?php foreach ($TPL->getAvailableBootswatchThemes() as $theme): ?>
|
| D | breadcrumbs.php | 11 global $TPL; 22 <?php $TPL->getYouAreHere()?> 28 <?php $TPL->getBreadcrumbs() ?>
|
| D | page-tools.php | 10 global $TPL; 12 if ($TPL->getConf('showPageTools')): ?> 20 $page_menu = $TPL->getToolMenu('page');
|
| D | menu-admin.php | 10 global $ID, $INPUT, $auth, $TPL; 12 if ($TPL->getConf('showAdminMenu')): 37 …<?php echo iconify('mdi:settings'); ?> <span class="<?php echo (in_array('admin', $TPL->getConf('n…
|
| D | global.php | 30 global $TPL; 32 $TPL = \dokuwiki\template\bootstrap3\Template::getInstance(); variable
|
| D | page-icons.php | 10 global $TPL; 12 if (($ACT == 'show' || defined('DOKU_MEDIADETAIL')) && $TPL->getConf('showPageIcons')):
|
| D | functions.php | 47 global $TPL; 48 return $TPL->normalizeContent($content);
|
| D | translation.php | 11 global $TPL; 18 $translation = $TPL->getPlugin('translation');
|
| /template/twigstarter/templates/ |
| D | detail.twig | 8 <h1>{{ TPL.tpl_img_getTag('simple.title')|nl2br }}</h1> 10 {{ TPL.tpl_img(900,700)|raw }} 12 {{ TPL.tpl_img_meta()|raw }}
|
| D | main.twig | 4 {{ TPL.tpl_content()|raw }}
|
| /template/notos/templates/ |
| D | detail.twig | 8 <h1>{{ TPL.tpl_img_getTag('simple.title')|nl2br }}</h1> 10 {{ TPL.tpl_img(900,700)|raw }} 12 {{ TPL.tpl_img_meta()|raw }}
|
| D | main.twig | 4 {{ TPL.tpl_content()|raw }}
|
| /template/strap/resources/library/rrdiagram/0.9.4.1/ |
| H A D | rrdiagram.js.map | 1 …TPL","split","inspectSource","val","safe","isFunction","join","String","fails","quot","createHTML"…
|