3a7b96f45d10bd58419c89a43fbd1ccf8e0b88da markd Thu May 10 18:09:50 2012 -0700 Added facility (itemDetailsHtml) for having a table containing HTML fragments to display on generic BED, genePred, and PSL tables. This provides an easy way for mirror sites to create specialized details pages without modifying the C code. diff --git src/hg/lib/itemDetailsHtml.as src/hg/lib/itemDetailsHtml.as new file mode 100644 index 0000000..9a6fc6f --- /dev/null +++ src/hg/lib/itemDetailsHtml.as @@ -0,0 +1,6 @@ +table itemDetailsHtml +"table that allows adding html to details page for various items" + ( + string name; "Name of item" + string html; "HTML fragment to include" + )