\n");
+/* these style mentions need to go into custom css file */
+hPrintf("
\n");
if (debug)
{
hPrintf("
\n");
hPrintf("- hgBotDelay: %d
\n", botDelay);
char *envVar = getenv("BROWSER_HOST");
hPrintf("- BROWSER_HOST:%s
\n", envVar);
envVar = getenv("CONTEXT_DOCUMENT_ROOT");
hPrintf("- CONTEXT_DOCUMENT_ROOT:%s
\n", envVar);
envVar = getenv("CONTEXT_PREFIX");
hPrintf("- CONTEXT_PREFIX:%s
\n", envVar);
envVar = getenv("DOCUMENT_ROOT");
hPrintf("- DOCUMENT_ROOT:%s
\n", envVar);
envVar = getenv("HTTP_HOST");
hPrintf("- HTTP_HOST:%s
\n", envVar);
@@ -1352,62 +1356,64 @@
if (debug)
hPrintf("hub open time: %ld millis
\n", thisTime - lastTime);
}
hPrintf("Please refer to API help documentation for more information about the JSON data API operation.
\n");
hPrintf("\n");
if (debug)
showCartDump();
hPrintf("Explore hub or database assemblies and tracks
\n");
hPrintf("Select one of these three sources, and display options:
\n");
selectionForm();
-hPrintf("\n");
+/* these style mentions need to go into custom css file */
+hPrintf("
\n");
if (sameWord(RADIO_UCSCDB, selectRadio)) /* requested UCSC db track list */
{
tracksForUcscDb(ucscDb);
}
else
{
hPrintf("
%s url: %s
\n", sameWord(RADIO_PUBHUB,selectRadio) ? "Public hub" : "Other hub", urlInput);
hPrintf("
\n");
hubInfo("hub name", hub->name);
hubInfo("short label", hub->shortLabel);
hubInfo("long label", hub->longLabel);
hubInfo("genomes file", hub->genomesFile);
hubInfo("default db", hub->defaultDb);
hubInfo("description url", hub->descriptionUrl);
hubInfo("email", hub->email);
if (debug)
{
hubInfo("version", hub->version); /* UCSC internal info */
hubInfo("level", hub->level); /* UCSC internal info */
}
hPrintf("
\n");
genomeList(hub);
}
if (timedOut)
hPrintf("
Reached time out %ld seconds
", timeOutSeconds);
if (measureTiming || debug)
hPrintf("
Overall total time: %ld millis\n", clock1000() - enteredMainTime);
-hPrintf("\n");
+hPrintf("
\n");
+hPrintf("
\n");
hPrintf("
\n");
webIncludeFile("inc/jWestFooter.html");
webEndJWest();
// cartWebEnd();
} /* void doMiddle(struct cart *theCart) */
/* Null terminated list of CGI Variables we don't want to save
* permanently. */
static char *excludeVars[] = {"Submit", "submit", "sourceSelected", "selectRadio", "ucscGenome", "publicHubs", "clade", NULL,};
int main(int argc, char *argv[])
/* Process command line. */
{
enteredMainTime = clock1000();