-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection.html
More file actions
18 lines (18 loc) · 950 Bytes
/
collection.html
File metadata and controls
18 lines (18 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div class="col-md-offset-1 col-md-10">
<div data-template="app:collection">
<h1>
<span data-template="app:ellipsize" data-template-key="collection.title" data-template-length="80"/>
</h1>
<h2>Description</h2>
<div data-template="helpers:render" data-template-partial="_collection.html" data-template-key="collection"/>
<h2>Granules</h2>
<div id="granules">
<div data-template="templates:include" data-template-path="_collection-granules.html"/>
</div>
</div>
</div>
<script type="text/javascript" src="resources/scripts/collection.js"/>
<div data-template="templates:include" data-template-path="_voar.html"/>
</div>