Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
1324c28e
Commit
1324c28e
authored
Mar 21, 2019
by
Mathias Goebel
🎠
Browse files
Merge branch 'release/4.0.1'
parents
6f95fda0
b2d26df1
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.properties
View file @
1324c28e
project.name
=
http://textgrid.de/ns/SADE-fontane-develop
project.version
=
4.0.
0
project.version
=
4.0.
1
project.title
=
[Fontane] SADE
project.abbrev
=
SADE-fontane-develop
project.processorversion
=
4.6.1
...
...
modules/fontane/index-processor.xqm
View file @
1324c28e
...
...
@@ -771,7 +771,7 @@ else
: parser for listEvents/event entities
: @param $eventDoc The tei:listEvent containing all entries
: :)
declare function ixp:events($eventDoc as element(tei:listEvent), $filter as xs:string
+
)
declare function ixp:events($eventDoc as element(tei:listEvent), $filter as xs:string
*
)
as element(xhtml:div) {
<xhtml:div id="{ string-join(($eventDoc/local-name(), $eventDoc/@type), "-") }" class="tab-pane">
<xhtml:div class="panel-group" aria-multiselectable="true" role="tablist">
...
...
@@ -898,9 +898,9 @@ return
};
(:~
: parser for tei:listOrg, returns the index of org
n
aisations.
: parser for tei:listOrg, returns the index of orga
n
isations.
: :)
declare function ixp:orgs($orgDoc as element(tei:listOrg)+, $filter as xs:string
+
) {
declare function ixp:orgs($orgDoc as element(tei:listOrg)+, $filter as xs:string
*
) {
<xhtml:div id="{ string-join(($orgDoc/local-name(), $orgDoc/@type), "-") }" class="tab-pane">
<xhtml:div class="panel-group" aria-multiselectable="true" role="tablist">
{for $orgList in $orgDoc
...
...
@@ -1022,7 +1022,7 @@ else
(:~
: parser for tei:listPerson, returns the index of persons
: :)
declare function ixp:persons($persDoc as element(tei:listPerson), $filter as xs:string
+
)
declare function ixp:persons($persDoc as element(tei:listPerson), $filter as xs:string
*
)
as element(xhtml:div) {
(: main tab :)
<xhtml:div id="{ string-join(($persDoc/local-name(), $persDoc/@type), "-") }" class="tab-pane">
...
...
@@ -1207,7 +1207,7 @@ else
(:~
: prepares the index of geographical references
: :)
declare function ixp:places($listPlace as element(tei:listPlace), $filter as xs:string
+
)
declare function ixp:places($listPlace as element(tei:listPlace), $filter as xs:string
*
)
as element(xhtml:div) {
<xhtml:div id="{ string-join(($listPlace/local-name(), $listPlace/@type), "-") }" class="tab-pane">
<xhtml:div class="panel-group" aria-multiselectable="true" role="tablist">
...
...
@@ -1373,7 +1373,7 @@ return ixp:prepare-work($i)
(:~
: prepares the list of works :)
declare function ixp:works($wrkDoc as element(tei:list), $filter as xs:string
+
)
declare function ixp:works($wrkDoc as element(tei:list), $filter as xs:string
*
)
as element(xhtml:div) {
<xhtml:div id="{ string-join(($wrkDoc/local-name(), $wrkDoc/@type), "-") }" class="tab-pane">
<xhtml:div class="panel-group" aria-multiselectable="true" role="tablist">
...
...
modules/fontane/transform.xqm
View file @
1324c28e
...
...
@@ -2211,7 +2211,7 @@ if( $node/parent::tei:zone/@points ) then
)
else
if(contains($node//tei:figDesc/tei:ref/text(), 'Absatzlinie') and contains($node//tei:figDesc/tei:ref/text(), 'nachgezogen')) then
(<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="auto" viewBox="0 0 300 20">
(<svg xmlns="http://www.w3.org/2000/svg"
class="absatzlinie--nachgezogen"
width="100%" height="auto" viewBox="0 0 300 20">
{$node/@xml:id ! attribute id { string(.) }}
<path d="M130 4 C 130 4, 110 2, 90 6" fill="transparent"/>
<path d="M90 6 C 90 4, 100 10, 295 3" fill="transparent"/>
...
...
@@ -2226,7 +2226,7 @@ if( $node/parent::tei:zone/@points ) then
else
if(contains($node//tei:figDesc/tei:ref/text(), "einfache Absatzlinie (hin und her)"))
then
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 451 46">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 451 46"
class="absatzlinie--hin-und-her"
>
{$node/@xml:id ! attribute id { string(.) },
element svg:path {
attribute id {"ahihe"},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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