This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

Brushed Template In German #

I translated the BrushedTemplate into german language with several minor changes (layout). i used BrushedTemplate/BrushedTemplate.zip(info) instead of BrushedTemplate/BrushedTemplate-v2.1.86.zip(info). The second one does not work in I.E.

Topics:

  • an automated generated TOC on each page if headlines are available (IE 5.5, IE 6.0 Netscape 6.x ?)
  • a print preview (source from the mrg template)

Please document here any incompatibilities!#

Call for support#

I would like to include a tag (somethin like ? evaluated by javascript for sites that shall not have a TOC. Can someone help me?

--DF, 26 jun 2004
What you need is some javascript to look for a <div class='no-toc'> and escape from your current onload routine which generates the toc. Here is some modified code snippet from BrushedTemplateTOC which should do the trick.

  if (!document.createElement) return;

  var divArr = document.getElementsByTagName("div");
  if (!divArr) return;
  
  for (i=0; i<divArr.length; i++) 
  {
    if ( divArr[i].className == "no-toc" ) return; //do not generate the toc
  } 

  ... continue your normal toc code

Download BrushedTemplateInGerman.zip(info)

Screenshots

Heinz-Josef Lücking

Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
jpg
BrushedScreenshotView.jpg 41.0 kB 3 25-Jun-2004 19:01 84.131.172.13
zip
BrushedTemplateGerman.zip 79.3 kB 1 18-Jun-2004 18:37 84.131.175.33
zip
BrushedTemplateInGerman.zip 41.2 kB 1 25-Jun-2004 19:10 84.131.172.13
jpg
GISWikiScreenshotView.jpg 72.9 kB 1 18-Jun-2004 18:36 84.131.175.33
zip
brushed-v2.4.x-de.zip 310.5 kB 4 18-Feb-2007 17:58 CandidDauth Several things didn't work right.
« This particular version was published on 26-Jun-2004 17:41 by DirkFrederickx.