Narweb: Inconsistency between the name of the link (#1272)
to a reference and the name of this reference for an individual. Fixes #12336
This commit is contained in:
parent
675a8b00a4
commit
4472a38854
@ -827,8 +827,34 @@ a.family_map {
|
|||||||
|
|
||||||
/* Subsection : Source References
|
/* Subsection : Source References
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
#sourcerefs ol li ol {
|
#sourcerefs ol#srcr {
|
||||||
list-style-type: lower-alpha;
|
counter-reset: itema;
|
||||||
|
list-style-type: none;
|
||||||
|
display: block;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr {
|
||||||
|
counter-reset: itemb;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li::before {
|
||||||
|
content: counter(itema);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li::before {
|
||||||
|
content: counter(itema)counter(itemb, lower-alpha);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li {
|
||||||
|
counter-increment: itema;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li {
|
||||||
|
counter-increment: itemb;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr ul {
|
||||||
|
list-style: none;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Subsection : Pedigree
|
/* Subsection : Pedigree
|
||||||
|
@ -1540,18 +1540,34 @@ div#References {
|
|||||||
|
|
||||||
/* Subsections : Source References
|
/* Subsections : Source References
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
div#sourcerefs {
|
#sourcerefs ol#srcr {
|
||||||
padding: 0;
|
counter-reset: itema;
|
||||||
margin: 0 auto;
|
list-style-type: none;
|
||||||
|
display: block;
|
||||||
|
margin-top: .1em;
|
||||||
}
|
}
|
||||||
div#sourcerefs ol {
|
#sourcerefs ol#citr {
|
||||||
list-style-type: decimal;
|
counter-reset: itemb;
|
||||||
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
div#sourcerefs ol li ol {
|
#sourcerefs ol#srcr > li::before {
|
||||||
list-style-type: lower-alpha;
|
content: counter(itema);
|
||||||
}
|
}
|
||||||
div#sourcerefs ol li a {
|
#sourcerefs ol#citr > li::before {
|
||||||
text-decoration: none;
|
content: counter(itema)counter(itemb, lower-alpha);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li {
|
||||||
|
counter-increment: itema;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li {
|
||||||
|
counter-increment: itemb;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr ul {
|
||||||
|
list-style: none;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Subsections : Summary Area
|
/* Subsections : Summary Area
|
||||||
|
@ -881,8 +881,34 @@ a.family_map {
|
|||||||
|
|
||||||
/* Subsection : Source References
|
/* Subsection : Source References
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
#sourcerefs ol li ol {
|
#sourcerefs ol#srcr {
|
||||||
list-style-type: lower-alpha;
|
counter-reset: itema;
|
||||||
|
list-style-type: none;
|
||||||
|
display: block;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr {
|
||||||
|
counter-reset: itemb;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li::before {
|
||||||
|
content: counter(itema);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li::before {
|
||||||
|
content: counter(itema)counter(itemb, lower-alpha);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li {
|
||||||
|
counter-increment: itema;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li {
|
||||||
|
counter-increment: itemb;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr ul {
|
||||||
|
list-style: none;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Subsection : Pedigree
|
/* Subsection : Pedigree
|
||||||
|
@ -877,8 +877,34 @@ a.family_map {
|
|||||||
|
|
||||||
/* Subsection : Source References
|
/* Subsection : Source References
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
#sourcerefs ol li ol {
|
#sourcerefs ol#srcr {
|
||||||
list-style-type: lower-alpha;
|
counter-reset: itema;
|
||||||
|
list-style-type: none;
|
||||||
|
display: block;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr {
|
||||||
|
counter-reset: itemb;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li::before {
|
||||||
|
content: counter(itema);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li::before {
|
||||||
|
content: counter(itema)counter(itemb, lower-alpha);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li {
|
||||||
|
counter-increment: itema;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li {
|
||||||
|
counter-increment: itemb;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr ul {
|
||||||
|
list-style: none;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Subsection : Pedigree
|
/* Subsection : Pedigree
|
||||||
|
@ -878,8 +878,34 @@ a.family_map {
|
|||||||
|
|
||||||
/* Subsection : Source References
|
/* Subsection : Source References
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
#sourcerefs ol li ol {
|
#sourcerefs ol#srcr {
|
||||||
list-style-type: lower-alpha;
|
counter-reset: itema;
|
||||||
|
list-style-type: none;
|
||||||
|
display: block;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr {
|
||||||
|
counter-reset: itemb;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li::before {
|
||||||
|
content: counter(itema);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li::before {
|
||||||
|
content: counter(itema)counter(itemb, lower-alpha);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li {
|
||||||
|
counter-increment: itema;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li {
|
||||||
|
counter-increment: itemb;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr ul {
|
||||||
|
list-style: none;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Subsection : Pedigree
|
/* Subsection : Pedigree
|
||||||
|
@ -880,8 +880,34 @@ a.family_map {
|
|||||||
|
|
||||||
/* Subsection : Source References
|
/* Subsection : Source References
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
#sourcerefs ol li ol {
|
#sourcerefs ol#srcr {
|
||||||
list-style-type: lower-alpha;
|
counter-reset: itema;
|
||||||
|
list-style-type: none;
|
||||||
|
display: block;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr {
|
||||||
|
counter-reset: itemb;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li::before {
|
||||||
|
content: counter(itema);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li::before {
|
||||||
|
content: counter(itema)counter(itemb, lower-alpha);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li {
|
||||||
|
counter-increment: itema;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li {
|
||||||
|
counter-increment: itemb;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr ul {
|
||||||
|
list-style: none;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Subsection : Pedigree
|
/* Subsection : Pedigree
|
||||||
|
@ -817,9 +817,43 @@ div.grampsstylednote a:visited {
|
|||||||
|
|
||||||
/* SubSection : Source References
|
/* SubSection : Source References
|
||||||
-----------------------------------------------------------------*/
|
-----------------------------------------------------------------*/
|
||||||
#sourcerefs ol li ol {
|
#sourcerefs ol#srcr {
|
||||||
list-style-type: lower-alpha;
|
counter-reset: itema;
|
||||||
|
list-style-type: none;
|
||||||
|
display: block;
|
||||||
|
margin-top: .1em;
|
||||||
}
|
}
|
||||||
|
#sourcerefs ol#citr {
|
||||||
|
counter-reset: itemb;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li::before {
|
||||||
|
content: counter(itema);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li::before {
|
||||||
|
content: counter(itema)counter(itemb, lower-alpha);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li {
|
||||||
|
counter-increment: itema;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li {
|
||||||
|
counter-increment: itemb;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr ul {
|
||||||
|
list-style: none;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
#sourcerefs a {
|
||||||
|
color: #767D25;
|
||||||
|
}
|
||||||
|
#sourcerefs a:visited {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/* SubSection : Pedigree
|
/* SubSection : Pedigree
|
||||||
-----------------------------------------------------------------*/
|
-----------------------------------------------------------------*/
|
||||||
|
@ -1347,11 +1347,34 @@ div.grampsstylednote a:visited {
|
|||||||
|
|
||||||
/* Subsections : Source References
|
/* Subsections : Source References
|
||||||
----------------------------------------------------- */
|
----------------------------------------------------- */
|
||||||
div#sourcerefs ol {
|
#sourcerefs ol#srcr {
|
||||||
list-style-type:decimal;
|
counter-reset: itema;
|
||||||
|
list-style-type: none;
|
||||||
|
display: block;
|
||||||
|
margin-top: .1em;
|
||||||
}
|
}
|
||||||
div#sourcerefs ol li ol {
|
#sourcerefs ol#citr {
|
||||||
list-style-type:lower-alpha;
|
counter-reset: itemb;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li::before {
|
||||||
|
content: counter(itema);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li::before {
|
||||||
|
content: counter(itema)counter(itemb, lower-alpha);
|
||||||
|
}
|
||||||
|
#sourcerefs ol#srcr > li {
|
||||||
|
counter-increment: itema;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr > li {
|
||||||
|
counter-increment: itemb;
|
||||||
|
margin-top: .1em;
|
||||||
|
}
|
||||||
|
#sourcerefs ol#citr ul {
|
||||||
|
list-style: none;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Subsections : Summary Area
|
/* Subsections : Summary Area
|
||||||
|
@ -2549,7 +2549,7 @@ class BasePage:
|
|||||||
with Html("div", class_="subsection", id="sourcerefs") as section:
|
with Html("div", class_="subsection", id="sourcerefs") as section:
|
||||||
section += Html("h4", self._("Source References"), inline=True)
|
section += Html("h4", self._("Source References"), inline=True)
|
||||||
|
|
||||||
ordered = Html("ol")
|
ordered = Html("ol", id="srcr")
|
||||||
|
|
||||||
cindex = 0
|
cindex = 0
|
||||||
citationlist = bibli.get_citation_list()
|
citationlist = bibli.get_citation_list()
|
||||||
@ -2572,7 +2572,7 @@ class BasePage:
|
|||||||
else:
|
else:
|
||||||
list_html = Html("li", "None")
|
list_html = Html("li", "None")
|
||||||
|
|
||||||
ordered1 = Html("ol")
|
ordered1 = Html("ol", id="citr")
|
||||||
citation_ref_list = citation.get_ref_list()
|
citation_ref_list = citation.get_ref_list()
|
||||||
for key, sref in citation_ref_list:
|
for key, sref in citation_ref_list:
|
||||||
cit_ref_li = Html("li", id="sref%d%s" % (cindex, key))
|
cit_ref_li = Html("li", id="sref%d%s" % (cindex, key))
|
||||||
|
Loading…
Reference in New Issue
Block a user