mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Started to design MetaData for Letters
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
@model BriefeViewModel;
|
||||
|
||||
@Model.Meta.Meta.Autopsic
|
||||
@Model.Meta.ParsedSenders
|
||||
@Model.Index
|
||||
@Model.Id
|
||||
|
||||
@if (Model.Next != null) {
|
||||
<a href="@Model.Next.Value.Item2">@Model.Next.Value.Item1.Meta.Autopsic</a>
|
||||
}
|
||||
<div class="ha-letterheader">
|
||||
@await Html.PartialAsync("/Views/Shared/_LetterHead.cshtml", Model.MetaData)
|
||||
</div>
|
||||
|
||||
@if (Model.ParsedText != null) {
|
||||
@Html.Raw(@Model.ParsedText)
|
||||
@@ -20,20 +15,3 @@
|
||||
@if (Model.ParsedMarginals != null) {
|
||||
@Html.Raw(@Model.ParsedMarginals)
|
||||
}
|
||||
|
||||
@if (Model.ParsedTradition != null) {
|
||||
@Html.Raw(@Model.ParsedTradition)
|
||||
}
|
||||
|
||||
@if (Model.ParsedEdits != null) {
|
||||
@foreach (var edit in Model.ParsedEdits) {
|
||||
@Html.Raw(edit)
|
||||
}
|
||||
}
|
||||
|
||||
@if (Model.ParsedHands != null)
|
||||
{
|
||||
@foreach (var hand in Model.ParsedHands) {
|
||||
@Html.Raw(hand)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user