-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstruments.html
More file actions
12 lines (12 loc) · 884 Bytes
/
instruments.html
File metadata and controls
12 lines (12 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?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">
<h1>Instruments</h1>
<p>Content is partially setup on top of <a href="http://jmmc.fr/~swmgr/AsproOIConfigurations/">instrument description</a> provided by <a href="http://www.jmmc.fr/aspro2">Aspro2</a>. More informations will be added on top of it: instrument pi, remote web site...</p>
<div data-template="app:instruments">
<div class="row">
<div class="panel-group col-md-offset-1 col-md-10" id="accordion" role="tablist" aria-multiselectable="true">
<div data-template="helpers:render" data-template-partial="_instrument-short.html" data-template-key="instruments" data-template-as="instrument"/>
</div>
</div>
</div>
</div>