Mercurial > repos > chrisb > gap_all_glycan_tools
view get_data/cfg/templates/base.html @ 0:89592faa2875 draft
Uploaded
author | chrisb |
---|---|
date | Wed, 23 Mar 2016 14:35:56 -0400 |
parents | |
children |
line wrap: on
line source
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> </head> <body> <h1>{{title}}</h1> <h2> Species : {{species}} </h2> <h2> PI: {{investigator}} </h2> <h2> Glycan type : {{glycan}} </h2> <h2> Cell type : {{cell}}</h2> * Galaxy note - each msa file is exposed as a new dataset in your history, thus links in this html file do not work in Galaxy. You may need to refresh your history to see all datasets. <ul> {% for item in items %} <li><a href="{{ item.href }}">{{ item.caption }}</a></li> {% endfor %} </ul> </body> </html>