Home
last modified time | relevance | path

Searched refs:showSidebar (Results 1 – 25 of 147) sorted by last modified time

123456

/template/sprintdoc/
H A Dmain.php24 $showSidebar = true; variable
73 <body id="dokuwiki__top" class="<?php echo ($ACT) ? 'do-'.$ACT : 'do-none'; ?> <?php echo $classWideContent; ?><?php echo ($showSidebar) ? 'showSidebar' : ''; ?> <?php echo tpl_getConf('header_layout'); ?>">
86 <div class="page-wrapper <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
H A Ddetail.php22 $showSidebar = true; variable
68 <body id="dokuwiki__top" class="<?php echo tpl_classes(); ?> wide-content showSidebar <?php echo tpl_getConf('header_layout'); ?>">
80 <div class="page-wrapper <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
/template/sprintdoc/css/
H A Darea_footer.less69 .showSidebar {
78 &.showSidebar {
H A Dbase_structure.less198 .showSidebar {
215 &.showSidebar {
236 .wide-content.showSidebar {
/template/kiwiki/
H A Dmain.php15 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
/template/wikipraktik/
H A Dmain.php14 $showSidebar = $hasSidebar && ($ACT=='show');
42 echo ($showSidebar) ? ' showSidebar' : ''; ?><?php echo ($hasSidebar) ? ' hasSidebar' : ''; ?>">
49 <?php if ($showSidebar): ?>
13 $showSidebar = $hasSidebar && ($ACT=='show'); global() variable
/template/ad-hominem/css/
H A Dstructure.less66 .showSidebar #dokuwiki__content {
76 [dir=rtl] .showSidebar #dokuwiki__content {
/template/ad-hominem/
H A Dmain.php17 $showSidebar = $hasSidebar && ($ACT=='show'); variable
61 echo ( $showSidebar ? 'auto' : 'hide' ); ?>">
/template/mikio/
H A Dmain.php21 $showSidebar = $hasSidebar && ($ACT == 'show'); variable
39 echo '<div id="dokuwiki__top" class="site ' . tpl_classes() . (($showSidebar === true) ? ' showSidebar' : '') .
70 if ($showSidebar === true) {
105 if ($showSidebar === true) {
/template/launch/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
43 <body class="site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
215 <?php if ($showSidebar): ?>
/template/varicolored/
H A Dmain.php31 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
104 …kuwiki__content" class="site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar'…
159 <?php if ($showSidebar): ?>
/template/cleanresurrected/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
38 …top" class="outercontainer <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar'…
133 <?php if ($showSidebar): ?>
/template/panoramacake/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
55 <?php if ($showSidebar): ?>
149 <?php if ($showSidebar): ?>
227 …><div class="thumbshere site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar'…
/template/tilus/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
31 <body class="site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
83 <?php if ($showSidebar): ?>
/template/darkwood/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
31 <body class=" <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
78 <?php if ($showSidebar): ?>
/template/cutopillar/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
34 <div id="dokuwiki__top" class="offset site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ?…
125 <?php if ($showSidebar): ?>
/template/basical/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
31 echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
97 <?php if ($showSidebar): ?>
/template/tripillar/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
59 <?php if ($showSidebar): ?>
91 …kuwiki__content" class="site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar'…
/template/typowiki/typowiki/
H A Dmain.php14 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
38 echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
134 <?php if ($showSidebar): ?>
/template/readthedokus/css/
H A Dcontent.css25 #dokuwiki__site:not(.showSidebar) #dokuwiki__content
H A Dsidebar.css15 #dokuwiki__site:not(.showSidebar) #dokuwiki__aside
/template/readthedokus/
H A Dmain.php13 $showSidebar = page_findnearest($conf['sidebar']); variable
33 <div id="dokuwiki__site" class="<?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?> <?php echo ( $showSidebar ? "showSidebar" : "" ); ?> <?php echo (tpl_getConf("sidebarposition") == "right" ? "rightSidebar" : "leftSidebar" ) ?>">
/template/readthedokus/js/
H A Dreadthedokus.js251 document.querySelector("#dokuwiki__site").classList.toggle("showSidebar");
265 ReadtheDokus.prototype.showSidebar = function() method in ReadtheDokus
271 document.querySelector("#dokuwiki__site").classList.add("showSidebar");
290 document.querySelector("#dokuwiki__site").classList.remove("showSidebar");
/template/mindthedark/css/
H A Ddesign.less281 .showSidebar div.page {
H A Dmobile.less54 .showSidebar #dokuwiki__content {
64 [dir=rtl] .showSidebar #dokuwiki__content,
65 [dir=rtl] .showSidebar #dokuwiki__content > .pad {
114 .showSidebar #dokuwiki__pagetools {

123456