mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
redirect_xslt_xhtml.xslt: Target des "hier"-Links auf _blank, damit dieser bei der CIS-Suche geöffnet werden kann + Englische übersetzung
This commit is contained in:
@@ -12,8 +12,9 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
Sie werden automatisch weitergeleitet.
|
||||
Sollte dies nicht der Fall sein, klicken sie bitte
|
||||
<xsl:variable name="url" select="url"></xsl:variable>
|
||||
<a href="{url}">hier</a>
|
||||
|
||||
<a href="{url}" target="_blank">hier</a><br/><br/>
|
||||
You will be redirected automatically. If not, please click
|
||||
<a href="{url}" target="_blank">here</a>
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
||||
Reference in New Issue
Block a user