Brushed Template In German #
I translated the BrushedTemplate into german language with several minor changes (layout).
i used BrushedTemplate/BrushedTemplate.zip instead of BrushedTemplate/BrushedTemplate-v2.1.86.zip
. 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
Screenshots
- Edit Brushed Template In German View
- Edit Brushed Template In German Edit
- Edit Brushed Template In German Printpreview
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.
--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
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. |