Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120285636
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
Thu, Jul 3, 06:46
Size
1 KB
Mime Type
text/html
Expires
Sat, Jul 5, 06:46 (2 d)
Engine
blob
Format
Raw Data
Handle
27166891
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