Skip to content

Commit

Permalink
update oxygen author view for old id and trismegistos id
Browse files Browse the repository at this point in the history
  • Loading branch information
olvidalo committed Oct 19, 2015
1 parent 29c349b commit 5462247
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
17 changes: 12 additions & 5 deletions css/epidoc_c.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ width, height, depth, desc, note[type=topic], note[type=status] {
display: block;
}
/* keinen Text anzeigen */
msIdentifier idno,
altIdentifier idno,
idno,
note[type=text_type], note[type=status], locus, ab[type=custody],
note[type=writing_direction], objectType, width, height, depth, note[type=preparation], desc,
acquisition note[type=acquisition_type], acquisition note[type=seller], acquisition note[type=selling_date], acquisition note[type=folder],
Expand Down Expand Up @@ -262,7 +261,7 @@ msPart {
}

/* sourceDesc */
msIdentifier idno {
msIdentifier > idno {
margin-top: 1em;
content: oxy_label(text, "Inventarnummer: ", width, 10em, text-align, right)
oxy_editor(type, text, edit, "#text", columns, 30)
Expand All @@ -277,9 +276,17 @@ msIdentifier collection {
visibility: -oxy-collapse-text;
}

altIdentifier idno {
altIdentifier[type="trismegistos"] > idno {
margin-top: 1em;
content: oxy_label(text, "Alte Inventarnummer: ", width, 10em, text-align, right)
content: oxy_label(text, "Trismegistos-Nummer: ", width, 12em, text-align, right)
oxy_editor(type, text, edit, "#text", columns, 30)
" " attr("rend");
}


altIdentifier[type="old"] > idno {
margin-top: 1em;
content: oxy_label(text, "Alte Inventarnummer: ", width, 12em, text-align, right)
oxy_editor(type, text, edit, "#text", columns, 30)
oxy_editor(type, button, actionID, insert_info_altIdentifier_idno, transparent, true, color, #FFFFFF)
" " attr("rend");
Expand Down
6 changes: 6 additions & 0 deletions epidoc_c.framework
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,12 @@
<msIdentifier>
<idno></idno>
<collection>Köln, Papyrussammlung</collection>
<altIdentifier type="trismegistos">
<idno></idno>
</altIdentifier>
<altIdentifier type="old">
<idno></idno>
</altIdentifier>
</msIdentifier>
<msContents>
</msContents>
Expand Down
6 changes: 6 additions & 0 deletions templates/epidoc_c.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<msIdentifier>
<idno></idno>
<collection>Köln, Papyrussammlung</collection>
<altIdentifier type="trismegistos">
<idno></idno>
</altIdentifier>
<altIdentifier type="old">
<idno></idno>
</altIdentifier>
</msIdentifier>
<msContents>
<msItemStruct defective="false" xml:id="T_${id}">
Expand Down

0 comments on commit 5462247

Please sign in to comment.