Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100953853
tln-manuscript-view.component.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Feb 4, 06:41
Size
3 KB
Mime Type
text/html
Expires
Thu, Feb 6, 06:41 (2 d)
Engine
blob
Format
Raw Data
Handle
24061146
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
tln-manuscript-view.component.html
View Options
<button
*
ngIf=
"fullscreen"
mat-icon-button
title=
"Vollbild aus"
(
click
)="
fullscreen =
false;updateParams()"
>
<mat
-icon
>
fullscreen_exit
<
/mat-icon>
</button>
<mat
-card
*
ngIf=
"current_manuscript"
>
<mat
-card-header
>
<mat
-card-title
*
ngIf=
"current_manuscript.archivalicSignature"
>
{{current_manuscript.archivalicSignature}}
<
/mat-card-title>
<mat
-card-title
*
ngIf=
"!current_manuscript.archivalicSignature"
>
{{current_manuscript.title}}
<
/mat-card-title>
<mat
-card-subtitle
*
ngIf=
"current_manuscript.gsaSignature"
>
GSA-Signatur {{current_manuscript.gsaSignature}}
<
/mat-card-subtitle>
<!--<mat-card-subtitle>{{current_manuscript.type}}</mat-card-subtitle>-->
<img
mat-card-avatar
*
ngIf=
"current_manuscript.thumbImage"
[
src
]="
current_manuscript
.
thumbImage
"
/>
<
/mat-card-header>
<mat
-card-content
*
ngIf=
"earlierDescriptions.length > 0"
>
<h4
mat-subheader
>
Fr
ü
here Manuskriptbeschreibungen
</h4>
<table>
<tr
*
ngFor=
"let earlierDescription of earlierDescriptions"
>
<td
class=
"author"
>
{{earlierDescription.author}}:
</td>
<td
class=
"text"
>
<span
*
ngIf=
"earlierDescription.markups.length == 0"
>
{{earlierDescription.text}}
</span>
<NgxMat
-NgxMatStandoffMarkup
*
ngIf=
"earlierDescription.markups.length > 0"
[
cssDef
]="
cssDef
"
[
markupSettings
]="
mySettings
"
[
textToStyle
]="
earlierDescription
.
text
"
[
posStyleMarkup
]="
earlierDescription
.
markups
"
>
<
/NgxMat-NgxMatStandoffMarkup>
{{earlierDescription.citation}}
</td>
</tr>
</table>
<
/mat-card-content>
<mat
-card-content
*
ngIf=
"manuscriptDescription"
>
<h4
mat-subheader
*
ngIf=
"current_manuscript.type == 'Mappe'"
>
Beschreibung der Archivmappe
</h4>
<h4
mat-subheader
*
ngIf=
"current_manuscript.type != 'Mappe'"
>
Heftbeschreibung
</h4>
<p
class=
"text"
>
<span
*
ngIf=
"manuscriptDescription.markups.length == 0"
>
{{manuscriptDescription.text}}
</span>
<NgxMat
-NgxMatStandoffMarkup
*
ngIf=
"manuscriptDescription.markups.length > 0"
[
cssDef
]="
cssDef
"
[
markupSettings
]="
mySettings
"
[
textToStyle
]="
manuscriptDescription
.
text
"
[
posStyleMarkup
]="
manuscriptDescription
.
markups
"
>
<
/NgxMat-NgxMatStandoffMarkup>
</p>
<
/mat-card-content>
<mat
-card-content
*
ngIf=
"current_manuscript.archivalicSignature && current_manuscript.archivalicSignature != current_manuscript.title"
>
<h4
mat-subheader
>
In {{current_manuscript.title}} wiedergegebene Manuskriptseiten
</h4>
<span
*
ngFor=
"let page of pages; let i = index"
>
{{page.number}}
<open
-in-viewer
class=
"nospace"
[
routerInformation
]="{
title:
current_manuscript
.
title
,
number:
page
.
number
,
page:
page
.
id
}"
>
<
/open-in-viewer>
<open
-in-viewer
class=
"nospace"
[
routerInformation
]="{
title:
current_manuscript
.
title
,
number:
page
.
number
,
page:
page
.
id
,
launchExternally:
true
}"
>
<
/open-in-viewer>
<span
*
ngIf=
"i+1 < pages.length"
>
,
</span></span>
<
/mat-card-content>
<mat
-card-content
*
ngIf=
"reconstructedKonvolut"
>
<h4
mat-subheader
>
Konvolute, Rekonstruktionen
</h4>
<p
class=
"text"
*
ngIf=
"reconstructedKonvolut.description"
>
{{reconstructedKonvolut.description}}
</p>
<!-- TODO: WAITING FOR DATA
<span *ngFor="let page of reconstructedKonvolut.pages; let i = index">{{page.number}}
<button *ngIf="page.title" mat-icon-button class="nospace"
[title]="page.title + ' ' + page.number + ' in Seitenansicht öffnen'"
(click)="openInViewer(page.id)"><mat-icon [inline]="true">launch</mat-icon></button>
<span *ngIf="i+1 < reconstructedKonvolut.pages.length">, </span></span>-->
<
/mat-card-content>
<
/mat-card>
Event Timeline
Log In to Comment