Revision 63c30aeb
Von Sven Donath vor mehr als 14 Jahren hinzugefügt
xslt/xulmenu.xsl | ||
---|---|---|
<xsl:template match="doc" mode="html">
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head>
|
||
<meta http-equiv="refresh" content="2;url=menu.pl?action=display"/>
|
||
<meta http-equiv="refresh" content="5;url=menu.pl?action=display"/>
|
||
</head>
|
||
<body>
|
||
Ihr Browser unterstuetzt kein XUL!<br/>
|
||
Falls die automatische Weiterleitung nicht funktioniert, klicken Sie <a href="menu.pl?action=display">hier</a>.
|
||
<body style="background-color: #eee; color: #333;">
|
||
<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;">
|
||
<h2>XUL-Menü ist aktiviert</h2>
|
||
<h3>Nur der Firefox-Browser mag das XUL-Menü.</h3>
|
||
Wir schalten auf die kompatiblere <a href="menu.pl?action=display">HTML-Variante</a> um.
|
||
<h3>Only the Firefox-Browser likes the XUL-Menu.</h3>
|
||
We switch to the <a href="menu.pl?action=display">HTML-Version</a> now.
|
||
</div>
|
||
</body>
|
||
</html>
|
||
</xsl:template>
|
||
... | ... | |
********************************************************************************** -->
|
||
<xsl:template match="menu" mode="tree">
|
||
<toolbar>
|
||
<label value="Hauptmenue"/>
|
||
<label value="Hauptmenü"/>
|
||
</toolbar>
|
||
<tree flex="1" onselect="openTreeLink(event)" style="margin:0px;" hidecolumnpicker="true">
|
||
<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.