Make the public html pages valid xhtml, and validate more RDFa cases.
[htsworkflow.git] / htsworkflow / frontend / templates / sample_header.html
index d38d9103e91e071f9210a31b118cc0e7f6771c2c..8dc14ee37d559ae13ba8cb6831f6b7a158567d43 100644 (file)
@@ -5,7 +5,7 @@
     <h2>Library Name</h2>
     <b>Library ID</b>:
        <a href="{{lib.get_absolute_url}}"><span property="libns:library_id">{{ lib.id }}</span></a>
-       {% if user.is_staff %}<a href="{{lib.get_admin_url}}"><img class="icon_button" src="/media/img/admin/icon_changelink.gif"/></a>{% endif %}
+       {% if user.is_staff %}<a href="{{lib.get_admin_url}}"><img class="icon_button" src="/media/img/admin/icon_changelink.gif" alt="Edit"/></a>{% endif %}
        <br />
     <b>Name</b>:
       <span property="libns:name">{{ lib.library_name }}</span>
     <br/>
     {% if lib.gel_cut_size %}
     <b>Gel Cut Size</b>:
-      <span property="libns:gel_cut" datatype="xsd:decimal">{{ lib.gel_cut_size }}</span>
+      <span property="libns:gel_cut" datatype="xsd:integer">{{ lib.gel_cut_size }}</span>
     <br/>
     {% endif %}
     {% if lib.insert_size %}
     <b>Insert Size</b>:
-      <span property="libns:insert_size" datatype="xsd:decimal">{{ lib.insert_size }}</span>
+      <span property="libns:insert_size" datatype="xsd:integer">{{ lib.insert_size }}</span>
     <br/>
     {% endif %}
     {% if lib.undiluted_concentration %}