Home
last modified time | relevance | path

Searched refs:showSidebar (Results 101 – 125 of 147) sorted by path

123456

/template/notes/css/
H A Dstructure.less66 .showSidebar #dokuwiki__content {
76 [dir=rtl] .showSidebar #dokuwiki__content {
/template/notes/
H A Dmain.php14 $showSidebar = $hasSidebar && ($ACT=='show'); variable
30 … echo ($showSidebar) ? 'showSidebar' : ''; ?> <?php echo ($hasSidebar) ? 'hasSidebar' : ''; ?>">
36 <?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/parallax/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
32 <body id="dokuwiki__top" class="site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasS…
253 <?php if ($showSidebar): ?>
/template/peanutbutter/
H A Dmain.php23 $showSidebar = FALSE; variable
25 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
53 if($showSidebar):
115 if ($showSidebar):
/template/pinboard/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
32 <?php if ($showSidebar){
40 <body class="site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
/template/pinkberrynight/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
38 echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
171 <?php if ($showSidebar): ?>
/template/plaintext/
H A Deditor.php15 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
38 echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
119 <?php if ($showSidebar): ?>
/template/ramtop/css/
H A Dmobile.less53 .showSidebar #dokuwiki__content {
63 [dir=rtl] .showSidebar #dokuwiki__content,
64 [dir=rtl] .showSidebar #dokuwiki__content > .pad {
112 .showSidebar #dokuwiki__pagetools {
H A Dstructure.less66 .showSidebar #dokuwiki__content {
76 [dir=rtl] .showSidebar #dokuwiki__content {
/template/ravel/
H A Dmain.php15 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
39 …<div id="container" class="site <?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSideb…
175 <?php if ($showSidebar): ?>
211 <?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/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/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/rtd_suterdev/css/
H A Dcontent.css25 #dokuwiki__site:not(.showSidebar) #dokuwiki__content
H A Dsidebar.css15 #dokuwiki__site:not(.showSidebar) #dokuwiki__aside
/template/rtd_suterdev/js/
H A Dreadthedokus.js265 ReadtheDokus.prototype.showSidebar = function() method in ReadtheDokus
/template/rtd_suterdev/
H A Dmain.php13 $showSidebar = page_findnearest($conf['sidebar']); variable
30 …s="<?php echo tpl_classes(); ?> <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?> <?php echo ( $sh…
/template/simplewiki/css/
H A Dmobile.less54 .showSidebar #dokuwiki__content {
64 [dir=rtl] .showSidebar #dokuwiki__content,
65 [dir=rtl] .showSidebar #dokuwiki__content > .pad {
113 .showSidebar #dokuwiki__pagetools {
H A Dstructure.less66 .showSidebar #dokuwiki__content {
76 [dir=rtl] .showSidebar #dokuwiki__content {
/template/simplewiki/
H A Dmain.php15 $showSidebar = $hasSidebar && ($ACT=='show'); variable
30 … echo ($showSidebar) ? 'showSidebar' : ''; ?> <?php echo ($hasSidebar) ? 'hasSidebar' : ''; ?>">
36 <?php if($showSidebar): ?>
/template/spacious/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); variable
170 echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
244 <?php if ($showSidebar): ?>
/template/sprintdoc/css/
H A Darea_footer.less69 .showSidebar {
78 &.showSidebar {
H A Dbase_structure.less198 .showSidebar {
215 &.showSidebar {
236 .wide-content.showSidebar {

123456