DokuWiki

It's better when it's simple

User Tools

Site Tools


template:lilas

lilas Template

Compatible with DokuWiki

2006-03-09

template Sitemap and TOC on the left.

Last updated on
2006-04-20

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with !discontinued, sitemap

:!: orphaned by author

Basically this template gives you the same information that you get when you click the Index button. It puts this in a navigation box on the left.

Download and Install

Use the following URL to download this template:

Refer to template on how to install and use templates in DokuWiki.

TOC and new dokuwiki versions

## modifications on dokuwiki-2009-02-14b
## and template_lilas_20060420, 
## to run with toc-navigation
##	by gismar[at]gmx[dot]de
##________________________________________________________________________________
  
# to show toc on newer dw version your 
# TOC-section in /lib/tpl/lilas/main.php 
# should look like this:
<!-- ================================= TOC ================================= -->
		<?php
			ob_start();
			tpl_content(false);
			$buffer = ob_get_clean();
		?>
		<?php if(tpl_toc(true) && $INFO['exists'] && isset($toc)){ ?> 
		<div class="menu pagemap">
			<div class="menutop">
				<div class="prepend"></div>
				<div class="title"><?php echo $lang["pagemap"]; ?></div>
			</div>
			<div class="menubody">
				<?php tpl_toc()?>
			</div>
			<div class="menubottom"><div class="prepend"></div></div>
		</div>
		<?php } ?> 

##________________________________________________________________________________

# hide tocheader + toctoggle in page-navigation
# comment /inc/html.php - line 1406 - 1408

/*    $out .= '<div class="tocheader toctoggle" id="toc__header">';
  $out .= $lang['toc'];
  $out .= '</div>'.DOKU_LF;
*/

##________________________________________________________________________________

Sites using this Template

  • bpmWiki Wiki about bpm & eam
  • Plattsalat Wiki
    (unfortunately we couldn't get the TOC to work in the new version with the above mentioned code - any help appreciated)
  • Add yours here
  • River's Edge Project
    Site with Polish articles, reports, interviews, gallery, C64. Available also in English language but only few pages are translated yet.

Discussion

  • Did anybody have an idea how to masking the “start” in the namespace Site Map?
template/lilas.txt · Last modified: 2016-01-15 18:31 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki