52052c9f3776cce6249a0cf819791a3ed49a9d87
galt
Mon Apr 1 14:02:26 2019 -0700
removing unused cirm-motd.html. Its functionality has migrated to the gateway.
diff --git src/hg/cirm/cdw/cdwWebBrowse/cdwWebBrowse.c src/hg/cirm/cdw/cdwWebBrowse/cdwWebBrowse.c
index c901d73..4bc8ae3 100644
--- src/hg/cirm/cdw/cdwWebBrowse/cdwWebBrowse.c
+++ src/hg/cirm/cdw/cdwWebBrowse/cdwWebBrowse.c
@@ -2021,31 +2021,30 @@
pieTags, ArraySize(pieTags), "N/A", NULL, NULL, NULL);
struct facetField *ff;
int i;
printf("
\n");
for (i=0, ff = pieFacetList; inext)
{
char pieDivId[64];
safef(pieDivId, sizeof(pieDivId), "pie_%d", i);
printf(" | ", pieDivId);
pieOnFacet(ff, pieDivId);
}
printf(" |
\n");
printf("charts are based on proportion of files in each category\n");
printf("\n");
-//printFile("cirm-motd.html");
}
#ifdef OLD
void doBrowseTags(struct sqlConnection *conn)
/* Put up browse tags page */
{
struct tagStorm *tags = cdwUserTagStorm(conn, user);
struct slName *tag, *tagList = tagStormFieldList(tags);
slSort(&tagList, slNameCmp);
printf("This is a list of all tags and their most popular values.");
struct fieldedTable *table = fieldedTableNew("Important tags", tagPopularityFields,
ArraySize(tagPopularityFields));
for (tag = tagList; tag != NULL; tag = tag->next)
tagSummaryRow(table, conn, tag->name);
char returnUrl[PATH_LEN*2];