diff --git a/app/views/details.scala.html b/app/views/details.scala.html
index d1713f0e..372d905b 100644
--- a/app/views/details.scala.html
+++ b/app/views/details.scala.html
@@ -68,7 +68,7 @@
@defining(Lobid.items(doc.toString)) { items =>
@defining(!(doc\\"containedIn").isEmpty && (doc\"type").toString.contains("Article")){superordination =>
-
+
@defining((doc\"rpbId").asOpt[String].getOrElse(q)){ id =>
- @tags.star_button(id) Titeldetails:
@@ -80,21 +80,6 @@
}
- @if(doc.toString.contains("fulltextOnline")){
-
-
- - Online-Ressource:
- -
-
-
- |
- |
-
- @result_field("Link", "fulltextOnline", doc, TableRow.LINKS)
-
-
-
- }
}
}
diff --git a/app/views/tags/result_doc.scala.html b/app/views/tags/result_doc.scala.html
index 0bdfb39c..5567b73e 100644
--- a/app/views/tags/result_doc.scala.html
+++ b/app/views/tags/result_doc.scala.html
@@ -244,6 +244,7 @@
@for(pub <- sortedPublications((doc\"publication").asOpt[Seq[JsValue]].getOrElse(Seq()))){ @publication(pub) }
@result_field("Auflage", "edition", doc, TableRow.VALUES)
+ @result_field("Schoene-Nummer", "schoeneNummer", doc, TableRow.VALUES)
@result_field("Inhalt", "abstract", doc, TableRow.VALUES)
@result_field("Anmerkungen", "note", doc, TableRow.VALUES, node = Option(doc))
@result_field("ISBN", "isbn", doc, TableRow.VALUES)
@@ -268,7 +269,7 @@
@labelled("Inhaltsangabe", "description")
@labelled("Inhaltsverzeichnis", "tableOfContents")
- @for(item <- (doc \ "hasItem").asOpt[Seq[JsValue]].getOrElse(Seq())){ @result_field("Siehe auch", "seeAlso", item, TableRow.LINKS) }
+ @labelled("Volltext", "fulltextOnline")
}
@schema_org(doc)