Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 17 additions & 18 deletions pyneuroml/analysis/ChannelInfo_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,22 @@ Channel information

<p style="font-family:arial">${info}</p>

<table>
#foreach ($channel in $channels)##
<tr>
<td width="120px">
<sup><b>${channel.id}</b><br/>
<a href="../${channel.file}">${channel.file}</a><br/>
<b>Ion: ${channel.species}</b><br/>
<i>${channel.expression}</i><br/>
<div style="background-color:#eee">${channel.notes}</div></sup>
</td>
<td>
<a href="${channel.id}.inf.png"><img alt="${channel.id} steady state" src="${channel.id}.inf.png" height="220"/></a>
</td>
<td>
<a href="${channel.id}.tau.png"><img alt="${channel.id} time course" src="${channel.id}.tau.png" height="220"/></a>
</td>
</tr>
#end##
</table>
<div style="border:solid 2px white; padding-left:10px">
<div>
<b>${channel.id}</b><br/>
<a href="../${channel.file}">${channel.file}</a>
<br/>
<b>Ion: ${channel.species}</b><br/>
<b>
<i><code>${channel.expression}</code></i><br/>
</b>
</div>

${channel.notes}
<div><a href="${channel.id}.inf.png"><img alt="${channel.id} steady state" src="${channel.id}.inf.png" height="250" width="300" style="padding:10px 35px 10px 0px"/></a>
<a href="${channel.id}.tau.png"><img alt="${channel.id} time course" src="${channel.id}.tau.png" height="250" width="300" style="padding:10px 10px 10px 0px"/></a>
</div>
</div>
#end##