Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119081435
export.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, Jun 24, 19:09
Size
565 B
Mime Type
text/html
Expires
Thu, Jun 26, 19:09 (2 d)
Engine
blob
Format
Raw Data
Handle
26971336
Attached To
R7177 epiph
export.html
View Options
<template name="export">
<div id="export">
<div class="row">
<div class="col-md-3">
<div id="tree"></div>
</div>
<div class="col-md-9">
<table id="table" class="table">
<tr>
{{#each columnHeaders}}
<th>{{title}}</th>
{{/each}}
</tr>
{{#each rows}}
<tr>
{{#each columns}}
<td>{{title}}</td>
{{/each}}
</tr>
{{/each}}
</table>
</div>
</div>
</div>
</template>
Event Timeline
Log In to Comment