Minor RDFa cleanups
authorDiane Trout <diane@caltech.edu>
Thu, 17 Feb 2011 19:51:06 +0000 (11:51 -0800)
committerDiane Trout <diane@caltech.edu>
Thu, 17 Feb 2011 19:51:06 +0000 (11:51 -0800)
commit29de2e334c8547b2788811c1f9b8a1ce7e1d08c2
tree49a97c657a7f824be81473d0f8a12fc589f7e2a2
parent784b8ed4881a104d80d523ee7147ea0a6dcfb4d9
Minor RDFa cleanups
I changed the XMLSchema prefix to the example used by the W3c "xsd"
instead of the random other sites example "xmls".

More importantly the content tag is content and not contents so
the places I was trying to replace the human readable value with
a standardized number or date were being ignored.

Lastly I figured out how to get django 1.1 to spit out a
XMLSchema#dateTime value. (which is not XMLSchema#datetime value)
htsworkflow/frontend/templates/base.html
htsworkflow/frontend/templates/samples/library_detail.html