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 (tested in IE 5.5, IE 6.0 Netscape 6.2)
  • 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


I translated the current version of BrushedTemplate myself, without sticking to the previous translation by Heinz-Josef Lücking. I used the current version (13th upload on 23 Aug 06). See my attachment brushed-v2.4.x-de.zip(info).

--Candid Dauth, 28-Aug-2006


I updated my translation to the newest version of Brushed template, which is “16th upload on x Oct 06”.

--Candid Dauth, 18-Feb-2007

Add new attachment

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.

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 page (revision-21) was last changed on 18-Feb-2007 17:29 by CandidDauth [RSS]