Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107299868
tln-leaf-description.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
Sun, Apr 6, 21:36
Size
1 KB
Mime Type
text/html
Expires
Tue, Apr 8, 21:36 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25392540
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
tln-leaf-description.component.html
View Options
<div class="leaf" *ngIf="manuscriptLeaf">
<table>
<tr><td>
<table>
<tr>
<td *ngFor="let page of pages">
{{ page.title + " " + 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>
</td>
</tr>
<tr>
<td *ngFor="let page of pages">
<img *ngIf="page.originalThumb" (click)="navigate(page.id)" class="thumbnail" [src]="page.originalThumb">
<img *ngIf="!page.originalThumb" (click)="navigate(page.id)" class="thumbnail" [src]="page.image">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="text">{{manuscriptLeaf.description}}</td>
</tr>
<tr>
<td class="text" *ngIf="manuscriptLeaf.originally"><i>{{manuscriptLeaf.originally}}</i></td>
</tr>
</table>
</div>
Event Timeline
Log In to Comment