Revision 63c30aeb
Von Sven Donath vor etwa 14 Jahren hinzugefügt
xslt/xulmenu.xsl | ||
---|---|---|
18 | 18 |
<xsl:template match="doc" mode="html"> |
19 | 19 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
20 | 20 |
<head> |
21 |
<meta http-equiv="refresh" content="2;url=menu.pl?action=display"/>
|
|
21 |
<meta http-equiv="refresh" content="5;url=menu.pl?action=display"/>
|
|
22 | 22 |
</head> |
23 |
<body> |
|
24 |
Ihr Browser unterstuetzt kein XUL!<br/> |
|
25 |
Falls die automatische Weiterleitung nicht funktioniert, klicken Sie <a href="menu.pl?action=display">hier</a>. |
|
23 |
<body style="background-color: #eee; color: #333;"> |
|
24 |
<div style="margin-top: 2em; margin-left: auto; margin-right: auto; border: solid 0.1em #f88; width: 30em; background-color:#fff; font-size: 0.8em;font-family: Verdana, Arial, Helvetica; padding: 2em;"> |
|
25 |
<h2>XUL-Menü ist aktiviert</h2> |
|
26 |
<h3>Nur der Firefox-Browser mag das XUL-Menü.</h3> |
|
27 |
Wir schalten auf die kompatiblere <a href="menu.pl?action=display">HTML-Variante</a> um. |
|
28 |
<h3>Only the Firefox-Browser likes the XUL-Menu.</h3> |
|
29 |
We switch to the <a href="menu.pl?action=display">HTML-Version</a> now. |
|
30 |
</div> |
|
26 | 31 |
</body> |
27 | 32 |
</html> |
28 | 33 |
</xsl:template> |
... | ... | |
122 | 127 |
********************************************************************************** --> |
123 | 128 |
<xsl:template match="menu" mode="tree"> |
124 | 129 |
<toolbar> |
125 |
<label value="Hauptmenue"/>
|
|
130 |
<label value="Hauptmenü"/>
|
|
126 | 131 |
</toolbar> |
127 | 132 |
<tree flex="1" onselect="openTreeLink(event)" style="margin:0px;" hidecolumnpicker="true"> |
128 | 133 |
<treecols> |
Auch abrufbar als: Unified diff
Weiterleitung für "Nicht-XUL-Browser" aufgehübscht.
Die Information sieht jetzt etwas gefälliger aus und bleibt 5 Sekunden stehen.
Für die Umlaute habe ich mal ü ausprobiert. Meine Brwoser zeigen das richtig an.