Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
1efff57b
Commit
1efff57b
authored
Aug 21, 2018
by
Mathias Goebel
Browse files
fix broken LitVz
parent
848c78b3
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/literaturverzeichnis.xqm
View file @
1efff57b
...
...
@@ -88,7 +88,7 @@ return
{$b/choice/abbr}
<ul>
<li>{$b/choice/expan/text()}</li>
{if($b/choice/expan/ptr) then <li><a href="{$b/choice/expan/ptr/string(@target)}">{$b/choice/expan/ptr/string(@target)}</a></li>}
{if($b/choice/expan/ptr) then <li><a href="{$b/choice/expan/ptr/string(@target)}">{$b/choice/expan/ptr/string(@target)}</a></li>
else ()
}
{if($b/idno) then <li>{string($b/idno/@type)}: {$b/idno/text()||' '} <a target="_blank" href="{$b/idno/@xml:base||$b/idno/text()}"><i class="fa fa-external-link"></i></a></li> else ()}
{if($b/ptr) then <li>{switch(string($b/ptr/@type)) case 'fulltext' return 'Volltext ' default return string($b/ptr/@type)} <a target="_blank" href="{$b/ptr/@target}"><i class="fa fa-external-link"></i></a></li> else ()}
</ul>
...
...
@@ -102,7 +102,7 @@ return
{$b//abbr}
<ul>
<li>{$b//expan//text()}</li>
{if($b/choice/expan/ptr) then <li><a href="{$b/choice/expan/ptr/string(@target)}">{$b/choice/expan/ptr/string(@target)}</a></li>}
{if($b/choice/expan/ptr) then <li><a href="{$b/choice/expan/ptr/string(@target)}">{$b/choice/expan/ptr/string(@target)}</a></li>
else ()
}
{if($b//idno) then <li>{string($b//idno/@type)}: {$b//idno/text()||' '} <a target="_blank" href="{$b//idno/@xml:base||$b//idno/text()}"><i class="fa fa-external-link"></i></a></li> else ()}
{if($b//ptr) then <li>{string($b//ptr/@type)} <a target="_blank" href="{$b//ptr/@target}"><i class="fa fa-external-link"></i></a></li> else ()}
</ul>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment