9cfa269e30bc186cd46a58e6d53f9faa61d3fb88 gperez2 Thu Jun 20 14:20:02 2024 -0700 Switching Track search page, Get DNA page, hgBlat, hgSession, hgPcr, and hgCustom buttons to sentence case, refs #25787 diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 4f90970..60bd1c8 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -4977,36 +4977,36 @@ printf(""); puts("REST API with the /getData/sequence endpoint function " "to extract sequence data with coordinates."); } else { puts("
" "Note: if you would prefer to get DNA for more than one feature of " "this track at a time, try the "); printf("", hgTablesUrl(FALSE, tbl)); puts("Table Browser using the output format sequence."); } hgSeqOptionsHtiCart(hti,cart); puts("
"); -cgiMakeButton("submit", "get DNA"); +cgiMakeButton("submit", "Get DNA"); if (dbIsFound) cgiMakeButton("submit", EXTENDED_DNA_BUTTON); puts("
"); if (dbIsFound) - puts("Note: The \"Mask repeats\" option applies only to \"get DNA\", not to \"extended case/color options\".
"); + puts("Note: The \"Mask repeats\" option applies only to \"Get DNA\", not to \"Extended case/color options\".
");
}
boolean dnaIgnoreTrack(char *track)
/* Return TRUE if this is one of the tracks too boring
* to put DNA on. */
{
return (sameString("cytoBand", track) ||
sameString("gcPercent", track) ||
sameString("gold", track) ||
sameString("gap", track) ||
startsWith("mouseSyn", track));
}
struct customTrack *getCtList()
/* initialize theCtList if necessary and return it */
@@ -5244,31 +5244,31 @@
{
hgParseChromRange(database, pos, &seqName, &winStart, &winEnd);
}
puts("Position ");
savePosInTextBox(seqName, winStart+1 - (revComp ? padding3 : padding5), winEnd + (revComp ? padding5 : padding3));
printf(" Reverse complement ");
cgiMakeCheckBox("hgSeq.revComp", revComp);
printf("
\n");
printf("Letters per line ");
cgiMakeIntVar("lineWidth", lineWidth, 3);
printf(" Default case: ");
cgiMakeRadioButton("hgSeq.casing", "upper", caseUpper);
printf(" Upper ");
cgiMakeRadioButton("hgSeq.casing", "lower", !caseUpper);
printf(" Lower ");
-cgiMakeButton("Submit", "submit");
+cgiMakeButton("Submit", "Submit");
printf("
\n");
printf("
Track Name | Toggle Case | Under- line | Bold | Italic | Red | Green | Blue |